Skip to content

Commit

Permalink
Include checks for pubstatus and mailstatus
Browse files Browse the repository at this point in the history
lonemadmax committed Feb 24, 2019
1 parent 05fd084 commit 7ae059a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/status-freeciv-web.sh
Original file line number Diff line number Diff line change
@@ -113,6 +113,9 @@ checkWebURL "Tomcat" "http://localhost:8080/" --head
checkWebURL "freeciv-web on Tomcat" "http://localhost:8080/freeciv-web" --head
checkWebURL "Tomcat DB connection" "http://localhost/game/list" --head

checkWebURL "Pubstatus" "http://localhost:4002/pubstatus"
checkWebURL "Mailstatus" "http://localhost:4003/mailstatus"

checkWebURL "freeciv-proxy directly" "http://localhost:7001/status"
checkWebURL "freeciv-proxy through nginx" "http://localhost/civsocket/7001/status"

0 comments on commit 7ae059a

Please sign in to comment.