2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 14:59:14 +01:00
Files
dockerfiles_vimagick/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