Skip to content

Commit 310e524

Browse files
committed
Remove unneeded noindex from routeros
1 parent b503d14 commit 310e524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/definitions/os_discovery/routeros.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ modules:
244244
index: mtxrDHCPLeaseCount.{{ $index }}
245245
-
246246
oid: MIKROTIK-MIB::mtxrCtTotalEntries
247-
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.1.0{{ $noindex }}'
247+
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.1.{{ $index }}'
248248
descr: 'Total number of connections'
249249
index: mtxrCtTotalEntries.0
250250
group: Firewall
@@ -255,7 +255,7 @@ modules:
255255
value: '.1.0'
256256
-
257257
oid: MIKROTIK-MIB::mtxrCtTotalEntries
258-
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.2.0{{ $noindex }}'
258+
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.2.{{ $index }}'
259259
descr: 'Total number of ipv4 connections'
260260
index: mtxrCtIP4Entries.0
261261
group: Firewall
@@ -266,7 +266,7 @@ modules:
266266
value: '.2.0'
267267
-
268268
oid: MIKROTIK-MIB::mtxrCtTotalEntries
269-
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.3.0{{ $noindex }}'
269+
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.3.{{ $index }}'
270270
descr: 'Total number of ipv6 connections'
271271
index: mtxrCtIP6Entries.0
272272
group: Firewall

0 commit comments

Comments
 (0)