1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00: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