Update README.md

Clarification on what Monit is.
This commit is contained in:
Paul M 2020-11-02 12:00:50 -06:00 committed by GitHub
parent 922aa06f9f
commit 069bdb1fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,12 @@
VPN Watching bash script for use with OpenVPN on Openwrt
Standard bash script, requires bash install on OpenWrt
and monit to be installed and configured
and monit to be installed and configured. Monit is a
system monitoring software that also trigger actions
as a result of certain events. In my case monit was being
used to ping the domain in this script and on potential
failure this bash script was invoked. You could alternatively
also use cron to trigger a check periodically.
We assume a few things when this is called, first
that the VPN DNS (Expressvpn) is failing second