mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fixed httpd server status poller
This commit is contained in:
parent
81a5d78850
commit
e4d817503f
1 changed files with 1 additions and 1 deletions
|
@ -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, //' | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue