Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/SquidFaq/RelatedSoftware.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

Expand All @@ -71,7 +73,7 @@ kernel-based layer 3-7 load balancer for Linux
Jens Elkner `<elkner AT wotan DOT cs DOT Uni-Magdeburg DOT de>`.

- [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.
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down