munin: Add default 1.4.4 configuration.
[matthijs/servers/drsnuggles.git] / etc / munin / plugin-conf.d / munin-node
1 # This file is used to configure how the plugins are invoked.
2 # Place in /etc/munin/plugin-conf.d/ or corresponding directory.
3 #
4 # PLEASE NOTE: Changes in the plugin-conf.d directory are only
5 # read at munin-node startup, so restart at any changes.
6 #
7 # user <user>         # Set the user to run the plugin as.
8 # group <group>       # Set the group to run the plugin as.
9 # command <command>   # Run <command> instead of the plugin. %c expands to
10 #                       what would normally be run.
11 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the
12 #                       individual plugins to find out which variables they
13 #                       care about.
14
15
16 [amavis]
17 group adm
18 env.MUNIN_MKTEMP /bin/mktemp -p /tmp/ $1
19 env.amavislog /var/log/mail.info
20
21 [apt]
22 user root
23
24 [courier_mta_mailqueue]
25 group daemon
26
27 [courier_mta_mailstats]
28 group adm
29
30 [courier_mta_mailvolume]
31 group adm
32
33 [cps*]
34 user root
35
36 [df*]
37 env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs
38 env.warning 92
39 env.critical 98
40
41 [exim_mailqueue]
42 group adm, (Debian-exim)
43
44 [exim_mailstats]
45 group adm, (Debian-exim)
46 env.logdir /var/log/exim4/
47 env.logname mainlog
48
49 [fw_conntrack]
50 user root
51
52 [fw_forwarded_local]
53 user root
54
55 [hddtemp_smartctl]
56 user root
57
58 [hddtemp2]
59 user root
60
61 [if_*]
62 user root
63
64 [if_err_*]
65 user nobody
66
67 [ip_*]
68 user root
69
70 [ipmi_*]
71 user root
72
73 [mysql*]
74 user root
75 env.mysqlopts --defaults-file=/etc/mysql/debian.cnf
76 env.mysqluser debian-sys-maint
77 env.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf
78
79 [postfix_mailqueue]
80 user postfix
81
82 [postfix_mailstats]
83 group adm
84
85 [postfix_mailvolume]
86 group adm
87 env.logfile mail.log
88
89 [smart_*]
90 user root
91
92 [vlan*]
93 user root
94
95 [ejabberd*]
96 user ejabberd
97 env.statuses available away chat xa
98 env.days 1 7 30
99
100 [dhcpd3]
101 user root
102 env.leasefile /var/lib/dhcp3/dhcpd.leases
103 env.configfile /etc/dhcp3/dhcpd.conf
104
105 [jmx_*]
106 env.ip 127.0.0.1
107 env.port 5400
108
109 [samba]
110 user root
111
112 [munin_stats]
113 user munin
114 group munin
115
116 [postgres_*]
117 user postgres
118 env.PGUSER postgres
119 env.PGPORT 5432