Météo du 4J
Ignore-this: 71a8940266ccdd73d84b7fd41bc3592b darcs-hash:20121208180325-108b1-af402cc79af7bab8af593bcc22a03e19665574d5.gz
This commit is contained in:
parent
fc4cd9e2d3
commit
8661234205
1 changed files with 5 additions and 0 deletions
|
@ -132,6 +132,11 @@ for lieu in ["0a", "0b", "2b", "0c", "0g", "2g", "4g", "0h", "-1i", "0j", "4j",
|
|||
for host in hosts_plugins.keys():
|
||||
hosts_plugins[host].update({"sockets": "sockets"})
|
||||
|
||||
# La météo au 4J
|
||||
hosts_plugins.setdefault("mdr", {})
|
||||
for meteo_truc in ["hygro", "temp"]:
|
||||
hosts_plugins["mdr"]["meteo4J_%s" % meteo_truc] = "meteo4J_"
|
||||
|
||||
#########
|
||||
# Muninisation des firewalls
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue