Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Perl plugin that checks a specified DNS blacklist such as bl.spamcop.net to see whether a host is listed. Depends on Net::DNS.
Current Version
Last Release Date
June 22, 2009
Owner
Nagios Exchange
check_dnsbl
Perl plugin that checks a specified DNS blacklist such as bl.spamcop.net to see whether a host is listed. Blacklists can be used to identify misbehaving servers, zombie PCs, and other machines worthy of a sysadmin's attention.
Depends on Net::DNS.
Usage: > > check_dnsbl -H host -B blacklist -T target -t timeout -v -v > check_dnsbl --help >
If you only care about a specific sub-list (see your blacklist's information page for these result addresses), you can specify it with the -T option.
For testing purposes, try 127.0.0.2 as the host: > > check_dnsbl -H 127.0.0.2 -B bl.spamcop.net -v -v >
You might want to put this in {{checkcommands.cfg}}:
define command{ command_name check_sorbs command_line $USER1$/check_dnsbl -H $HOSTADDRESS$ -B dnsbl.sorbs.net }
define command{ command_name check_spamcop command_line $USER1$/check_dnsbl -H $HOSTADDRESS$ -B bl.spamcop.net }
Then in {{services.cfg}}, all you need is {{check_command check_sorbs}} or {{check_command check_spamcop}} in the right place.
Can you update script to work with ipv6 hosts?
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!