Add description text

main
mj-saunders 2022-11-03 16:42:19 +04:00
parent 0bffafcc82
commit 2ae1e0eb5b
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
#!/bin/bash
# Check status of a list of servers
#
# Any servers in URLS that yield a bad response are collated and sent via email
# to all RECIPIENTS.
#
# Dependencies
# - curl: Polling the servers
# - msmtp: Sending email; requires separate configuration
# NOTE: Currently only useful for services running over HTTP
#set -eux
LOG_FILE="/media/workshop/Projects/openmedianetwork/.omn_watchdog.log"