-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Changes
187 lines (110 loc) · 5.06 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
2024-11-13 Matteo Corti <matteo@corti.li>
* check_rbl.ini: Removed anomalies.de
2024-09-20 Matteo Corti <matteo@corti.li>
* check_rbl: Fixed a problem with a debug subroutine
2024-08-04 Matteo Corti <matteo@corti.li>
* removed bondsender.org as it's not working anymore
2024-03-27 Matteo Corti <matteo@corti.li>
* check_rbl: Removed spamtrap.drbl.drand.net
2023-02-09 Matteo Corti <matteo@corti.li>
* check_rbl: Removed non-working servers
2021-12-16 Matteo Corti <matteo@corti.li>
* check_rbl (run): Remove the dot at the end of FQDN
2021-06-01 Matteo Corti <matteo@corti.li>
* check_rbl (run): Fixed a bug in the resolution of IPv6 addresses
2021-05-27 Matteo Corti <matteo@corti.li>
* check_rbl (run): Adds the host name to the status if the input is an IP address.
* check_rbl (run): Fixes the output in case of timeout
2020-11-30 Matteo Corti <matteo@corti.li>
* check_rbl: Removes unnecessary dot in IPv6 addresses
2020-05-26 Matteo Corti <matteo@corti.li>
* check_rbl: Removed old Nagios CPAN modules
2019-12-03 Matteo Corti <matteo@corti.li>
* Version 1.5.2
* removing rbl.suresupport.com from the documentation and default configuration
2019-11-25 Matteo Corti <matteo@corti.li>
* Version 1.5.1
* removing rbl.megarbl.net from the documentation and default configuration
2019-06-03 Matteo Corti <matteo@corti.li>
* check_rbl: applied patch with the --url option
2019-06-02 Matteo Corti <matteo@corti.li>
* Version 1.4.5
* removing spamcannibal.org from the documentation and default configuration (fixed)
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 number of tries in DNS queries
2009-01-06 Matteo Corti <matteo.corti@id.ethz.ch>
* check_rbl: execution time in the performance data
2008-12-29 Matteo Corti <matteo.corti@id.ethz.ch>
* check_rbl: Initial release