From d13886e9d5b0ec5e858c7a162e17e15a6e5acd38 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 29 Nov 2013 01:44:12 +0100 Subject: [PATCH] [munin/link_plugins] coretemp sur les machines physiques --- munin/scripts/hosts_plugins.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index 91e90d7f..1faaa4ad 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": { -- GitLab