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/ipsec/background/stop/node.def | |
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/ipsec/background/stop/node.def')
-rw-r--r-- | templates/monitor/vpn/ipsec/background/stop/node.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/monitor/vpn/ipsec/background/stop/node.def b/templates/monitor/vpn/ipsec/background/stop/node.def deleted file mode 100644 index d6ea71c..0000000 --- a/templates/monitor/vpn/ipsec/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring for IPSec VPN -run: ${vyatta_bindir}/vyatta-monitor-background-stop "VPN-IPSEC" pluto |