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

Last change on this file since 657 was 657, checked in by quentin, 16 years ago
Run if_ plugin as root so it can determine the interface speed
File size: 736 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
35
36[if_*]
37user root
Note: See TracBrowser for help on using the repository browser.