1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
7 # If not overridden in inventory or as a parameter, this is the value that will be used
10 munin_node_setup: True
13 cpu: "/usr/share/munin/plugins/cpu"
14 df: "/usr/share/munin/plugins/df"
15 fail2ban: "/usr/share/munin/plugins/fail2ban"
16 fw_conntrack: "/usr/share/munin/plugins/fw_conntrack"
17 hddtemp_smartctl: "/usr/share/munin/plugins/hddtemp_smartctl"
18 iostat: "/usr/share/munin/plugins/iostat"
19 memory: "/usr/share/munin/plugins/memory"
20 sensors_temp: "/usr/share/munin/plugins/sensors_"
21 smart_rw: "/opt/somesible/munin-plugins/smart_rw"
22 threads: "/opt/somesible/munin-plugins/threads"
23 uptime: "/usr/share/munin/plugins/uptime"
25 munin_node_plugins_extra: {}