TT#182052 Conditionalize SNMP collective-check OIDs

These are now conditional on a config knob. We should not expect them to
be present of they are disabled.

Change-Id: I2ebc68db597db0fbccf9f990ceab101589a8e914
mr11.0
Guillem Jover 4 years ago
parent bcd6e12d2a
commit f6d17a0b5d

@ -22,8 +22,10 @@ command:
- "/::cnAddress\\.\\d\\.\\d = /"
- "/::cnRoleIndex\\.\\d\\.\\d = /"
- "/::cnRole\\.\\d\\.\\d = /"
[% IF snmpagent.trees.collective_check == 'yes' -%]
- "/::ngcpCollectiveCheckResult = /"
- "/::ngcpCollectiveCheckOutput = /"
[% END -%]
[% IF is_mgmt -%]
- "/::ngcpClusterProvSubs = /"
- "/::ngcpClusterRegSubs = /"

Loading…
Cancel
Save