Skip to content

Commit 87eb54f

Browse files
authored
Update ENTITY and fix consequences (librenms#17147)
1 parent 3e42f05 commit 87eb54f

File tree

5 files changed

+578
-199
lines changed

5 files changed

+578
-199
lines changed

includes/definitions/discovery/velocloud.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ modules:
66
pre-cache:
77
data:
88
-
9+
snmp_flags: '-OQUsbe'
910
oid:
1011
- vceLinkItf
1112
- vceLinkName
@@ -19,6 +20,7 @@ modules:
1920
descr: 'HA configuration'
2021
group: HA
2122
value: vceHaAdminState
23+
snmp_flags: '-OQUsbe'
2224
states:
2325
- { value: 1, graph: 0, generic: 0, descr: none }
2426
- { value: 2, graph: 0, generic: 0, descr: ActiveStandbyPair }
@@ -32,6 +34,7 @@ modules:
3234
descr: 'HA peer state'
3335
group: HA
3436
value: vceHaPeerState
37+
snmp_flags: '-OQUsbe'
3538
states:
3639
- { value: 1, graph: 0, generic: 0, descr: initializing }
3740
- { value: 2, graph: 0, generic: 0, descr: active }
@@ -44,6 +47,7 @@ modules:
4447
descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} VPN link state'
4548
group: 'VCE Links'
4649
value: vceLinkVpnState
50+
snmp_flags: '-OQUsbe'
4751
states:
4852
- { value: 1, graph: 1, generic: 1, descr: initial }
4953
- { value: 2, graph: 2, generic: 2, descr: dead }
@@ -60,6 +64,7 @@ modules:
6064
descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} WAN link state'
6165
group: 'VCE Links'
6266
value: vceLinkState
67+
snmp_flags: '-OQUsbe'
6368
states:
6469
- { value: 1, graph: 1, generic: 1, descr: initial }
6570
- { value: 2, graph: 2, generic: 2, descr: dead }
@@ -78,6 +83,7 @@ modules:
7883
descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} TX packet loss'
7984
group: 'VCE Links'
8085
value: vceLinkTxLostPkt
86+
snmp_flags: '-OQUsbe'
8187
warn_limit: '1'
8288
high_limit: '5'
8389
-
@@ -87,5 +93,6 @@ modules:
8793
descr: '{{ $vceLinkItf }} VLAN{{ $vceLinkVlanId }} , {{ $vceLinkName }} RX packet loss'
8894
group: 'VCE Links'
8995
value: vceLinkRxLostPkt
96+
snmp_flags: '-OQUsbe'
9097
warn_limit: '1'
9198
high_limit: '5'

0 commit comments

Comments
 (0)