浏览代码

fixed httpd server status poller

Serghey Rodin 14 年之前
父节点
当前提交
e4d817503f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/v_update_sys_rrd_httpd

+ 1 - 1
bin/v_update_sys_rrd_httpd

@@ -53,7 +53,7 @@ fi
 
 
 # Parsing data
 # Parsing data
 if [ -z "$update" ]; then
 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'| \
         grep 'currently being processed'| \
         cut -f 2 -d '>' |\
         cut -f 2 -d '>' |\
         sed 's/requests currently being processed, //' | \
         sed 's/requests currently being processed, //' | \