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>
 
   8 # This file is used to configure how the plugins are invoked.
 
   9 # Place in /etc/munin/plugin-conf.d/ or corresponding directory.
 
  11 # PLEASE NOTE: Changes in the plugin-conf.d directory are only
 
  12 # read at munin-node startup, so restart at any changes.
 
  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
 
  25 env.MUNIN_MKTEMP /bin/mktemp -p /tmp/ $1
 
  26 env.amavislog /var/log/mail.info
 
  32 env.exclude_re ^/btrfs ^/dev/shm  ^/run ^/sys
 
  67 env.mysqlopts --defaults-file=/etc/mysql/debian.cnf
 
  69 env.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf