summaryrefslogtreecommitdiff
blob: 9be6433ddc9fb9651ecf1013ada461a4765feda1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
#
# 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.
#
#

[smart_*]
user root
group disk

# ipmitool and freeipmi need access to the IPMI device nodes, which
# are only readable by root
[ipmi_*]
user root

[freeipmi_*]
user root

# Example for a 3ware 8000-series card, with 2 disks
# use /dev/twe0 as the actual device
# and replicate this entry for each drive, increasing the number in -d
#[smart_3ware-0_twe0]
#user root
#group root
#env.smartargs -H -i -c -l error -l selftest -l selective -a -d 3ware,0
#[smart_3ware-1_twe0]
#user root
#group root
#env.smartargs -H -i -c -l error -l selftest -l selective -a -d 3ware,1

[bind9*]
user root

[iostat*]
user munin
group munin

[iostat_ios]
user root
group disk

[vlan*]
user root

[postfix*]
user root
env.logfile maillog

[sendmail*]
env.mspqueue /var/spool/clientmqueue

[mysql*]
#env.mysqlopts -u someuser

[exim*]
group mail

[cps*]
user root

[mailman]
env.logfile /var/lib/mailman/logs/post
env.libdir /var/lib/mailman
env.lister /usr/lib/mailman/bin/list_members

# More 3ware examples
#[hddtemp_smartctl]
#env.drives twe0_0 twe0_1 hda
#env.type_twe0_0 3ware,0
#env.type_twe0_1 3ware,1