Skip to content

Commit e4d8175

Browse files
committed
fixed httpd server status poller
1 parent 81a5d78 commit e4d8175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v_update_sys_rrd_httpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fi
5353

5454
# Parsing data
5555
if [ -z "$update" ]; then
56-
server_status=$(wget -qO- http://localhost:$WEB_PORT/server-status |\
56+
server_status=$(wget -qO- http://localhost:8081/server-status |\
5757
grep 'currently being processed'| \
5858
cut -f 2 -d '>' |\
5959
sed 's/requests currently being processed, //' | \

0 commit comments

Comments
 (0)