[munin/link_plugins] coretemp sur les machines physiques

This commit is contained in:
Valentin Samir 2013-11-29 01:44:12 +01:00
parent 8748f51665
commit d13886e9d5

View file

@ -30,7 +30,11 @@ cron_plugins = {
munin_fw = sorted(["zamok", "komaz", "sable"]) munin_fw = sorted(["zamok", "komaz", "sable"])
hosts_plugins = { hosts_plugins = {
"vo": {
"coretemp": "/usr/scripts/munin/coretemp",
},
"zamok": { "zamok": {
"coretemp": "/usr/scripts/munin/coretemp",
"canon_compteur": "canon_", "canon_compteur": "canon_",
"canon_papier": "canon_", "canon_papier": "canon_",
"canon_ton-p": "canon_", "canon_ton-p": "canon_",
@ -44,6 +48,7 @@ hosts_plugins = {
"slapd_bdb_cache_percent": "slapd_bdb_cache_", "slapd_bdb_cache_percent": "slapd_bdb_cache_",
}, },
"komaz": { "komaz": {
"coretemp": "/usr/scripts/munin/coretemp",
"machines": "machines", "machines": "machines",
"if_sixxs2": "/usr/share/munin/plugins/if_", "if_sixxs2": "/usr/share/munin/plugins/if_",
"if_err_sixxs2": "/usr/share/munin/plugins/if_err_", "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_", "if_err_crans.21": "/usr/share/munin/plugins/if_err_",
}, },
"sable": { "sable": {
"coretemp": "/usr/scripts/munin/coretemp",
"bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc",
}, },
"dhcp": { "dhcp": {
@ -64,15 +70,18 @@ hosts_plugins = {
"dhcpd3": "/usr/share/munin/plugins/dhcpd3", "dhcpd3": "/usr/share/munin/plugins/dhcpd3",
}, },
"charybde": { "charybde": {
"coretemp": "/usr/scripts/munin/coretemp",
"bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc",
}, },
"gordon": { "gordon": {
"coretemp": "/usr/scripts/munin/coretemp",
"bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc",
}, },
"routeur": { "routeur": {
"bind9_rndc": "/usr/share/munin/plugins/bind9_rndc", "bind9_rndc": "/usr/share/munin/plugins/bind9_rndc",
}, },
"thot": { "thot": {
"coretemp": "/usr/scripts/munin/coretemp",
"wifi_auth": "wifi_auth", "wifi_auth": "wifi_auth",
}, },
"xmpp": { "xmpp": {