diff --git a/centreon-plugins/apps/protocols/x509/custom/https.pm b/centreon-plugins/apps/protocols/x509/custom/https.pm index 7e7a0f194..97744aab1 100644 --- a/centreon-plugins/apps/protocols/x509/custom/https.pm +++ b/centreon-plugins/apps/protocols/x509/custom/https.pm @@ -48,6 +48,7 @@ sub new { 'method:s' => { name => 'method' }, 'urlpath:s' => { name => 'url_path' }, 'timeout:s' => { name => 'timeout' }, + 'no-follow' => { name => 'no_follow' }, 'header:s@' => { name => 'header' } }); } @@ -224,6 +225,10 @@ Threshold for HTTP timeout (Default: 5) Set HTTP headers (Multiple option) +=item B<--no-follow> + +Do not follow http redirect + =back =head1 DESCRIPTION