Add description text
parent
0bffafcc82
commit
2ae1e0eb5b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue