summaryrefslogtreecommitdiffstats
path: root/charts.d/apache.chart.sh
diff options
context:
space:
mode:
authorpaulfantom <paulfantom@gmail.com>2016-06-22 17:55:46 +0200
committerpaulfantom <paulfantom@gmail.com>2016-06-22 17:55:46 +0200
commit923e9b871e6134578f781d5fc87f98f1c5428d0a (patch)
treeaf14800d404a20082e02b34a253c556b9cc5d93c /charts.d/apache.chart.sh
parent99e61e3a7a2a009eedecb59656d3da7690f45d7b (diff)
fixing problems with data formatting in apache and nginx
Diffstat (limited to 'charts.d/apache.chart.sh')
-rwxr-xr-xcharts.d/apache.chart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/apache.chart.sh b/charts.d/apache.chart.sh
index a3e064094c..681651a0df 100755
--- a/charts.d/apache.chart.sh
+++ b/charts.d/apache.chart.sh
@@ -238,7 +238,7 @@ SET connections = $((apache_connstotal))
END
BEGIN apache.conns_async $1
SET keepalive = $((apache_connsasynckeepalive))
-SET closing = $((apache_connsasyncwriting))
+SET closing = $((apache_connsasyncclosing))
SET writing = $((apache_connsasyncwriting))
END
VALUESEOF2