From c5465562b9024af57af12280d89d2a189bdb9110 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 27 Jul 2023 21:57:19 +0200 Subject: 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. --- templates/monitor/https/background/node.def | 1 - templates/monitor/https/background/start/node.def | 2 -- templates/monitor/https/background/stop/node.def | 2 -- 3 files changed, 5 deletions(-) delete mode 100644 templates/monitor/https/background/node.def delete mode 100644 templates/monitor/https/background/start/node.def delete mode 100644 templates/monitor/https/background/stop/node.def (limited to 'templates/monitor/https/background') diff --git a/templates/monitor/https/background/node.def b/templates/monitor/https/background/node.def deleted file mode 100644 index 1f4371b..0000000 --- a/templates/monitor/https/background/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Monitor HTTPS in the background diff --git a/templates/monitor/https/background/start/node.def b/templates/monitor/https/background/start/node.def deleted file mode 100644 index ae87d88..0000000 --- a/templates/monitor/https/background/start/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Start background monitoring of the HTTPS service -run: ${vyatta_bindir}/vyatta-monitor-background HTTPS lighttpd chunker webgui diff --git a/templates/monitor/https/background/stop/node.def b/templates/monitor/https/background/stop/node.def deleted file mode 100644 index ec3ab8c..0000000 --- a/templates/monitor/https/background/stop/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Stop background monitoring of the HTTPS service -run: ${vyatta_bindir}/vyatta-monitor-background-stop HTTPS -- cgit v1.2.3