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.
Lilac
Prerequisites
PDO MySQL requires libtool:
yum install libtool-ltdl-develThen compile PHP with PDO MySQL and Process Control by adding these options to your ./configure:
--with-pdo-mysql=/usr/local/mysql \
--enable-pcntlIn order to use the Auto Discovery feature of Lilac, install Nmap
yum install nmapIn order to run nmap and the Nagios binary, Lilac needs access to do so. Since Nagios needs to be run by root, we need to set this up with sudo. Edit
/etc/sudoers</etc>:
<code>
#Defaults requiretty
nobody ALL=(ALL) NOPASSWD: /usr/bin/nmap
nobody ALL=(ALL) NOPASSWD: /usr/local/nagios/bin/nagiosInstallation
Download the latest source
cd /extra/src
wget http://www.lilacplatform.com/trac/downloads/5 -O lilac-1.0.3.tar.gz
tar zxf lilac-1.0.3.tar.gzMove it to the web root:
mv lilac-1.0.3 /var/websites/nagios/htdocs/lilacAccess it from your web browser
- Log in to post comments