mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
improve cisco ucs plugin refs #5168
This commit is contained in:
parent
10db841b67
commit
e85bc15806
@ -47,9 +47,10 @@ sub new {
|
|||||||
|
|
||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'equipment' => 'hardware::server::cisco::ucs::mode::equipment',
|
'equipment' => 'hardware::server::cisco::ucs::mode::equipment',
|
||||||
'faults' => 'hardware::server::cisco::ucs::mode::faults',
|
'faults' => 'hardware::server::cisco::ucs::mode::faults',
|
||||||
'audit-logs' => 'hardware::server::cisco::ucs::mode::auditlogs',
|
'audit-logs' => 'hardware::server::cisco::ucs::mode::auditlogs',
|
||||||
|
'service-profile' => 'hardware::server::cisco::ucs::mode::serviceprofile',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user