]> git.somenet.org - root/pub/somesible.git/blob - roles/base/munin-node/files/default/plugin-confd.munin-node.conf
roles/base/munin-node/files
[root/pub/somesible.git] / roles / base / munin-node / files / default / plugin-confd.munin-node.conf
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2025 by someone <someone@somenet.org>
7 #
8 # This file is used to configure how the plugins are invoked.
9 # Place in /etc/munin/plugin-conf.d/ or corresponding directory.
10 #
11 # PLEASE NOTE: Changes in the plugin-conf.d directory are only
12 # read at munin-node startup, so restart at any changes.
13 #
14 # user <user>         # Set the user to run the plugin as.
15 # group <group>       # Set the group to run the plugin as.
16 # command <command>   # Run <command> instead of the plugin. %c expands to
17 #                       what would normally be run.
18 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the
19 #                       individual plugins to find out which variables they
20 #                       care about.
21
22
23 [amavis]
24 group adm
25 env.MUNIN_MKTEMP /bin/mktemp -p /tmp/ $1
26 env.amavislog /var/log/mail.info
27
28 [apt]
29 user root
30
31 [df*]
32 env.exclude_re ^/btrfs ^/dev/shm  ^/run ^/sys
33
34 [fail2ban]
35 user root
36
37 [fw_conntrack*]
38 user root
39
40 [fw_forwarded_local]
41 user root
42
43 [hddtemp_smartctl]
44 user root
45
46 [hddtemp2]
47 user root
48
49 [if_*]
50 user root
51
52 [if_err_*]
53 user nobody
54
55 [iostat]
56 user root
57
58 [ip_*]
59 user root
60
61 [munin_stats]
62 user munin
63 group munin
64
65 [mysql*]
66 user root
67 env.mysqlopts --defaults-file=/etc/mysql/debian.cnf
68 env.mysqluser root
69 env.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf
70
71 [postfix_mailqueue]
72 user postfix
73
74 [postfix_mailstats]
75 group adm
76
77 [postfix_mailvolume]
78 group adm
79 env.logfile mail.log
80
81 [postgres_*]
82 user postgres
83 env.PGUSER postgres
84 env.PGPORT 5432
85
86 [sendmail_*]
87 user smmta
88
89 [smart_*]
90 user root
91
92 [vlan*]
93 user root
94
95 [samba]
96 user root
97
98 [threads]
99 user root