Update README.md
Clarification on what Monit is.
This commit is contained in:
parent
922aa06f9f
commit
069bdb1fca
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
||||||
VPN Watching bash script for use with OpenVPN on Openwrt
|
VPN Watching bash script for use with OpenVPN on Openwrt
|
||||||
|
|
||||||
Standard bash script, requires bash install 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
|
We assume a few things when this is called, first
|
||||||
that the VPN DNS (Expressvpn) is failing second
|
that the VPN DNS (Expressvpn) is failing second
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue