Files

126 lines
6.3 KiB
YAML
Raw Permalink Normal View History

2020-01-19 22:01:18 +01:00
mib: ZYXEL-ES-COMMON:ZYXEL-HW-MONITOR-MIB:ZYXEL-MGS3712-MIB
2018-02-05 07:39:13 -06:00
modules:
processors:
data:
2019-11-25 03:39:05 +01:00
-
oid: ZYXEL-GS4012F-MIB::sysMgmtCPUUsage
value: sysMgmtCPUUsage
snmp_flags: ['-OeQUs', '-Pu'] # workaround for underscores in mib
num_oid: '.1.3.6.1.4.1.890.1.5.8.20.12.7.{{ $index }}'
2018-02-05 07:39:13 -06:00
-
oid: ZYXEL-GS2200-24-MIB::sysMgmtCPUUsage
value: sysMgmtCPUUsage
2018-12-16 07:42:50 -06:00
snmp_flags: ['-OeQUs', '-Pu'] # workaround for underscores in mib
2018-02-05 07:39:13 -06:00
num_oid: '.1.3.6.1.4.1.890.1.5.8.55.12.7.{{ $index }}'
2020-01-19 22:01:18 +01:00
-
oid: ZYXEL-MGS3712-MIB::sysMgmtCPUUsage
value: sysMgmtCPUUsage
snmp_flags: ['-OeQUs', '-Pu'] # workaround for underscores in mib
num_oid: '.1.3.6.1.4.1.890.1.5.8.47.11.7.{{ $index }}'
2018-02-05 07:39:13 -06:00
-
oid: sysMgmtCPU5SecUsage
num_oid: '.1.3.6.1.4.1.890.1.15.3.2.7.{{ $index }}'
2019-01-04 16:17:00 +00:00
sensors:
fanspeed:
options:
skip_values_lt: 0
data:
-
oid: zyxelHwMonitorFanRpmTable
value: zyHwMonitorFanRpmCurrentValue
num_oid: '.1.3.6.1.4.1.890.1.15.3.26.1.1.1.3.{{ $index }}'
descr: zyHwMonitorFanRpmDescription
index: 'zyHwMonitorFanRpmCurrentValue.{{ $index }}'
high_limit: zyHwMonitorFanRpmMaxValue
low_limit: zyHwMonitorFanRpmMinValue
low_warn_limit: zyHwMonitorFanRpmLowThreshold
2020-01-19 22:01:18 +01:00
-
oid: fanRpmTable
value: fanRpmCurValue
snmp_flags: ['-OteQUs', '-Pu'] # workaround for underscores in mib
num_oid: '.1.3.6.1.4.1.890.1.5.8.47.8.1.1.2.{{ $index }}'
descr: 'Fan {{ $index }} ({{ $fanRpmDescr }})'
index: 'fanRpmCurValue.{{ $index }}'
low_limit: fanRpmLowThresh
2019-01-04 16:17:00 +00:00
temperature:
options:
skip_values_lt: 0
data:
-
oid: zyxelHwMonitorTemperatureTable
value: zyHwMonitorTemperatureCurrentValue
num_oid: '.1.3.6.1.4.1.890.1.15.3.26.1.2.1.3.{{ $index }}'
descr: zyHwMonitorTemperatureDescription
index: 'zyHwMonitorTemperatureCurrentValue.{{ $index }}'
high_limit: zyHwMonitorTemperatureMaxValue
low_limit: zyHwMonitorTemperatureMinValue
2019-01-10 19:48:37 -06:00
warn_limit: zyHwMonitorTemperatureHighThreshold
2020-01-19 22:01:18 +01:00
-
oid: tempTable
value: tempCurValue
snmp_flags: ['-OteQUsb', '-Pu'] # workaround for underscores in mib
num_oid: '.1.3.6.1.4.1.890.1.5.8.47.8.2.1.2.{{ $index }}'
descr: 'Temp {{ $index }} ({{ $tempDescr }})'
index: 'tempCurValue.{{ $index }}'
high_limit: tempHighThresh
-
oid: transceiverDdmInfoTable
value: transceiverDdmInfoEntryCurrent
snmp_flags: ['-OteQUsb', '-Pu'] # workaround for underscores in mib
num_oid: '.1.3.6.1.4.1.890.1.5.8.47.117.2.1.7.{{ $index }}'
descr: 'SFP ifIndex {{ $transceiverDdmInfoEntryPort }} {{ $transceiverDdmInfoEntryDescription }}'
index: 'transceiverDdmInfoEntryCurrent.{{ $index }}'
high_limit: transceiverDdmInfoEntryAlarmMax
low_limit: transceiverDdmInfoEntryAlarmMin
warn_limit: transceiverDdmInfoEntryWarnMax
low_warn_limit: transceiverDdmInfoEntryWarnMin
divisor: 100
entPhysicalIndex: transceiverDdmInfoEntryPort
entPhysicalIndex_measured: ports
skip_values:
-
oid: transceiverDdmInfoEntryDescription
op: '!='
value: 'Temperature'
2019-01-04 16:17:00 +00:00
voltage:
options:
skip_values_lt: 0
divisor: 1000
data:
-
oid: zyxelHwMonitorVoltageTable
value: zyHwMonitorVoltageCurrentValue
num_oid: '.1.3.6.1.4.1.890.1.15.3.26.1.3.1.3.{{ $index }}'
descr: zyHwMonitorVoltageDescription
index: 'zyHwMonitorVoltageCurrentValue.{{ $index }}'
high_limit: zyHwMonitorVoltageMaxValue
low_limit: zyHwMonitorVoltageMinValue
low_warn_limit: zyHwMonitorVoltageLowThreshold
2020-01-19 22:01:18 +01:00
-
oid: voltageTable
value: voltageCurValue
snmp_flags: ['-OteQUs', '-Pu'] # workaround for underscores in mib
num_oid: '.1.3.6.1.4.1.890.1.5.8.47.8.3.1.2.{{ $index }}'
descr: '{{ $voltageNominalValue }}mV ({{ $voltageDescr }})'
index: 'voltageCurValue.{{ $index }}'
low_limit: voltageLowThresh
-
oid: transceiverDdmInfoTable
value: transceiverDdmInfoEntryCurrent
snmp_flags: ['-OteQUsb', '-Pu'] # workaround for underscores in mib
num_oid: '.1.3.6.1.4.1.890.1.5.8.47.117.2.1.7.{{ $index }}'
descr: 'SFP ifIndex {{ $transceiverDdmInfoEntryPort }} {{ $transceiverDdmInfoEntryDescription }}'
index: 'transceiverDdmInfoEntryCurrent.{{ $index }}'
high_limit: transceiverDdmInfoEntryAlarmMax
low_limit: transceiverDdmInfoEntryAlarmMin
warn_limit: transceiverDdmInfoEntryWarnMax
low_warn_limit: transceiverDdmInfoEntryWarnMin
divisor: 100
entPhysicalIndex: transceiverDdmInfoEntryPort
entPhysicalIndex_measured: ports
skip_values:
-
oid: transceiverDdmInfoEntryDescription
op: '!='
value: 'Voltage'