forked from pool/munin
bfb3f398c9
new package OBS-URL: https://build.opensuse.org/request/show/70235 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=1
36 lines
767 B
Plaintext
36 lines
767 B
Plaintext
#
|
|
# 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*]
|
|
#env.mysqlopts -u someuser
|
|
|
|
[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
|