SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Revision of Advanced Configuration from Sun, 06/01/2008 - 17:38
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Begin by renaming the installed sample configuration files
cd /usr/local/nagios/etc
mv nagios.cfg-sample nagios.cfg
mv cgi.cfg-sample cgi.cfg
mv commands.cfg-sample commands.cfg
mv localhost.cfg-sample localhost.cfg
mv resource.cfg-sample resource.cfg
For ease of editing, we'll break our custom configuration and definitions into multiple files for hosts, groups, services, timeperiods, etc. Edit nagios.cfg
to have it parse all .cfg
files. Add a line that reads:
cfg_dir=/usr/local/nagios/etc
- Log in to post comments