mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update junos discovery yaml to reference total memory instead of buff… (#14919)
* Update junos discovery yaml to reference total memory instead of buffer memory used * Add FPC0 test data reference
This commit is contained in:
@@ -30,7 +30,7 @@ modules:
|
||||
descr: jnxOperatingDescr
|
||||
skip_values:
|
||||
-
|
||||
oid: jnxOperatingBuffer
|
||||
oid: jnxOperatingMemory
|
||||
op: '='
|
||||
value: 0
|
||||
-
|
||||
@@ -248,4 +248,4 @@ modules:
|
||||
index: 'pethMainPseConsumptionPower.{{ $index }}'
|
||||
high_limit: POWER-ETHERNET-MIB::pethMainPsePower
|
||||
low_limit: -1
|
||||
low_warn_limit: -1
|
||||
low_warn_limit: -1
|
||||
|
@@ -12213,6 +12213,17 @@
|
||||
"processors": {
|
||||
"discovery": {
|
||||
"processors": [
|
||||
{
|
||||
"entPhysicalIndex": 0,
|
||||
"hrDeviceIndex": 0,
|
||||
"processor_oid": ".1.3.6.1.4.1.2636.3.1.13.1.8.7.1.0.0",
|
||||
"processor_index": "7.1.0.0",
|
||||
"processor_type": "junos",
|
||||
"processor_usage": 7,
|
||||
"processor_descr": "FPC: Virtual FPC @ 0/*/*",
|
||||
"processor_precision": 1,
|
||||
"processor_perc_warn": 75
|
||||
},
|
||||
{
|
||||
"entPhysicalIndex": 0,
|
||||
"hrDeviceIndex": 0,
|
||||
|
Reference in New Issue
Block a user