mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 07:05:06 +02:00
fix help
This commit is contained in:
parent
131f445938
commit
c2a8e89144
@ -24,7 +24,6 @@ use base qw(centreon::plugins::templates::counter);
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Digest::MD5 qw(md5_hex);
|
|
||||||
use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold catalog_status_calc);
|
use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold catalog_status_calc);
|
||||||
|
|
||||||
sub custom_status_threshold {
|
sub custom_status_threshold {
|
||||||
@ -219,10 +218,6 @@ Filter job server name (can be a regexp).
|
|||||||
|
|
||||||
Filter job type (can be a regexp).
|
Filter job type (can be a regexp).
|
||||||
|
|
||||||
=item B<--filter-start-time>
|
|
||||||
|
|
||||||
Filter job with start time greater than current time less value in seconds.
|
|
||||||
|
|
||||||
=item B<--filter-end-time>
|
=item B<--filter-end-time>
|
||||||
|
|
||||||
Filter job with end time greater than current time less value in seconds (Default: 86400).
|
Filter job with end time greater than current time less value in seconds (Default: 86400).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user