Nagios plugin to check SMTP Blacklist ===================================== Usage ----- Usage: check_bl [options] Options: -h, --help show this help message and exit -H HOST, --host=HOST The host IP address to check -B BL Blacklist server(s) (separated by commas) -t TIMEOUT, --timeout=TIMEOUT Timeout in second for DNS request (Default : 10s) -c CRITICAL_COUNT Critical blacklisted count -C CRITICAL_PERC Critical blacklisted count as percentage (Default : 30%) -w WARNING_COUNT Warning blacklisted count -W WARNING_PERC Warning blacklisted count as percentage (Default : 1%) -u UNKNOWN_COUNT Checking errors count triggering UNKNOWN status -U UNKNOWN_PERC Checking errors count as percentage triggering UNKNOWN status (Default : 50%) -T, --threaded Use thread for parallel checking -v, --verbose Enable verbose mode -d, --debug Enable debug mode Copyright --------- Copyright (c) 2013 Benjamin Renard License ------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.