From 26289696a42fa218f2343108fc5440b3bccf53eb Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Wed, 16 Dec 2015 17:33:28 +0100 Subject: [PATCH] + Fix #246 --- centreon-plugins/apps/protocols/http/mode/jsoncontent.pm | 4 ++-- centreon-plugins/apps/protocols/http/mode/soapcontent.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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