diff options
Diffstat (limited to 'nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/Changes')
-rw-r--r-- | nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/Changes | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/Changes b/nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/Changes new file mode 100644 index 0000000..09e9241 --- /dev/null +++ b/nagios-plugins-contrib-24.20190301~bpo9+1/check_rbl/check_rbl-1.4.4/Changes @@ -0,0 +1,127 @@ +2019-02-28 Matteo Corti <matteo@corti.li> + + * Version 1.4.4 + * check_rbl: applied --append patch + +2018-05-30 Matteo Corti <matteo@corti.li> + + * Version 1.4.3 + * check_rbl.ini: Removed bl.spamcannibal.org + +2018-05-27 Matteo Corti <matteo@corti.li> + + * Version 1.4.2 + * check_rbl.ini: Removed dnsbl.cyberlogic.net + +2017-07-17 Matteo Corti <matteo@corti.li> + + * Version 1.4.1 + * check_rbl: Perl 5.26 support ('.' missing from @INC) + +2017-04-18 Matteo Corti <matteo@corti.li> + + * Version 1.4.0 + * check_rbl: IPv6 support + +2016-06-06 Matteo Corti <matteo@corti.li> + + * Version 1.3.8 + * Makefile.PL: Requiring Data::Validate::Domain 0.12 to support FQDN ending with a dot + +2015-12-30 Matteo Corti <matteo@corti.li> + + * Makefile.PL: allowing Nagios::Plugin for older distributions + +2015-12-22 Matteo Corti <matteo@corti.li> + + * check_rbl: added missing dependencies from INSTALL + +2015-02-01 Matteo Corti <matteo@corti.li> + + * Version 1.3.7 + * check_rbl: switching to Monitoring::Plugin + (as Nagios::Plugin is deprecated) + +2014-12-05 Matteo Corti <matteo@corti.li> + + * Version 1.3.6 + * example.pl: removed unnecessary dependency on Data::Dumper + +2014-09-20 Matteo Corti <matteo@corti.li> + + * Version 1.3.5 + * check_rbl: fixed the default critical and warning range + +2014-09-19 Matteo Corti <matteo@corti.li> + + * Version 1.3.4 + * check_rbl: removed wrong test on the DNS servers + * check_rbl: fixed the threshold range + +2014-08-09 Matteo Corti <matteo.corti@id.ethz.ch> + + * Version 1.3.3 + * More argument validation + +2014-01-30 Matteo Corti <matteo.corti@id.ethz.ch> + + * Version 1.3.2 + * Documentation and dependencies update + +2013-09-26 Matteo Corti <matteo.corti@id.ethz.ch> + + * Version 1.3.1 + * check_rbl: disabled embedded Perl + +2012-08-31 Matteo Corti <matteo.corti@id.ethz.ch> + + * check_rbl: fixed a possible variable name conflict + +2012-01-25 Matteo Corti <matteo.corti@id.ethz.ch> + + * Added a note on public DNS resolvers (as Google) by being banned + from Spamhaus + +2011-07-11 Matteo Corti <matteo.corti@id.ethz.ch> + + * Version 1.3.0 + * check_rbl: applied patch from Jan Kantert to support whitelists + * added support for unit tests + +2011-03-22 Matteo Corti <matteo.corti@id.ethz.ch> + + * Version 1.2.2 + * check_rbl: specified the dependency on Nagios::Plugin > 0.31 + (earlier versions caused parameter parsing errors, + thanks to Elan Ruusamäe) + +2010-07-05 Matteo Corti <matteo.corti@id.ethz.ch> + + * Version 1.2.1 + * check_rbl: fixed a problem with operator precedence that made some + checks fail + +2010-04-07 Matteo Corti <matteo.corti@id.ethz.ch> + + * Version 1.2.0 + * check_rbl: applied patch to report the hostname being checked + and increase the verbosity (#66) + * check_rbl.ini: sample configuration file + * check_rbl: removed unnecessary dependencies + * check_rbl: applied the patch from #69 (improved parallelism) + +2009-10-27 Matteo Corti <matteo.corti@id.ethz.ch> + + * check_rbl: applied patch to parallelize the checks + +2009-01-22 Matteo Corti <matteo.corti@id.ethz.ch> + + * check_rbl: command line argument to set the numer of tries in DNS queries + +2009-01-06 Matteo Corti <matteo.corti@id.ethz.ch> + + * check_rbl: execution time in the performace data + +2008-12-29 Matteo Corti <matteo.corti@id.ethz.ch> + + * check_rbl: Initial release |