mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
feat(plugin): fix hardware-device-axis-video-plugin config uptime plugin
This commit is contained in:
parent
2804de1435
commit
b3975d35ee
@ -32,6 +32,7 @@ sub new {
|
|||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'environment' => 'hardware::devices::video::axis::snmp::mode::environment',
|
'environment' => 'hardware::devices::video::axis::snmp::mode::environment',
|
||||||
|
'uptime' => 'snmp_standard::mode::uptime',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user