diff options
author | Micah Anderson <micah@riseup.net> | 2011-01-10 15:35:52 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-01-10 15:35:52 -0500 |
commit | 38cad6021d905c893e66eb2fab90e669ccf7087b (patch) | |
tree | fa9796ded3919318e4b6b927abf7041713755744 /README | |
parent | 7712633da4e8a2accacde65f1197f5b9bd0252b4 (diff) |
add a $use_munin variable to give a knob to turn on/off munin graphing.
add two new munin graphs for puppetmaster: one to graph the memory usage of the running puppetmasters; and one to graph the average compile time
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -45,6 +45,15 @@ In both cases you have to setup the appropriate frontends (apache vhost configuration/nginx vhost configuration) on your own. +Munin +----- + +If you are using munin, and have the puppet munin module installed, you can set +the variable $use_munin = true to have graphs setup for you. The graphs that +will be setup track memory usage by the running puppetmasters; track the average +compile time of clients; and if you are using postgresql/mysql then a graph to +monitor resource counts. + Reports cleanup: --------------- |