mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
Fix #790
This commit is contained in:
parent
b57ca69733
commit
6066e9401f
@ -28,7 +28,7 @@ use warnings;
|
|||||||
my %battery_status = (
|
my %battery_status = (
|
||||||
1 => ['batteryCharging', 'OK'],
|
1 => ['batteryCharging', 'OK'],
|
||||||
2 => ['batteryDischarging', 'WARNING'],
|
2 => ['batteryDischarging', 'WARNING'],
|
||||||
3 => ['batteryFloating', 'WARNING'],
|
3 => ['batteryFloating', 'OK'],
|
||||||
4 => ['batteryResting', 'OK'],
|
4 => ['batteryResting', 'OK'],
|
||||||
5 => ['unknown', 'UNKNOWN'],
|
5 => ['unknown', 'UNKNOWN'],
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user