diff --git a/centreon-plugins/apps/protocols/http/mode/jsoncontent.pm b/centreon-plugins/apps/protocols/http/mode/jsoncontent.pm index 0987fa4ed..372082276 100644 --- a/centreon-plugins/apps/protocols/http/mode/jsoncontent.pm +++ b/centreon-plugins/apps/protocols/http/mode/jsoncontent.pm @@ -343,11 +343,11 @@ Threshold critical if the string match =item B<--warning-time> -Threshold warning in ms of webservice response time +Threshold warning in seconds of webservice response time =item B<--critical-time> -Threshold critical in ms of webservice response time +Threshold critical in seconds of webservice response time =back diff --git a/centreon-plugins/apps/protocols/http/mode/soapcontent.pm b/centreon-plugins/apps/protocols/http/mode/soapcontent.pm index 2b02b790e..068c2b216 100644 --- a/centreon-plugins/apps/protocols/http/mode/soapcontent.pm +++ b/centreon-plugins/apps/protocols/http/mode/soapcontent.pm @@ -356,11 +356,11 @@ Threshold critical if the string match =item B<--warning-time> -Threshold warning in ms of webservice response time +Threshold warning in seconds of webservice response time =item B<--critical-time> -Threshold critical in ms of webservice response time +Threshold critical in seconds of webservice response time =back