diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-27 21:57:19 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-27 21:57:21 +0200 |
commit | c5465562b9024af57af12280d89d2a189bdb9110 (patch) | |
tree | 30fa2e0b93a813cdd1279c2d2106361f0efa0d44 /templates/monitor/vpn/l2tp/background | |
parent | 2310c207558885aad53ac284b64ff156aa33d3b7 (diff) | |
download | vyatta-op-c5465562b9024af57af12280d89d2a189bdb9110.tar.gz vyatta-op-c5465562b9024af57af12280d89d2a189bdb9110.zip |
T5411: remove old background monitor implementation
Old Vyatta had a possibility to issue log entries to the users console based
on a service.
Examples:
* monitor dhcp background start | stop
* monitor lldp background start | stop
* monitor openvpn background start | stop
Somehow they not seem to work properly anymore (we are not certain if they
ever did work properly)
The maintainers decided to drop the op-mode CLI nodes from vyatta-op package in
order to get rid of all the legacy code.
In a subsequent task we might wan't to re-add this capability under the more
"industry standard" command terminal monitor.
Diffstat (limited to 'templates/monitor/vpn/l2tp/background')
-rw-r--r-- | templates/monitor/vpn/l2tp/background/node.def | 1 | ||||
-rw-r--r-- | templates/monitor/vpn/l2tp/background/start/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/vpn/l2tp/background/stop/node.def | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/templates/monitor/vpn/l2tp/background/node.def b/templates/monitor/vpn/l2tp/background/node.def deleted file mode 100644 index d9b7697..0000000 --- a/templates/monitor/vpn/l2tp/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor L2TP in the background diff --git a/templates/monitor/vpn/l2tp/background/start/node.def b/templates/monitor/vpn/l2tp/background/start/node.def deleted file mode 100644 index a43440e..0000000 --- a/templates/monitor/vpn/l2tp/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background monitoring for L2TP VPN -run: ${vyatta_bindir}/vyatta-monitor-background "VPN-L2TP:" l2tp ppp remote-access-aaa-win remote-access-zzz-mac diff --git a/templates/monitor/vpn/l2tp/background/stop/node.def b/templates/monitor/vpn/l2tp/background/stop/node.def deleted file mode 100644 index 2173baf..0000000 --- a/templates/monitor/vpn/l2tp/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring for L2TP VPN -run: ${vyatta_bindir}/vyatta-monitor-background-stop "VPN-L2TP:" l2tp ppp remote-access-aaa-win remote-access-zzz-mac |