File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/definitions/os_discovery Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments