From b3975d35eeda5b9871eadb0882748c84b1c13533 Mon Sep 17 00:00:00 2001 From: psamecentreon Date: Mon, 7 Jan 2019 14:50:38 +0100 Subject: [PATCH] feat(plugin): fix hardware-device-axis-video-plugin config uptime plugin --- hardware/devices/video/axis/snmp/plugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/devices/video/axis/snmp/plugin.pm b/hardware/devices/video/axis/snmp/plugin.pm index 8deb1b73f..67b934a17 100644 --- a/hardware/devices/video/axis/snmp/plugin.pm +++ b/hardware/devices/video/axis/snmp/plugin.pm @@ -32,6 +32,7 @@ sub new { $self->{version} = '1.0'; %{$self->{modes}} = ( 'environment' => 'hardware::devices::video::axis::snmp::mode::environment', + 'uptime' => 'snmp_standard::mode::uptime', ); return $self;