]> 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.warning 92
33 env.critical 98
34 env.include_re ^/btrfs/
35
36 [fail2ban]
37 user root
38
39 [fw_conntrack*]
40 user root
41
42 [fw_forwarded_local]
43 user root
44
45 [hddtemp_smartctl]
46 user root
47
48 [hddtemp2]
49 user root
50
51 [if_*]
52 user root
53
54 [if_err_*]
55 user nobody
56
57 [iostat]
58 user root
59
60 [ip_*]
61 user root
62
63 [munin_stats]
64 user munin
65 group munin
66
67 [mysql*]
68 user root
69 env.mysqlopts --defaults-file=/etc/mysql/debian.cnf
70 env.mysqluser root
71 env.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf
72
73 [postfix_mailqueue]
74 user postfix
75
76 [postfix_mailstats]
77 group adm
78
79 [postfix_mailvolume]
80 group adm
81 env.logfile mail.log
82
83 [postgres_*]
84 user postgres
85 env.PGUSER postgres
86 env.PGPORT 5432
87
88 [sendmail_*]
89 user smmta
90
91 [smart_*]
92 user root
93
94 [vlan*]
95 user root
96
97 [samba]
98 user root
99
100 [threads]
101 user root