Fix Gaia HA sensors (#12429)

* Fix Gaia HA sensors

* remove ospf again
This commit is contained in:
Tony Murray
2021-01-11 22:09:16 +01:00
committed by GitHub
parent db73b8fade
commit ed41e6eedc
2 changed files with 5 additions and 1168 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ modules:
- { value: 2, descr: 'reading error', graph: 1, generic: 3 }
-
oid: haStarted
num_oid: '.1.3.6.1.4.1.2620.1.5.5.0.{{ $index }}'
num_oid: '.1.3.6.1.4.1.2620.1.5.5.{{ $index }}'
index: 'haStarted.{{ $index }}'
descr: 'Cluster mechanism started'
group: HA
@@ -56,7 +56,7 @@ modules:
- { value: 0, descr: no, graph: 0, generic: 2 }
-
oid: haState
num_oid: '.1.3.6.1.4.1.2620.1.5.6.0.{{ $index }}'
num_oid: '.1.3.6.1.4.1.2620.1.5.6.{{ $index }}'
index: 'haState.{{ $index }}'
descr: 'Cluster member state'
group: HA
File diff suppressed because it is too large Load Diff