mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
HPE ILO temperature threshold fix (#8822)
cpqHeTemperatureThreshold is '0', which cause alerts. Fixed to '90'. Tested on Proliant Gen8-9.
This commit is contained in:
@@ -19,7 +19,7 @@ modules:
|
||||
snmp_flags: '-OQUs'
|
||||
index: 'cpqHeTemperatureCelsius.{{ $index }}'
|
||||
descr: cpqHeTemperatureLocale
|
||||
high_limit: cpqHeTemperatureThreshold
|
||||
high_limit: '90' #cpqHeTemperatureThreshold
|
||||
-
|
||||
oid: cpqDaPhyDrvTable
|
||||
value: cpqDaPhyDrvCurrentTemperature
|
||||
|
||||
Reference in New Issue
Block a user