Skip to content

Instantly share code, notes, and snippets.

@tomoconnor
Created February 6, 2011 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoconnor/813786 to your computer and use it in GitHub Desktop.
Save tomoconnor/813786 to your computer and use it in GitHub Desktop.
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