From e4d817503fbe7ffdb1e659f8b15da3f4eca7ab3d Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 23 Jan 2012 23:52:32 +0200 Subject: [PATCH] fixed httpd server status poller --- bin/v_update_sys_rrd_httpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v_update_sys_rrd_httpd b/bin/v_update_sys_rrd_httpd index 97e835f86..2b47f320d 100755 --- a/bin/v_update_sys_rrd_httpd +++ b/bin/v_update_sys_rrd_httpd @@ -53,7 +53,7 @@ fi # Parsing data if [ -z "$update" ]; then - server_status=$(wget -qO- http://localhost:$WEB_PORT/server-status |\ + server_status=$(wget -qO- http://localhost:8081/server-status |\ grep 'currently being processed'| \ cut -f 2 -d '>' |\ sed 's/requests currently being processed, //' | \