diff options
Diffstat (limited to 'example.ini')
| -rw-r--r-- | example.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/example.ini b/example.ini new file mode 100644 index 0000000..2b66c04 --- /dev/null +++ b/example.ini @@ -0,0 +1,9 @@ +[service:website] +url = https://example.com +cmd = curl --fail https://example.com +on_fail = mail -s "website is down" you@example.com +on_recover = mail -s "website is back up" you@example.com + +[service:api] +url = https://api.example.com +cmd = curl --fail https://api.example.com/health |
