From c64eff46e6e69092bcb4f0d99d505700e61e4ecf Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 6 Sep 2011 11:49:01 -0500 Subject: Move the background monitoring for vpn under each of the categories as suggested by support (cherry picked from commit 7621362a1a6ac0b5234fffdd4ff5fd1fe9f8625d) --- templates/monitor/vpn/all/background/node.def | 1 + templates/monitor/vpn/all/background/start/node.def | 3 +++ templates/monitor/vpn/all/background/stop/node.def | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 templates/monitor/vpn/all/background/node.def create mode 100644 templates/monitor/vpn/all/background/start/node.def create mode 100644 templates/monitor/vpn/all/background/stop/node.def (limited to 'templates/monitor/vpn/all/background') diff --git a/templates/monitor/vpn/all/background/node.def b/templates/monitor/vpn/all/background/node.def new file mode 100644 index 0000000..b4eece2 --- /dev/null +++ b/templates/monitor/vpn/all/background/node.def @@ -0,0 +1 @@ +help: Monitor VPN in the background diff --git a/templates/monitor/vpn/all/background/start/node.def b/templates/monitor/vpn/all/background/start/node.def new file mode 100644 index 0000000..ac100e8 --- /dev/null +++ b/templates/monitor/vpn/all/background/start/node.def @@ -0,0 +1,3 @@ +help: Start background VPN monitoring +run: ${vyatta_bindir}/vyatta-monitor-background "VPN-ALL" pluto pptp l2tp ppp + diff --git a/templates/monitor/vpn/all/background/stop/node.def b/templates/monitor/vpn/all/background/stop/node.def new file mode 100644 index 0000000..8d735cd --- /dev/null +++ b/templates/monitor/vpn/all/background/stop/node.def @@ -0,0 +1,3 @@ +help: Start background VPN monitoring +run: ${vyatta_bindir}/vyatta-monitor-background-stop "VPN-ALL" + -- cgit v1.2.3