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