From 369dd01c7765b17d196492a5df4fe3c8009275e2 Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Wed, 6 Jul 2022 11:52:58 +0300 Subject: webproxy: T4513: Fixed path to webroxy log files Fixed path to webproxy log files in webproxy monitor commands --- op-mode-definitions/webproxy.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/webproxy.xml.in b/op-mode-definitions/webproxy.xml.in index f8ec8fb0a..5ae1577d8 100644 --- a/op-mode-definitions/webproxy.xml.in +++ b/op-mode-definitions/webproxy.xml.in @@ -12,7 +12,7 @@ Monitor the last lines of the squid access log - if [ -f /var/log/squid3/access.log ]; then sudo tail --follow=name /var/log/squid3/access.log; else echo "WebProxy cache-log does not exist"; fi + 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 @@ -37,7 +37,7 @@ Monitor the last lines of the squid cache log - if [ -f /var/log/squid3/cache.log ]; then sudo tail --follow=name /var/log/squid3/cache.log; else echo "WebProxy cache-log does not exist"; fi + if [ -f /var/log/squid/cache.log ]; then sudo tail --follow=name /var/log/squid/cache.log; else echo "WebProxy cache-log does not exist"; fi -- cgit v1.2.3