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/conntrack-sync | |
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/conntrack-sync')
4 files changed, 0 insertions, 7 deletions
diff --git a/templates/monitor/conntrack-sync/background/node.def b/templates/monitor/conntrack-sync/background/node.def deleted file mode 100644 index a413705..0000000 --- a/templates/monitor/conntrack-sync/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor conntrack-sync in the background diff --git a/templates/monitor/conntrack-sync/background/start/node.def b/templates/monitor/conntrack-sync/background/start/node.def deleted file mode 100644 index 0b39330..0000000 --- a/templates/monitor/conntrack-sync/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background monitoring of conntrack-sync -run: ${vyatta_bindir}/vyatta-monitor-background Conntrack-Sync conntrackd diff --git a/templates/monitor/conntrack-sync/background/stop/node.def b/templates/monitor/conntrack-sync/background/stop/node.def deleted file mode 100644 index 4d5ef14..0000000 --- a/templates/monitor/conntrack-sync/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring of conntrack-sync -run: ${vyatta_bindir}/vyatta-monitor-background-stop Conntrack-Sync diff --git a/templates/monitor/conntrack-sync/node.def b/templates/monitor/conntrack-sync/node.def deleted file mode 100644 index 5429504..0000000 --- a/templates/monitor/conntrack-sync/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Monitor conntrack-sync -run: ${vyatta_bindir}/vyatta-monitor Conntrack-Sync conntrackd |