+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
1 changed files with 2 additions and 1 deletions

View File

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