Przeglądaj źródła

fixed httpd server status poller

Serghey Rodin 14 lat temu
rodzic
commit
e4d817503f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bin/v_update_sys_rrd_httpd

+ 1 - 1
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, //' | \