mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
Refs #5363
This commit is contained in:
parent
8acaed217a
commit
8a28bbc09d
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
####################################################################################
|
####################################################################################
|
||||||
|
|
||||||
package apps::apcupsd::local::mode::temperatur;
|
package apps::apcupsd::local::mode::temperature;
|
||||||
|
|
||||||
use base qw(centreon::plugins::mode);
|
use base qw(centreon::plugins::mode);
|
||||||
|
|
@ -102,7 +102,7 @@ sub new {
|
|||||||
$self->{version} = '0.1';
|
$self->{version} = '0.1';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'batterycharge' => 'apps::apcupsd::local::mode::batterycharge', # BCHARGE
|
'batterycharge' => 'apps::apcupsd::local::mode::batterycharge', # BCHARGE
|
||||||
'temperatur' => 'apps::apcupsd::local::mode::temperatur', # ITEMP
|
'temperature' => 'apps::apcupsd::local::mode::temperature', # ITEMP
|
||||||
'timeleft' => 'apps::apcupsd::local::mode::timeleft', # TIMELEFT MAXTIME MINTIMEL
|
'timeleft' => 'apps::apcupsd::local::mode::timeleft', # TIMELEFT MAXTIME MINTIMEL
|
||||||
'linevoltage' => 'apps::apcupsd::local::mode::linevoltage', # LINEV
|
'linevoltage' => 'apps::apcupsd::local::mode::linevoltage', # LINEV
|
||||||
'batteryvoltage' => 'apps::apcupsd::local::mode::batteryvoltage', # BATTV
|
'batteryvoltage' => 'apps::apcupsd::local::mode::batteryvoltage', # BATTV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user