mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
fix(procurve): memory mode - previous commit
This commit is contained in:
parent
0c05cb0e7e
commit
7d35c9827d
@ -31,7 +31,7 @@ sub new {
|
||||
bless $self, $class;
|
||||
|
||||
$options{options}->add_options(arguments => {
|
||||
'warning:s' => { name => 'warning' }
|
||||
'warning:s' => { name => 'warning' },
|
||||
'critical:s' => { name => 'critical' }
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user