[munin-node.conf] Noms d'hôte spécifiques pour la ferme
Ignore-this: fc12c54afc2d9e684cf4cddf07ca956c darcs-hash:20090329194955-ffbb2-75de1d09c86c0b63ee6df4c3d89f21213851a17a.gz
This commit is contained in:
parent
46a64b7635
commit
58ec592183
1 changed files with 8 additions and 2 deletions
|
@ -5,8 +5,14 @@ include("ip")
|
||||||
info["owner"] = "root"
|
info["owner"] = "root"
|
||||||
info["group"] = "root"
|
info["group"] = "root"
|
||||||
|
|
||||||
# Ajouter ici le remplacement du nom d'hôte pour les hôtes particuliers
|
# Remplacement du nom d'hôte pour les hôtes particuliers
|
||||||
munin_hostname = pubhostname
|
munin_hostname = {
|
||||||
|
"canard": "canard.ferme.crans.org",
|
||||||
|
"jouvence": "poulet.ferme.crans.org",
|
||||||
|
"lapin": "lapin.ferme.crans.org",
|
||||||
|
"mdr": "vache.ferme.crans.org",
|
||||||
|
"oie": "oie.ferme.crans.org",
|
||||||
|
}.get(hostname, pubhostname)
|
||||||
|
|
||||||
header("""
|
header("""
|
||||||
Fichier de configuration de Munin-Node.
|
Fichier de configuration de Munin-Node.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue