mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix Junos CPU Discovery (#9467)
* Fix SRX processor description.. * Add hacky mode to identify which CPUs to poll * Create junos_srx3600.json * update EX test data
This commit is contained in:
committed by
Tony Murray
parent
fcb0b67714
commit
ae7e2621f6
@@ -7,12 +7,16 @@ modules:
|
||||
value: jnxOperatingCPU
|
||||
num_oid: '.1.3.6.1.4.1.2636.3.1.13.1.8.{{ $index }}'
|
||||
descr: jnxOperatingDescr
|
||||
skip_values: 0
|
||||
skip_values:
|
||||
-
|
||||
oid: jnxOperatingBuffer
|
||||
op: '='
|
||||
value: 0
|
||||
-
|
||||
oid: jnxJsSPUMonitoringCPUUsage
|
||||
value: jnxOperatingCPU
|
||||
oid: jnxJsSPUMonitoringObjectsEntry
|
||||
value: jnxJsSPUMonitoringCPUUsage
|
||||
num_oid: '.1.3.6.1.4.1.2636.3.39.1.12.1.1.1.4.{{ $index }}'
|
||||
descr: CPU
|
||||
descr: '{{ $jnxJsSPUMonitoringNodeDescr }}'
|
||||
sensors:
|
||||
pre-cache:
|
||||
data:
|
||||
|
Reference in New Issue
Block a user