Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7d2d59e6 authored by Gaetan SIMO's avatar Gaetan SIMO
Browse files

[sophia] activating cacti rrd only for fastiron for now

parent 30444aab
No related branches found
No related tags found
No related merge requests found
...@@ -256,6 +256,6 @@ ...@@ -256,6 +256,6 @@
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
}, },
"weathermap": { "weathermap": {
"use_cacti": "no"
} }
} }
\ No newline at end of file
...@@ -12,11 +12,11 @@ ...@@ -12,11 +12,11 @@
}, },
{ {
"port": "2/1", "port": "ethernet2/1",
"uid": "fastiron" "uid": "fastiron"
}, },
{ {
"port": "2/2", "port": "ethernet2/2",
"uid": "fastiron" "uid": "fastiron"
} }
], ],
...@@ -295,6 +295,6 @@ ...@@ -295,6 +295,6 @@
"naming_pattern": "Vlan%VLANID%" "naming_pattern": "Vlan%VLANID%"
}, },
"weathermap": { "weathermap": {
"use_cacti": "no"
} }
} }
\ No newline at end of file
...@@ -4,6 +4,8 @@ ciscosol: ...@@ -4,6 +4,8 @@ ciscosol:
kind: switch kind: switch
site: sophia site: sophia
snmp_community: public snmp_community: public
weathermap:
use_cacti: "no"
vlans: vlans:
naming_pattern: Vlan%VLANID% naming_pattern: Vlan%VLANID%
routes: {} routes: {}
......
...@@ -4,6 +4,8 @@ edgeiron: ...@@ -4,6 +4,8 @@ edgeiron:
kind: router kind: router
site: sophia site: sophia
snmp_community: public snmp_community: public
weathermap:
use_cacti: "no"
vlans: vlans:
naming_pattern: Vlan%VLANID% naming_pattern: Vlan%VLANID%
"100": "100":
...@@ -20,10 +22,10 @@ edgeiron: ...@@ -20,10 +22,10 @@ edgeiron:
ports: ports:
1: 1:
uid: fastiron uid: fastiron
port: 2/1 port: ethernet2/1
2: 2:
uid: fastiron uid: fastiron
port: 2/2 port: ethernet2/2
1: 1:
naming_pattern: "%LINECARD%/%PORT%" naming_pattern: "%LINECARD%/%PORT%"
kind: node kind: node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment