+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 b9d24680e9
commit 619e22a0f7

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;