1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/monit/data/conf.d/service.cfg
2017-01-12 13:47:46 +08:00

10 lines
204 B
INI

check host httpbin with address httpbin.org
if failed
port 443
protocol https
username "username"
password "********"
request "/get"
content = "Authorization"
then alert