From 069bdb1fca7fcd6533de88786439e8d08ba86239 Mon Sep 17 00:00:00 2001 From: Paul M Date: Mon, 2 Nov 2020 12:00:50 -0600 Subject: [PATCH] Update README.md Clarification on what Monit is. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c866cc2..47dd879 100644 --- a/README.md +++ b/README.md @@ -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