mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ add clustat mode to plugin
ref https://github.com/centreon/centreon-plugins/issues/671
This commit is contained in:
parent
8f8633a2fa
commit
3997a40b31
@ -33,6 +33,7 @@ sub new {
|
|||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'crm' => 'apps::pacemaker::local::mode::crm',
|
'crm' => 'apps::pacemaker::local::mode::crm',
|
||||||
'constraints' => 'apps::pacemaker::local::mode::constraints',
|
'constraints' => 'apps::pacemaker::local::mode::constraints',
|
||||||
|
'clustat' => 'apps::pacemaker::local::mode::clustat',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user