+ add clustat mode to plugin
ref https://github.com/centreon/centreon-plugins/issues/671
This commit is contained in:
parent
65fe81052e
commit
facc66945b
|
@ -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…
Reference in New Issue