mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add skip_values to Liebert capacity sensor definitions (#13200)
Capacity sensors can read as MAX_INT% for functions that are not used. Filter them out at discovery time rather than collect and graph them. Co-authored-by: Kevin Wallace <kevinwallace@users.noreply.github.com>
This commit is contained in:
@@ -242,30 +242,35 @@ modules:
|
||||
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.9.{{ $index }}'
|
||||
descr: 'Cooling Capacity Usage'
|
||||
index: 'lgpEnvStateCoolingCapacity.{{ $index }}'
|
||||
skip_values: 4294967295
|
||||
-
|
||||
oid: lgpEnvStateFanCapacity
|
||||
value: lgpEnvStateFanCapacity
|
||||
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.16.{{ $index }}'
|
||||
descr: 'Fan Capacity Usage'
|
||||
index: 'lgpEnvStateFanCapacity.{{ $index }}'
|
||||
skip_values: 4294967295
|
||||
-
|
||||
oid: lgpEnvStateFreeCoolingCapacity
|
||||
value: lgpEnvStateFreeCoolingCapacity
|
||||
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.17.{{ $index }}'
|
||||
descr: 'Free Cooling Capacity Usage'
|
||||
index: 'lgpEnvStateFreeCoolingCapacity.{{ $index }}'
|
||||
skip_values: 4294967295
|
||||
-
|
||||
oid: lgpEnvStateDehumidifyingCapacity
|
||||
value: lgpEnvStateDehumidifyingCapacity
|
||||
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.18.{{ $index }}'
|
||||
descr: 'Dehumidifying Capacity Usage'
|
||||
index: 'lgpEnvStateDehumidifyingCapacity.{{ $index }}'
|
||||
skip_values: 4294967295
|
||||
-
|
||||
oid: lgpEnvStateHumidifyingCapacity
|
||||
value: lgpEnvStateHumidifyingCapacity
|
||||
num_oid: '.1.3.6.1.4.1.476.1.42.3.4.3.19.{{ $index }}'
|
||||
descr: 'Humidifying Capacity Usage'
|
||||
index: 'lgpEnvStateHumidifyingCapacity.{{ $index }}'
|
||||
skip_values: 4294967295
|
||||
power_factor:
|
||||
data:
|
||||
-
|
||||
|
Reference in New Issue
Block a user