source: server/fedora/config/etc/munin/plugin-conf.d/munin-node @ 853

Last change on this file since 853 was 847, checked in by andersk, 16 years ago
Run munin as an unprivileged user with sudo for root access when necessary
File size: 888 bytes
Line 
1#
2# This file contains configuration options for the plugins. Three
3# options are understood by munin-node itself:
4#
5#       user <user>         # Set the user to run the plugin as
6#       group <group>       # Set the group to run the plugin as
7#       command <command>   # Run <command> instead of the plugin. %c
8#                             expands to what would normally be run.
9#   env.<variable>      # Sets <variable> in the plugin's environment, see the
10#                         individual plugins to find out which variables they
11#                         care about.
12#
13#
14
15[mysql*]
16#env.mysqlopts -u someuser
17
18[exim*]
19group mail
20
21[cps*]
22user root
23
24[apt]
25user root
26
27[vlan*]
28user root
29
30[postfix*]
31user root
32
33[smart_*]
34user root
35command sudo %c
36
37[if_*]
38user root
39command sudo -E %c
40env.PATH /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Note: See TracBrowser for help on using the repository browser.