From e750512b85df80b9ff607d906d3663f79c152a65 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 1 Jul 2026 21:59:30 -0400 Subject: [PATCH 1/3] Add related software list and additional resources to index.md --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index d1043d45..b26c94f8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,6 +43,8 @@ mailing list, and during pull request reviews on - The main Squid [site](http://www.squid-cache.org/) - The Bugzilla [database](http://bugs.squid-cache.org/index.cgi) +- A [related software](/SquidFaq/RelatedSoftware) list for tools and add-ons + relevant to Squid - The Calamaris log file analysis [tool](http://freshmeat.net/projects/calamaris/) - Visolve's configuration manuals for [Squid 3.0](https://www.visolve.com/squid/squid30/contents.php), also mostly @@ -51,3 +53,4 @@ mailing list, and during pull request reviews on Guide](https://www.packtpub.com/squid-proxy-server-3-1-beginners-guide/book) by Kulbir Saini - Other [external links](/ExternalLinks) + From 7ec7f5820f45c414131cae18be5197cdafcc63bc Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 1 Jul 2026 22:02:40 -0400 Subject: [PATCH 2/3] Fix typos, improve the descriptions in RelatedSoftware.md, and add SquidStats to the software list. --- docs/SquidFaq/RelatedSoftware.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/SquidFaq/RelatedSoftware.md b/docs/SquidFaq/RelatedSoftware.md index 32c15251..82803f16 100644 --- a/docs/SquidFaq/RelatedSoftware.md +++ b/docs/SquidFaq/RelatedSoftware.md @@ -36,7 +36,7 @@ kernel-based layer 3-7 load balancer for Linux implements HA (via VRRP) and status monitoring with failover capabilities. It's focused on Linux, support for other OSes is unclear. -- [VRRPd](http://off.net/~jme/vrrpd/) is aimple implementation of +- [VRRPd](http://off.net/~jme/vrrpd/) is a simple implementation of VRRPv2 ## Monitoring @@ -51,7 +51,7 @@ kernel-based layer 3-7 load balancer for Linux - [Munin](https://munin-monitoring.org/) is a very flexible platform for collecting long-term performance data - [Cacti](http://www.cacti.net/) is especially suited for collecting - SNMP-basd data + SNMP-based data - [RRDtool](http://oss.oetiker.ch/rrdtool) is the grandparent of F/OSS performance monitoring solutions - [SqStat](http://samm.kiev.ua/sqstat/) is an alternate frontend using @@ -61,6 +61,11 @@ kernel-based layer 3-7 load balancer for Linux - [Squeezer](http://sourceforge.net/projects/squidoptimizer/) is a logfile analysis software aimed at measuring Squid's performance +- [SquidStats](https://github.com/kaelthasmanu/SquidStats) is a modern tool + for parsing and analyzing Squid logs, providing a sleek and user-friendly + dashboard to visualize real-time connection data. It helps network + administrators monitor and manage Squid proxy connections effectively, + including quota management and usage control. ## Squid add-ons @@ -71,7 +76,7 @@ kernel-based layer 3-7 load balancer for Linux Jens Elkner ``. - [SquidGuard](https://en.wikipedia.org/wiki/SquidGuard) is a free (GPL), flexible - and efficient filter and redirector program for squid. It lets you + and efficient filter and redirector program for Squid. It lets you define multiple access rules with different restrictions for different user groups. SquidGuard uses squid standard redirector interface. From 58a8b2e3ddd04e7f58492efde1d06c09c9c1a378 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 2 Jul 2026 10:49:19 -0400 Subject: [PATCH 3/3] Update RelatedSoftware.md and index.md --- docs/SquidFaq/RelatedSoftware.md | 11 ++++------- docs/index.md | 4 +--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/SquidFaq/RelatedSoftware.md b/docs/SquidFaq/RelatedSoftware.md index 82803f16..604e7212 100644 --- a/docs/SquidFaq/RelatedSoftware.md +++ b/docs/SquidFaq/RelatedSoftware.md @@ -36,8 +36,7 @@ kernel-based layer 3-7 load balancer for Linux implements HA (via VRRP) and status monitoring with failover capabilities. It's focused on Linux, support for other OSes is unclear. -- [VRRPd](http://off.net/~jme/vrrpd/) is a simple implementation of - VRRPv2 +- [VRRPd](https://gitlab.com/fredbcode/Vrrpd) VRRP daemon ## Monitoring @@ -61,11 +60,9 @@ kernel-based layer 3-7 load balancer for Linux - [Squeezer](http://sourceforge.net/projects/squidoptimizer/) is a logfile analysis software aimed at measuring Squid's performance -- [SquidStats](https://github.com/kaelthasmanu/SquidStats) is a modern tool - for parsing and analyzing Squid logs, providing a sleek and user-friendly - dashboard to visualize real-time connection data. It helps network - administrators monitor and manage Squid proxy connections effectively, - including quota management and usage control. +- [SquidStats](https://github.com/kaelthasmanu/SquidStats) is a tool for + parsing and analyzing Squid logs, providing a user-friendly dashboard to + visualize real-time connection data. ## Squid add-ons diff --git a/docs/index.md b/docs/index.md index b26c94f8..e5367bca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,8 +43,7 @@ mailing list, and during pull request reviews on - The main Squid [site](http://www.squid-cache.org/) - The Bugzilla [database](http://bugs.squid-cache.org/index.cgi) -- A [related software](/SquidFaq/RelatedSoftware) list for tools and add-ons - relevant to Squid +- [Related software and add-ons](/SquidFaq/RelatedSoftware) - The Calamaris log file analysis [tool](http://freshmeat.net/projects/calamaris/) - Visolve's configuration manuals for [Squid 3.0](https://www.visolve.com/squid/squid30/contents.php), also mostly @@ -53,4 +52,3 @@ mailing list, and during pull request reviews on Guide](https://www.packtpub.com/squid-proxy-server-3-1-beginners-guide/book) by Kulbir Saini - Other [external links](/ExternalLinks) -