+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->{modes}} = (
|
||||
'response-time' => 'apps::protocols::ntp::mode::responsetime',
|
||||
'response-time' => 'apps::protocols::ntp::mode::responsetime',
|
||||
'offset' => 'apps::protocols::ntp::mode::offset',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
|
Loading…
Reference in New Issue