diff options
Diffstat (limited to 'monitor.cfg')
| -rw-r--r-- | monitor.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/monitor.cfg b/monitor.cfg index 03ca7b1..226a88e 100644 --- a/monitor.cfg +++ b/monitor.cfg @@ -20,6 +20,8 @@ target=web,https,https://arf20.com from=status@arf20.com # what to alert -alert=api,https://arf20.com/%s -alert=email,arf20@arf20.com +# alert=api,<url>,<content-type>,<body template> +alert=api,https://arf20.com/%s,application/json,{"content":"%s is %s"} +# alert=email,<address>,<subject template>,<body template> +alert=email,arf20@arf20.com,%s is %s,%s is %s |
