mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +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->{version} = '0.1';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'crm' => 'apps::pacemaker::local::mode::crm',
|
'crm' => 'apps::pacemaker::local::mode::crm',
|
||||||
|
'constraints' => 'apps::pacemaker::local::mode::constraints',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user