Skip to content

Commit

Permalink
Dell DRAC: Fix treshold detection (librenms#16768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpikzink authored Nov 25, 2024
1 parent 379042d commit ecc08bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
13 changes: 13 additions & 0 deletions includes/definitions/discovery/drac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,19 @@ modules:
num_oid: '.1.3.6.1.4.1.674.10892.2.3.1.12.{{ $index }}'
index: 'drsCMCProcessorTemperature.{{ $index }}'
descr: 'CMC Processor Temperature'
-
oid: temperatureProbeTable
value: temperatureProbeReading
num_oid: '.1.3.6.1.4.1.674.10892.5.4.700.20.1.6.{{ $index }}'
index: '{{ $index }}'
# Better but break graphs
#index: 'temperatureProbeReading.{{ $index }}'
descr: temperatureProbeLocationName
divisor: 10
high_limit: temperatureProbeUpperCriticalThreshold
warn_limit: temperatureProbeUpperNonCriticalThreshold
low_warn_limit: temperatureProbeLowerNonCriticalThreshold
low_limit: temperatureProbeLowerCriticalThreshold
voltage:
data:
-
Expand Down
43 changes: 0 additions & 43 deletions includes/discovery/sensors/temperature/drac.inc.php

This file was deleted.

0 comments on commit ecc08bf

Please sign in to comment.