mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
+add offset reference in plugin.pm
Add a line for offset mode
This commit is contained in:
parent
fd94931ea9
commit
05d7921c7a
@ -32,7 +32,8 @@ sub new {
|
|||||||
|
|
||||||
$self->{version} = '0.1';
|
$self->{version} = '0.1';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'response-time' => 'apps::protocols::ntp::mode::responsetime',
|
'response-time' => 'apps::protocols::ntp::mode::responsetime',
|
||||||
|
'offset' => 'apps::protocols::ntp::mode::offset',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user