diff --git a/docs/SquidFaq/RelatedSoftware.md b/docs/SquidFaq/RelatedSoftware.md index 32c15251..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 aimple implementation of - VRRPv2 +- [VRRPd](https://gitlab.com/fredbcode/Vrrpd) VRRP daemon ## Monitoring @@ -51,7 +50,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 +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 tool for + parsing and analyzing Squid logs, providing a user-friendly dashboard to + visualize real-time connection data. ## Squid add-ons @@ -71,7 +73,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. diff --git a/docs/index.md b/docs/index.md index d1043d45..e5367bca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,6 +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) +- [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