+ add clustat mode to plugin

ref https://github.com/centreon/centreon-plugins/issues/671
This commit is contained in:
Simon Bomm 2017-05-18 23:30:26 +02:00 committed by GitHub
parent 65fe81052e
commit facc66945b
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ sub new {
%{$self->{modes}} = (
'crm' => 'apps::pacemaker::local::mode::crm',
'constraints' => 'apps::pacemaker::local::mode::constraints',
'clustat' => 'apps::pacemaker::local::mode::clustat',
);
return $self;