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.
check_clam_version
This plugin queries ClamAV and checks if the version is up-to-date or not based on the value. Information on the plugin can be found here.
cd /usr/local/nagios/libexec
wget http://fupps.com/code/sundry/clamnag.pl
chmod ug+x clamnag.pl
chown nagios:nagios clamnag.pl
To add the check plugin to your NRPE config, edit /usr/local/nagios/etc/nrpe.cfg
command[check_clam_version]=/usr/local/nagios/libexec/clamnag.pl
Add an NRPE service check on your Nagios server.
- Log in to post comments