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

Last change on this file since 865 was 865, checked in by quentin, 15 years ago
Use sudo to monitor hardware sensors for munin
File size: 927 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[sensors_*]
38user root
39command sudo %c
40
41[if_*]
42user root
43command sudo -E %c
44env.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.