mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
+ 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 strict;
|
||||||
use warnings;
|
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;
|
my $instance_mode;
|
||||||
|
|
||||||
sub custom_threshold_output {
|
sub custom_threshold_output {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user