mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ add option to not check memory state
This commit is contained in:
parent
00d6ace975
commit
5f8ac3eba0
@ -42,6 +42,7 @@ sub new {
|
||||
"critical:s" => { name => 'critical' },
|
||||
"warning-state:s" => { name => 'warning_state' },
|
||||
"critical-state:s" => { name => 'critical_state' },
|
||||
"no-memory-state" => { name => 'no_memory_state' },
|
||||
});
|
||||
return $self;
|
||||
}
|
||||
@ -120,6 +121,10 @@ Threshold warning. For state != 'high': --warning-state=0
|
||||
|
||||
Threshold critical. For state != 'high': --warning-state=0
|
||||
|
||||
=item B<--no-memory-state>
|
||||
|
||||
Don't check memory state.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
Loading…
x
Reference in New Issue
Block a user