mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
wip ewon
This commit is contained in:
parent
20405c8933
commit
beccc5b199
@ -31,7 +31,8 @@ sub new {
|
|||||||
|
|
||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'list-tags' => 'hardware::devices::hms::ewon::snmp::mode::listtags'
|
'list-tags' => 'hardware::devices::hms::ewon::snmp::mode::listtags',
|
||||||
|
'tags' => 'hardware::devices::hms::ewon::snmp::mode::tags'
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user