[munin/link_plugins] coretemp sur les machines physiques
This commit is contained in:
parent
8748f51665
commit
d13886e9d5
1 changed files with 9 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue