diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-06 11:49:01 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:28 -0500 |
commit | c64eff46e6e69092bcb4f0d99d505700e61e4ecf (patch) | |
tree | b8881e1cccb18bd7f55655f868ffd38f67440c55 /templates/monitor/vpn/pptp | |
parent | 12b09b2a196a00389d4e1b1996fcf29689141920 (diff) | |
download | vyatta-op-c64eff46e6e69092bcb4f0d99d505700e61e4ecf.tar.gz vyatta-op-c64eff46e6e69092bcb4f0d99d505700e61e4ecf.zip |
Move the background monitoring for vpn under each of the categories as suggested by support
(cherry picked from commit 7621362a1a6ac0b5234fffdd4ff5fd1fe9f8625d)
Diffstat (limited to 'templates/monitor/vpn/pptp')
-rw-r--r-- | templates/monitor/vpn/pptp/background/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/vpn/pptp/background/start/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/vpn/pptp/background/stop/node.def | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/templates/monitor/vpn/pptp/background/node.def b/templates/monitor/vpn/pptp/background/node.def new file mode 100644 index 0000000..1eafbed --- /dev/null +++ b/templates/monitor/vpn/pptp/background/node.def @@ -0,0 +1 @@ +help: Monitor PPTP in the background diff --git a/templates/monitor/vpn/pptp/background/start/node.def b/templates/monitor/vpn/pptp/background/start/node.def new file mode 100644 index 0000000..7659282 --- /dev/null +++ b/templates/monitor/vpn/pptp/background/start/node.def @@ -0,0 +1,2 @@ +help: Start background monitoring for PPTP VPN +run: ${vyatta_bindir}/vyatta-monitor-background "VPN-PPTP" pptp ppp diff --git a/templates/monitor/vpn/pptp/background/stop/node.def b/templates/monitor/vpn/pptp/background/stop/node.def new file mode 100644 index 0000000..d1879e4 --- /dev/null +++ b/templates/monitor/vpn/pptp/background/stop/node.def @@ -0,0 +1,2 @@ +help: Stop background monitoring for PPTP VPN +run: ${vyatta_bindir}/vyatta-monitor-background-stop "VPN-PPTP" pptp ppp |