+

viewgit/inc/functions.php:463 Function create_function() is deprecated [8192]

Shortlog

Date Author Message Actions
15-12-02 16:00 Benjamin Renard Add ability to resolv host parametermaster commitdiff tree tar/gz zip patch
15-12-02 15:27 Benjamin Renard Initial commit commitdiff tree tar/gz zip patch

more »

Tags

Date Tag Actions

View all tags

Heads

Date Branch Actions
15-12-02 16:00 master

Project informations

Description
Nagios plugin to check SMTP Blacklists (with theading check ability)
Last Change
15-12-02 16:00
URL
  • http://git.zionetrix.net/git/check_bl
  • git@git.zionetrix.net:public_git/check_bl
README
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.
ViewGit