diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index 91e90d7ff403f5631f9649be0877508ad150173c..1faaa4add1bb341c1b647f9275c62240fbbb31b2 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -30,7 +30,11 @@ cron_plugins = { munin_fw = sorted(["zamok", "komaz", "sable"]) hosts_plugins = { + "vo": { + "coretemp": "/usr/scripts/munin/coretemp", + }, "zamok": { + "coretemp": "/usr/scripts/munin/coretemp", "canon_compteur": "canon_", "canon_papier": "canon_", "canon_ton-p": "canon_", @@ -44,6 +48,7 @@ hosts_plugins = { "slapd_bdb_cache_percent": "slapd_bdb_cache_", }, "komaz": { + "coretemp": "/usr/scripts/munin/coretemp", "machines": "machines", "if_sixxs2": "/usr/share/munin/plugins/if_", "if_err_sixxs2": "/usr/share/munin/plugins/if_err_", @@ -55,6 +60,7 @@ hosts_plugins = { "if_err_crans.21": "/usr/share/munin/plugins/if_err_", }, "sable": { + "coretemp": "/usr/scripts/munin/coretemp", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", }, "dhcp": { @@ -64,15 +70,18 @@ hosts_plugins = { "dhcpd3": "/usr/share/munin/plugins/dhcpd3", }, "charybde": { + "coretemp": "/usr/scripts/munin/coretemp", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", }, "gordon": { + "coretemp": "/usr/scripts/munin/coretemp", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", }, "routeur": { "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", }, "thot": { + "coretemp": "/usr/scripts/munin/coretemp", "wifi_auth": "wifi_auth", }, "xmpp": {