| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 | {% if ansible_prolog -%}{% from 'templates/ansible/prolog.j2' import prolog with context %}{{ prolog() }}{% endif -%}# This file is used to configure how the plugins are invoked.# Place in /etc/munin/plugin-conf.d/ or corresponding directory.## PLEASE NOTE: Changes in the plugin-conf.d directory are only# read at munin-node startup, so restart at any changes.## 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> <value> # Sets <variable> in the plugin's environment, see the#                       individual plugins to find out which variables they#                       care about.[amavis]group admenv.MUNIN_MKTEMP /bin/mktemp -p /tmp/ $1env.amavislog /var/log/mail.info[apt]user root[courier_mta_mailqueue]group daemon[courier_mta_mailstats]group adm[courier_mta_mailvolume]group adm[cps*]user root[df*]env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfsenv.warning 92env.critical 98[exim_mailqueue]group adm, (Debian-exim)[exim_mailstats]group adm, (Debian-exim)env.logdir /var/log/exim4/env.logname mainlog[fw_conntrack]user root[fw_forwarded_local]user root[hddtemp_smartctl]user root[hddtemp2]user root[if_*]user root[if_err_*]user nobody[ip_*]user root[ipmi_*]user root[mysql*]user rootenv.mysqlopts --defaults-file=/etc/mysql/debian.cnfenv.mysqluser debian-sys-maintenv.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf[mysql_innodb]env.warning 0env.critical 0[postfix_mailqueue]user postfix[postfix_mailstats]group adm[postfix_mailvolume]group admenv.logfile mail.log[smart_*]user root[vlan*]user root[ejabberd*]user ejabberdenv.statuses available away chat xaenv.days 1 7 30[dhcpd3]user rootenv.leasefile /var/lib/dhcp3/dhcpd.leasesenv.configfile /etc/dhcp3/dhcpd.conf[jmx_*]env.ip 127.0.0.1env.port 5400[samba]user root[munin_stats]user muningroup munin[postgres_*]user postgresenv.PGUSER postgresenv.PGPORT 5432[fail2ban]user root
 |