summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>