+ Remove dead code

This commit is contained in:
garnier-quentin 2016-01-15 16:50:11 +01:00
parent f5a81c4ef2
commit ee66ee5190
1 changed files with 0 additions and 11 deletions

View File

@ -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 {