Skip to content

Instantly share code, notes, and snippets.

@tomoconnor
Created February 6, 2011 22:33
Embed
What would you like to do?
Example munin.conf
# 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