This commit is contained in:
garnier-quentin 2019-10-08 08:49:11 +02:00
parent 131f445938
commit c2a8e89144
1 changed files with 0 additions and 5 deletions

View File

@ -24,7 +24,6 @@ use base qw(centreon::plugins::templates::counter);
use strict;
use warnings;
use Digest::MD5 qw(md5_hex);
use centreon::plugins::templates::catalog_functions qw(catalog_status_threshold catalog_status_calc);
sub custom_status_threshold {
@ -219,10 +218,6 @@ Filter job server name (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>
Filter job with end time greater than current time less value in seconds (Default: 86400).