Fix #1856
This commit is contained in:
parent
6d29298351
commit
8073d8461f
|
@ -91,8 +91,6 @@ sub new {
|
||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$options{options}->add_options(arguments => {
|
$options{options}->add_options(arguments => {
|
||||||
'warning:s' => { name => 'warning' },
|
|
||||||
'critical:s' => { name => 'critical' },
|
|
||||||
'force-oid:s' => { name => 'force_oid' },
|
'force-oid:s' => { name => 'force_oid' },
|
||||||
'check-overload' => { name => 'check_overload' },
|
'check-overload' => { name => 'check_overload' },
|
||||||
'reboot-window:s' => { name => 'reboot_window', default => 5000 },
|
'reboot-window:s' => { name => 'reboot_window', default => 5000 },
|
||||||
|
|
Loading…
Reference in New Issue