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…
Reference in New Issue