2011-05-14 08:30:08 +02:00
|
|
|
#
|
|
|
|
# This file contains configuration options for the plugins. Three
|
|
|
|
# options are understood by munin-node itself:
|
|
|
|
#
|
|
|
|
# user <user> # Set the user to run the plugin as
|
|
|
|
# group <group> # Set the group to run the plugin as
|
|
|
|
# command <command> # Run <command> instead of the plugin. %c
|
|
|
|
# expands to what would normally be run.
|
|
|
|
# env.<variable> # Sets <variable> in the plugin's environment, see the
|
|
|
|
# individual plugins to find out which variables they
|
|
|
|
# care about.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
[mysql*]
|
2013-03-12 09:38:11 +01:00
|
|
|
#env.mysqladmin /usr/bin/mysqladmin
|
|
|
|
#env.mysqluser <someuser>
|
|
|
|
#env.mysqlpassword <password>
|
|
|
|
#env.mysqlopts -u <someuser> -p<password>
|
2011-05-14 08:30:08 +02:00
|
|
|
|
|
|
|
[exim*]
|
|
|
|
group mail
|
|
|
|
|
|
|
|
[cps*]
|
|
|
|
user root
|
|
|
|
|
|
|
|
[apt]
|
|
|
|
user root
|
|
|
|
|
|
|
|
[vlan*]
|
|
|
|
user root
|
|
|
|
|
|
|
|
[postfix*]
|
|
|
|
user root
|
|
|
|
env.logfile mail
|
|
|
|
|
|
|
|
[dhcpd]
|
|
|
|
env.leasefile /var/lib/dhcp/db/dhcpd.leases
|
2013-03-12 09:38:11 +01:00
|
|
|
|
|
|
|
[fail2ban]
|
|
|
|
user root
|
|
|
|
|
|
|
|
[amavis]
|
|
|
|
user root
|
|
|
|
env.amavislog /var/log/mail
|
|
|
|
|
|
|
|
[courier*]
|
|
|
|
env.logtail /usr/bin/logtail
|
|
|
|
|
|
|
|
[perdition]
|
|
|
|
env.logtail /usr/bin/logtail
|
|
|
|
|
|
|
|
[mailscanner]
|
|
|
|
env.logtail /usr/bin/logtail
|
|
|
|
|