Created
February 6, 2011 22:33
-
-
Save tomoconnor/813786 to your computer and use it in GitHub Desktop.
Example munin.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The next three variables specifies where the location of the RRD | |
# databases, the HTML output, and the logs, severally. They all | |
# must be writable by the user running munin-cron. | |
dbdir /var/lib/munin | |
htmldir /var/www/munin | |
logdir /var/log/munin | |
rundir /var/run/munin | |
# Where to look for the HTML templates | |
tmpldir /etc/munin/templates | |
# Make graphs show values per minute instead of per second | |
#graph_period minute | |
# a simple host tree | |
[my.server.fqdn.com] | |
address 127.0.0.1 | |
use_node_name yes | |
[snmp.server.fqdn.com] | |
address 127.0.0.1 | |
use_node_name no | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment