mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ add constraints mode to plugin.pm
This commit is contained in:
parent
a80db91bd3
commit
fe87756249
@ -33,6 +33,7 @@ sub new {
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'crm' => 'apps::pacemaker::local::mode::crm',
|
||||
'constraints' => 'apps::pacemaker::local::mode::constraints',
|
||||
);
|
||||
|
||||
return $self;
|
||||
|
Loading…
x
Reference in New Issue
Block a user