+ Remove dead code
This commit is contained in:
parent
f5a81c4ef2
commit
ee66ee5190
|
@ -25,17 +25,6 @@ use base qw(centreon::plugins::templates::counter);
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
my %battery_status = (
|
||||
1 => ['unknown', 'UNKNOWN'],
|
||||
2 => ['batteryNormal', 'OK'],
|
||||
3 => ['batteryLow', 'WARNING'],
|
||||
);
|
||||
|
||||
my %battery_replace_indicator = (
|
||||
1 => ['noBatteryNeedsReplacing', 'OK'],
|
||||
2 => ['batteryNeedsReplacing', 'CRITICAL'],
|
||||
);
|
||||
|
||||
my $instance_mode;
|
||||
|
||||
sub custom_threshold_output {
|
||||
|
|
Loading…
Reference in New Issue