+add offset reference in plugin.pm

Add a line for offset mode
This commit is contained in:
Sims24 2015-10-12 14:47:18 +02:00
parent fd94931ea9
commit 05d7921c7a

View File

@ -33,6 +33,7 @@ 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;