From 61aedf201c2c4bf0e5aa4db32e74f4d860b88593 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 19 Dec 2017 23:39:21 +0000 Subject: New upstream version 1.9.0+dfsg --- charts.d/apache.chart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'charts.d/apache.chart.sh') diff --git a/charts.d/apache.chart.sh b/charts.d/apache.chart.sh index b503e74e3..a8ac08014 100644 --- a/charts.d/apache.chart.sh +++ b/charts.d/apache.chart.sh @@ -114,7 +114,7 @@ apache_get() { apache_accesses="${apache_response[${apache_key_accesses}]}" apache_kbytes="${apache_response[${apache_key_kbytes}]}" - + float2int "${apache_response[${apache_key_reqpersec}]}" ${apache_decimal_detail} apache_reqpersec=${FLOAT2INT_RESULT} @@ -201,7 +201,7 @@ EOF2 return 0 } -# _update is called continiously, to collect the values +# _update is called continuously, to collect the values apache_update() { local reqs net # the first argument to this function is the microseconds since last update -- cgit v1.2.3