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