Skip to content

Commit 0f06a7a

Browse files
authored
make schema happy (librenms#18692)
1 parent f66959c commit 0f06a7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/definitions/os_discovery/routeros.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,12 @@ modules:
239239
data:
240240
-
241241
oid: MIKROTIK-MIB::mtxrDHCPLeaseCount
242-
num_oid: .1.3.6.1.4.1.14988.1.1.6.1.{{ $index }}
242+
num_oid: '.1.3.6.1.4.1.14988.1.1.6.1.{{ $index }}'
243243
descr: DHCP Lease Count
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
247+
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.1.0{{ $noindex }}'
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
258+
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.2.0{{ $noindex }}'
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
269+
num_oid: '.1.3.6.1.4.1.14988.1.1.22.1.1.3.0{{ $noindex }}'
270270
descr: 'Total number of ipv6 connections'
271271
index: mtxrCtIP6Entries.0
272272
group: Firewall

0 commit comments

Comments
 (0)