diff --git a/monitor/HTTP_STATUS.sh b/monitor/HTTP_STATUS.sh index 977dc3e..aff5f47 100644 --- a/monitor/HTTP_STATUS.sh +++ b/monitor/HTTP_STATUS.sh @@ -1,5 +1,5 @@ #!/bin/bash -HTTP_STATUS=$(curl -s -o /dev/null -I -w "%{http_code}" https://adenium.gdna.re) +HTTP_STATUS=$(curl -s -o /dev/null -I -w "%{http_code}" http://cyrilleinvalides.nasjo.fr/) echo $HTTP_STATUS if [ "$HTTP_STATUS" == "200" ] then