summaryrefslogtreecommitdiff
path: root/op-mode-definitions/webproxy.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-07-29 23:07:39 +0200
committerChristian Breunig <christian@breunig.cc>2023-07-29 23:07:39 +0200
commit019f90fb65cb243a3ab01ef3e06a39396750cbbd (patch)
treed0f69cd8f18056693ecf031af8a73133809fb355 /op-mode-definitions/webproxy.xml.in
parent7568912d483114ef8939246768fabe464af28ca2 (diff)
downloadvyos-1x-019f90fb65cb243a3ab01ef3e06a39396750cbbd.tar.gz
vyos-1x-019f90fb65cb243a3ab01ef3e06a39396750cbbd.zip
T5411: remove old background monitor implementation for webproxy
Diffstat (limited to 'op-mode-definitions/webproxy.xml.in')
-rw-r--r--op-mode-definitions/webproxy.xml.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/op-mode-definitions/webproxy.xml.in b/op-mode-definitions/webproxy.xml.in
index 5ae1577d8..70e3ed608 100644
--- a/op-mode-definitions/webproxy.xml.in
+++ b/op-mode-definitions/webproxy.xml.in
@@ -14,25 +14,6 @@
</properties>
<command>if [ -f /var/log/squid/access.log ]; then sudo tail --follow=name /var/log/squid/access.log; else echo "WebProxy access-log does not exist"; fi</command>
</node>
- <node name="background">
- <properties>
- <help>Monitor Webproxy in the background</help>
- </properties>
- <children>
- <node name="start">
- <properties>
- <help>Start background monitoring of Webproxy</help>
- </properties>
- <command>${vyatta_bindir}/vyatta-monitor-background Webproxy squid</command>
- </node>
- <node name="stop">
- <properties>
- <help>Stop background monitoring of Webproxy</help>
- </properties>
- <command>${vyatta_bindir}/vyatta-monitor-background-stop Webproxy </command>
- </node>
- </children>
- </node>
<node name="cache-log">
<properties>
<help>Monitor the last lines of the squid cache log</help>