From 296d39eaa9b6e90e11b162dce16193ab3954e62a Mon Sep 17 00:00:00 2001 From: Mathieu Cinquin Date: Thu, 23 Apr 2015 14:19:58 +0200 Subject: [PATCH] add info for warning and critical threshold in help --- centreon-plugins/apps/protocols/x509/mode/validity.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/centreon-plugins/apps/protocols/x509/mode/validity.pm b/centreon-plugins/apps/protocols/x509/mode/validity.pm index d8da96fcc..bdff05002 100644 --- a/centreon-plugins/apps/protocols/x509/mode/validity.pm +++ b/centreon-plugins/apps/protocols/x509/mode/validity.pm @@ -48,7 +48,7 @@ sub new { my $self = $class->SUPER::new(package => __PACKAGE__, %options); bless $self, $class; - $self->{version} = '1.2'; + $self->{version} = '1.3'; $options{options}->add_options(arguments => { "hostname:s" => { name => 'hostname' }, @@ -221,11 +221,11 @@ Can be : 'expiration' or 'subject' or 'issuer' =item B<--warning-date> -Threshold warning in days (Days before expiration) +Threshold warning in days (Days before expiration, eg: '60:' for 60 days before) =item B<--critical-date> -Threshold critical in days (Days before expiration) +Threshold critical in days (Days before expiration, eg: '30:' for 30 days before) =item B<--subject>