1d4cdb449af17e807cfca2a610eab3d6ad77f1bb
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / changelog
1 dsa-nagios-checks (96) UNRELEASED; urgency=low
2
3   [ Peter Palfrader ]
4   * dsa-check-zone-rrsig-expiration, dsa-check-zone-rrsig-expiration-many:
5     Allow supplying the nameservers to start recursion at (per zone).
6     This is useful for reverse zones of RFC1918 space.
7   * dsa-check-bacula: exit status fix.
8   * dsa-check-hpacucli:
9     - support filtering controllers.
10     - add an option to accept no-controllers as an OK state.
11   * remove weak keys check
12   * dsa-check-dnssec-delegation
13     - handle zones with no keys that have the SEP bit.
14     - warn on all domains where parent has a non-empty DS bit that does
15       not match ours, even if we did not expect it to have one at all.
16   * dsa-check-zone-rrsig-expiration-many:
17     - expect dnssec by default now.
18   * dsa-check-zone-rrsig-expiration:
19     - in the OK message, clarify we only check sigs at the zone apex.
20   * dsa-check-dnssec-delegation:
21     - accept any ds/dnskey combination whose intersection is not empty.
22       (previously we required them to match exactly.)
23
24   [ Stephen Gran ]
25   * dsa-check-mq-connection:
26     Check that all messages have been consumed and that there is an active
27     consumer.
28
29  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Apr 2013 20:12:09 +0200
30
31 dsa-nagios-checks (95) unstable; urgency=low
32
33   * dsa-check-running-kernel: Try to fix zcat kernel case.
34
35  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Apr 2013 17:40:49 +0200
36
37 dsa-nagios-checks (94) unstable; urgency=low
38
39   [ Stephen Gran ]
40   * Start new changelog
41
42   [ Peter Palfrader ]
43   * dsa-check-packages: work better with weird multi-arch cases.
44   * dsa-check-hpacucli: print errors to stdout so that nrpe can read it.
45   * dsa-check-hpacucli: new hpacucli changed case of transfer speed.  Upcase
46     all before comparing.
47   * New bacula check:
48     - dsa-check-bacula
49   * Changed according to gitlog without corresponding debian/changelog entry:
50     - dsa-check-drbd
51     - dsa-check-filesystems
52     - dsa-check-running-kernel
53
54  -- Peter Palfrader <weasel@debian.org>  Tue, 16 Apr 2013 11:32:23 +0200
55
56 dsa-nagios-checks (93) unstable; urgency=low
57
58   [ Tollef Fog Heen ]
59   * dsa-update-unowned-file-status: Use -fstype proc rather than hard
60     coding /proc in order to match procfs in chroots too.
61   * dsa-update-apt-status: send the cron output to syslog rather than email
62
63   [ Peter Palfrader ]
64   * dsa-check-msa-eventlog: Add --verbose switch to show info level
65     event log entries.
66   * add dsa-check-crl-expire.
67   * rename checks/dsa-check-backuppg.conf.sample ->
68     etc/dsa-check-backuppg.conf.sample.
69   * dsa-check-running-kernel: Fix finding meta package for 3.x kernels.
70   * dsa-check-packages: Ignore :$arch in package names of dpkg -l output,
71     at least for the "primary" arch.  Does not really handle multi-arch
72     packages, but it makes things work again for now.
73   * dsa-check-packages: A better multi-arch capable version.
74   * dsa-check-backuppg: Ignore .dotfiles and *.old in rootdir.
75   * dsa-check-hpacucli: Add --no-battery to ignore battery/capacitor failures
76     and disabled caches.
77   * dsa-check-hpasm: Typo fix.
78
79   [ Stephen Gran ]
80   * dsa-check-udldap-freshness: check new last_update.trace if it
81     exists instead of /var/lib/misc/thishost/passwd.{db,tdb}.
82   * dsa-check-statusfile: Complain if there is no extended information
83   * add dsa-check-filesystems (only checks ext at the moment)
84
85   [ Uli Martens ]
86   * dsa-check-soas: Add --no-soa-ns flag.
87
88   [ Martin Zobel-Helas ]
89   * Add dsa-check-drbd, taken from http://code.google.com/p/ganeti/wiki/DrbdDevicesMonitoring
90
91  -- Stephen Gran <sgran@debian.org>  Sat, 29 Dec 2012 12:05:57 +0000
92
93 dsa-nagios-checks (92.1) unstable; urgency=low
94
95   * Fix dsa-update-unowned-file-status cronjob entry more.
96
97  -- Peter Palfrader <weasel@debian.org>  Sat, 25 Feb 2012 13:30:08 +0100
98
99 dsa-nagios-checks (92) unstable; urgency=low
100
101   * Fix dsa-update-unowned-file-status cronjob entry.
102
103  -- Peter Palfrader <weasel@debian.org>  Sat, 25 Feb 2012 12:40:00 +0100
104
105 dsa-nagios-checks (91) unstable; urgency=low
106
107   [ Peter Palfrader ]
108   * dsa-check-zone-rrsig-expiration: configurable packet size, and change
109     default size.
110   * dsa-check-zone-rrsig-expiration-many: run checks in parallel and
111     properly timeout long checks.
112   * dsa-nagios-checks: add perfdata (Alexander Reichle-Schmehl).
113   * dsa-check-statusfile: change shebang from ruby to python and fix syntax
114     errors.
115   * dsa-check-soas: support supplying an IP address for additional nameservers
116     to check on with -a.
117
118   [ Tollef Fog Heen ]
119   * Make the unowned files check skip /proc.
120   * Limit the number of unowned files we register in the state file to 40.
121
122   [ Peter Palfrader ]
123   * Rewrite unowned files check into something that writes proper
124     nagios status files and behaves in a nice and sane way.
125
126  -- Peter Palfrader <weasel@debian.org>  Fri, 24 Feb 2012 18:12:36 +0100
127
128 dsa-nagios-checks (90) unstable; urgency=low
129
130   [ Peter Palfrader ]
131   * dsa-check-entropy:
132     - document watermark default
133     - fix off-by-one in output
134   * dsa-check-backuppg:
135     - ignore regular files in pg backup's root directory if they are still
136       fresh.
137   * dsa-check-config:
138     - fix a bashism.
139   * dsa-check-log-age-loghost
140     - allow minus (-) in hostnames.
141
142   [ Stephen Gran ]
143   * Add event_handler to restart services
144   * Add dsa-check-raid-megactl for awkward PeRC controllers
145
146   [ Martin Zobel-Helas ]
147   * add rudimentary check for unowned files
148
149  -- Martin Zobel-Helas <zobel@debian.org>  Mon, 02 Jan 2012 16:46:33 +0100
150
151 dsa-nagios-checks (89) unstable; urgency=low
152
153   * dsa-check-running-kernel: kFreeBSD support.
154   * Add dsa-check-entropy.
155
156  -- Peter Palfrader <weasel@debian.org>  Mon, 28 Mar 2011 14:47:11 +0200
157
158 dsa-nagios-checks (88) unstable; urgency=low
159
160   * dsa-check-hpacucli
161     - Also accept 'Unknown, 3.0GBPS' as a valid transfer speed in addition
162       to '3.0GBPS, Unknown'.
163     - accept 6.0Gbps for SAS disks.
164     - add --ignore-transfer-speed option.
165     - ignore the line for unassigned disks (patch by Emmanuel Lacour).
166   * Add dsa-check-ups.
167   * Add dsa-check-hpacucli-enclosure.
168   * dsa-check-running-kernel:
169     - check if 'strings' is installed and complain nicely if it isn't instead
170       of falling over. [Uli Martens]
171     - Make the check work with Ubuntu's kernel names (Alexander
172       Reichle-Schmehl).
173   * dsa-check-afs-*: add checks from Russ Allbery for monitoring our AFS
174   * Add dsa-check-port-closed.
175   * dsa-check-hpasm: Incorporate patch from Jan Wagner to ignore "N/A" DIMM
176     status.
177   * dsa-check-hpasm: Incorporate patch from Jan Wagner to ignore fan lines
178     that do not say 'Yes' in the present-line.
179   * dsa-check-udldap-freshness: Also check age of /var/lib/misc/passwd.db
180     in addition to /var/lib/misc/thishost/passwd.tdb.
181   * Add dsa-check-resolver.
182
183  -- Peter Palfrader <weasel@debian.org>  Tue, 01 Mar 2011 18:10:25 +0100
184
185 dsa-nagios-checks (87) unstable; urgency=low
186
187   [ Uli Martens ]
188   * dsa-check-running-kernel:
189     - Teach dsa-check-running-kernel about LZMA compressed kernel images.
190     - Handle cases where a meta package depends on a list of packages
191       (such as image and module package).
192
193   [ Stephen Gran ]
194   * dsa-check-apt-status: it's not an error to exit when we don't need to run
195   * Update check-hpacucli to deal with dual domain and 6GBPS SAS
196
197   [ Peter Palfrader ]
198   * Add checks/dsa-check-backuppg.
199   * dsa-check-mirrorsync: optionally allow some skew over mirror timestamps.
200   * Add dsa-check-log-age-loghost.
201   * dsa-check-zone-rrsig-expiration-many: also allow checking of geozones.
202   * dsa-check-dnssec-delegation: allow multiple dirs to be checked.
203
204   [ Martin Zobel-Helas ]
205   * Add checks/dsa-checks-file.
206
207  -- Martin Zobel-Helas <zobel@debian.org>  Fri, 23 Jul 2010 19:26:00 +0200
208
209 dsa-nagios-checks (86) unstable; urgency=low
210
211   [ Peter Palfrader ]
212   * Add dsa-check-raid-megaraid.
213   * make samhain check go WARN, not CRITICAL.
214
215   [ Stephen Gran ]
216   * Add dsa-check-uptime
217
218  -- Stephen Gran <sgran@debian.org>  Fri, 02 Apr 2010 16:55:51 +0100
219
220 dsa-nagios-checks (85) unstable; urgency=low
221
222   [ Stephen Gran ]
223   * dsa-update-apt-status: Fix bashism by making it a bash script
224   [ Peter Palfrader ]
225   * dsa-check-hpasm: Not all things where a temperature can be measured
226     might be installed (e.g. a second CPU).  Don't do numeric computations
227     on a "-" instead of numbers then.
228   * dsa-check-hpasm: Support a --ps-no-redundant option.  If supplied
229     then non-redundant power supply will not be a warning state.
230   * dsa-check-hpasm: Support a --fan-no-redundant option.  If supplied
231     then non-redundant fans will not be a warning state.
232   * Add dsa-check-msa-eventlog.
233   * add dsa-check-zone-rrsig-expiration (therefore recommend
234     libnet-dns-sec-perl).
235   * add dsa-check-zone-rrsig-expiration-many.
236   * dsa-check-raid-aacraid: properly support beethoven's Adaptec AAC-RAID
237     controller with a battery: "ZMM Optimal" is the way it says "optimal".
238   * dsa-check-dabackup-server: check /etc/ssh/userkeys/root instead of
239     /root/.ssh/authorized_keys.
240   * add dsa-check-dnssec-delegation.
241   * dsa-check-hpasm: Add --fan-high to not tread high fan speeds as a
242     warning condition.
243   * weak-ssh-keys-check: Check all keys in files in /etc/ssh/userkeys
244     and /var/lib/misc/userkeys, not just the first.  (Also doesn't
245     blow up if a file is empty.)
246
247  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Feb 2010 10:32:51 +0100
248
249 dsa-nagios-checks (84) unstable; urgency=low
250
251   [ Peter Palfrader ]
252   * dsa-check-mirrorsync: Handle case where we cannot parse a tracefile
253     better (do not reference undefined values, properly exit with UNKNOWN).
254   * dsa-check-mirrorsync: Fix counting of out-of-date mirrors.
255   * dsa-check-dabackup-server: Handle wildcard entries (via the new ssh
256     wrapper) in the authorized_keys files.  Such entries accept all
257     backup-manager entries for their host, but they do not require one.
258     As such we can just put all the hosts in the authkeys file regardless of
259     whether we actually have backups configured for them.
260
261   [ Stephen Gran ]
262   * New check: dsa-check-hpasm
263   * Release for new check
264
265  -- Stephen Gran <sgran@debian.org>  Mon, 30 Nov 2009 22:10:46 +0000
266
267 dsa-nagios-checks (83) stable; urgency=low
268
269   * Add dsa-check-cert-expire: Checks if a given cert on disk will expire
270     soon.
271
272  -- Peter Palfrader <weasel@debian.org>  Fri, 02 Oct 2009 20:22:42 +0200
273
274 dsa-nagios-checks (82) stable; urgency=low
275
276   * dsa-check-raid-3ware: Learn about REBUILDING state for 3ware raid units.
277
278  -- Peter Palfrader <weasel@debian.org>  Thu, 20 Aug 2009 13:48:43 +0200
279
280 dsa-nagios-checks (81) stable; urgency=low
281
282   * dsa-check-raid-mpt: mpt-status returns non-zero exit code when
283     it found degraded raid arrays.  Handle this correctly.
284
285  -- Peter Palfrader <weasel@debian.org>  Fri, 07 Aug 2009 12:17:22 +0200
286
287 dsa-nagios-checks (80) stable; urgency=low
288
289   * dsa-check-packages: In the short overview say "obs/loc" instead of
290     just "obs" for local or obsolete packages.
291   * dsa-update-apt-status: Introduce -f switch.
292
293  -- Peter Palfrader <weasel@debian.org>  Wed, 22 Jul 2009 11:34:15 +0200
294
295 dsa-nagios-checks (79) stable; urgency=low
296
297   * dsa-check-running-kernel: Correctly check *candidate* version
298     of kernel metapackage for unsatisfied depends, not the latest
299     metapackage (which might come from a non-default source).
300
301  -- Peter Palfrader <weasel@debian.org>  Fri, 03 Jul 2009 20:07:13 +0200
302
303 dsa-nagios-checks (78) stable; urgency=low
304
305   * dsa-check-raid-aacraid: tmp directory in /tmp,
306   * dsa-check-raid-aacraid: unlink UcliEvt.log so tmpdir cleanup
307     doesn't fail.
308
309  -- Peter Palfrader <weasel@debian.org>  Sun, 28 Jun 2009 16:36:39 +0200
310
311 dsa-nagios-checks (77) stable; urgency=low
312
313   * Add checks/dsa-check-raid-aacraid.
314
315  -- Peter Palfrader <weasel@debian.org>  Sun, 28 Jun 2009 16:31:13 +0200
316
317 dsa-nagios-checks (76) stable; urgency=low
318
319   * Ship with an /etc/nagios/obsolete-packages-ignore.d directory.
320
321  -- Peter Palfrader <weasel@debian.org>  Sun, 14 Jun 2009 12:09:54 +0200
322
323 dsa-nagios-checks (75) stable; urgency=low
324
325   * dsa-check-packages: Support ignore directories.
326   * debian/control: Fix dup word in description.
327
328  -- Peter Palfrader <weasel@debian.org>  Sun, 14 Jun 2009 12:01:00 +0200
329
330 dsa-nagios-checks (74) stable; urgency=low
331
332   * -e is sufficient
333
334  -- Stephen Gran <sgran@debian.org>  Thu, 21 May 2009 22:12:34 +0100
335
336 dsa-nagios-checks (73) stable; urgency=low
337
338   * Er, new test needs to be executable
339
340  -- Stephen Gran <sgran@debian.org>  Thu, 21 May 2009 21:17:27 +0100
341
342 dsa-nagios-checks (72) stable; urgency=low
343
344   * Generalize puppet file age check and remove old one
345
346  -- Stephen Gran <sgran@debian.org>  Thu, 21 May 2009 20:52:12 +0100
347
348 dsa-nagios-checks (71) stable; urgency=low
349
350   * Update the kernel check to not complain when we can't trace back to a meta
351     package name - this generally indicates a custom kernel that we're running
352     on purpose.
353
354  -- Stephen Gran <sgran@debian.org>  Tue, 19 May 2009 22:20:44 +0100
355
356 dsa-nagios-checks (70) XXstable; urgency=low
357
358   * No longer check nrpe config in postinst - puppet fixes it for us anyway.
359   * Only run weak keys check if there is no prior weak key status.
360   * dsa-check-hpacucli: Slots need not be all numeric.
361   * dsa-check-hpacucli: Spares can be active.
362   * dsa-check-hpacucli: And SAS can be E too.
363
364  -- Peter Palfrader <weasel@debian.org>  Sat, 18 Apr 2009 01:41:32 +0200
365
366 dsa-nagios-checks (69) unstable; urgency=low
367
368   * Rename to dsa-nagios-checks.
369   * Replaces/Conflicts dsa-nagios-nrpe-config.
370   * Update description.
371   * No longer install nrpe_dsa.cfg.
372   * Move files into specific directories in source.
373
374  -- Peter Palfrader <weasel@debian.org>  Tue, 31 Mar 2009 19:19:14 +0200
375
376 dsa-nagios-nrpe-config (68) unstable; urgency=low
377
378   * dsa-update-apt-status: Ensure apt-get update is quiet even when stuff
379     goes wrong.
380
381  -- Peter Palfrader <weasel@debian.org>  Wed, 11 Feb 2009 21:59:55 +0100
382
383 dsa-nagios-nrpe-config (67) unstable; urgency=low
384
385   * Minor tweak to dsa-check-packages:  reorder ok and obs(ign), change
386     long text for obs(ign).
387
388  -- Peter Palfrader <weasel@debian.org>  Wed,  4 Feb 2009 09:40:26 +0000
389
390 dsa-nagios-nrpe-config (66) unstable; urgency=low
391
392   * Add dsa-check-packages
393   * Make apt-status-check use dsa-check-packages.
394   * And install obsolete-packages-ignore into etc/nagios.
395
396  -- Peter Palfrader <weasel@debian.org>  Tue, 03 Feb 2009 20:39:01 +0100
397
398 dsa-nagios-nrpe-config (65) unstable; urgency=low
399
400   * Add dsa-check-soas
401
402  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 23:11:19 +0000
403
404 dsa-nagios-nrpe-config (64) unstable; urgency=low
405
406   * dsa-check-mirrorsync: make it work in embedded perl again.
407
408  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 22:59:06 +0000
409
410 dsa-nagios-nrpe-config (63) unstable; urgency=low
411
412   * dsa-check-mirrorsync: print help if additional args are given (we don't
413     support any)
414
415  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 22:14:44 +0000
416
417 dsa-nagios-nrpe-config (62) unstable; urgency=low
418
419   * Add check_securitymirror by formorer.
420
421  -- Peter Palfrader <weasel@debian.org>  Tue, 23 Dec 2008 21:59:47 +0000
422
423 dsa-nagios-nrpe-config (61) unstable; urgency=low
424
425   * dsa-check-hpacucli: Do not create the 'Failed' array while checking if an
426     entry is in there.  If it doesn't exist that's also good.
427
428  -- Peter Palfrader <weasel@debian.org>  Mon, 06 Oct 2008 14:08:30 +0200
429
430 dsa-nagios-nrpe-config (60) unstable; urgency=low
431
432   * Add dsa-check-raid-areca.
433
434  -- Peter Palfrader <weasel@debian.org>  Wed, 01 Oct 2008 16:23:33 +0200
435
436 dsa-nagios-nrpe-config (59) unstable; urgency=low
437
438   * apt-status-check: Ignore stderr during apt-get update.
439
440  -- Peter Palfrader <weasel@debian.org>  Tue, 30 Sep 2008 19:58:36 +0200
441
442 dsa-nagios-nrpe-config (58) unstable; urgency=low
443
444   * Rename dsa-check-da-in-aliases to dsa-check-config.
445   * dsa-check-config: check if ldap.conf is configured correctly.
446
447  -- Peter Palfrader <weasel@debian.org>  Fri, 26 Sep 2008 15:02:53 +0200
448
449 dsa-nagios-nrpe-config (57) unstable; urgency=low
450
451   * dsa-check-hpacucli: Do not inspect drives in detail when they are
452     listed as Failed in the overview already.
453
454  -- Peter Palfrader <weasel@debian.org>  Wed, 24 Sep 2008 16:02:31 +0200
455
456 dsa-nagios-nrpe-config (56) unstable; urgency=low
457
458   * fix dsa-check-samhain.
459     sudo is not in $PATH.
460
461  -- Martin Zobel-Helas <zobel@debian.org>  Mon, 22 Sep 2008 06:45:19 +0000
462
463 dsa-nagios-nrpe-config (55) unstable; urgency=low
464
465   * And another one, weasel should sleep.
466
467  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Sep 2008 00:29:15 +0000
468
469 dsa-nagios-nrpe-config (54) unstable; urgency=low
470
471   * dsa-check-dabackup-server fixes.
472
473  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Sep 2008 00:27:41 +0000
474
475 dsa-nagios-nrpe-config (53) unstable; urgency=low
476
477   * Add dsa-check-dabackup-server.
478
479  -- Peter Palfrader <weasel@debian.org>  Mon, 22 Sep 2008 00:19:28 +0000
480
481 dsa-nagios-nrpe-config (52) unstable; urgency=low
482
483   * The nagios _check_ package should probably not be the one that
484     depends on the stuff we want on most or all hosts, thus removing
485     dependency on samhain, which should probably get pulled in via
486     debian.org.
487
488  -- Peter Palfrader <weasel@debian.org>  Sun, 21 Sep 2008 23:41:01 +0000
489
490 dsa-nagios-nrpe-config (51) unstable; urgency=low
491
492   * Add check for samhain.
493
494  -- Martin Zobel-Helas <zobel@samosa.debian.org>  Sat, 20 Sep 2008 07:29:23 +0000
495
496 dsa-nagios-nrpe-config (50) unstable; urgency=low
497
498   * dsa-check-hpacucli: Handle 'pd all show' output with failed arrays.
499
500  -- Peter Palfrader <weasel@debian.org>  Sat, 09 Aug 2008 11:39:55 +0200
501
502 dsa-nagios-nrpe-config (49) unstable; urgency=low
503
504   * dsa-check-hpacucli: Learn correct transfer speed for Ultra 3 Wide (160mb/s)
505
506  -- Peter Palfrader <weasel@debian.org>  Wed, 23 Jul 2008 00:56:54 +0200
507
508 dsa-nagios-nrpe-config (48) unstable; urgency=low
509
510   * Don't just print the sudoers lines to stdout, tell the admin to add them
511     also.
512
513  -- Peter Palfrader <weasel@debian.org>  Tue, 22 Jul 2008 21:25:56 +0000
514
515 dsa-nagios-nrpe-config (47) unstable; urgency=low
516
517   * dsa-check-hpacucli: Check transfer speed of disks.
518
519  -- Peter Palfrader <weasel@debian.org>  Tue, 22 Jul 2008 23:14:50 +0200
520
521 dsa-nagios-nrpe-config (46) unstable; urgency=low
522
523   * Move apt status update from cron.daily to usr/sbin/dsa-update-apt-status.
524   * Move script calls from cron.daily to cron.d @daily and @reboot.
525   * Introduce hourly runs for dsa-update-apt-status that happen if the system
526     changed in the meantime, that is if /var/lib/dpkg/status or
527     /var/cache/apt/pkgcache.bin are newer than the status file.
528     Also run if the status file does not exist, or if the last apt-get update
529     call failed, or if the last run was more than a day ago.
530   * No longer do @daily runs of dsa-update-apt-status
531
532  -- Peter Palfrader <weasel@debian.org>  Sun, 06 Jul 2008 11:51:27 +0200
533
534 dsa-nagios-nrpe-config (45) unstable; urgency=low
535
536   * Add apt upgrades check.
537
538  -- Peter Palfrader <weasel@debian.org>  Tue, 20 May 2008 22:01:07 +0000
539
540 dsa-nagios-nrpe-config (44) unstable; urgency=low
541
542   * Fix ssh-dss detection.  It need not be at the start of a line
543     (think >from="1.2.3.4" ssh-dss< ...).
544
545  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 14:34:23 +0000
546
547 dsa-nagios-nrpe-config (43) unstable; urgency=low
548
549   * Depend on ruby.
550
551  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 14:19:10 +0000
552
553 dsa-nagios-nrpe-config (42) unstable; urgency=low
554
555   * weak-ssh-keys-check: Ignore empty lines in authorized-keys files.
556   * weak-ssh-keys-check: Handle servers not doing DSA in from_ssh_host().
557   * Run weak-ssh-keys-check on install.
558
559  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 14:05:10 +0000
560
561 dsa-nagios-nrpe-config (41) unstable; urgency=low
562
563   * Add dsa-check-statusfile.
564   * Add weak-ssh-keys-check to be run from cron.daily.  Depend on
565     libberkeleydb-perl and dsa-ssh-weak-keys now.
566   * Remove up /var/cache/dsa/nagios/weak-ssh-keys in postrm purge.
567
568  -- Peter Palfrader <weasel@debian.org>  Mon, 19 May 2008 15:55:43 +0200
569
570 dsa-nagios-nrpe-config (40) unstable; urgency=low
571
572   * Teach dsa-check-hpacucli about rebuilding.
573
574  -- Peter Palfrader <weasel@debian.org>  Fri,  9 May 2008 12:55:07 +0000
575
576 dsa-nagios-nrpe-config (39) unstable; urgency=low
577
578   * Add dsa-check-hpacucli.
579   * Suggest hpacucli.
580
581  -- Peter Palfrader <weasel@debian.org>  Wed,  7 May 2008 19:54:55 +0000
582
583 dsa-nagios-nrpe-config (38) unstable; urgency=low
584
585   * Try harder to find version string.
586
587  -- Peter Palfrader <weasel@debian.org>  Mon,  5 May 2008 17:48:42 +0000
588
589 dsa-nagios-nrpe-config (37) unstable; urgency=low
590
591   * dsa-check-running-kernel: also check /boot/vmlinux-`uname -r`
592   * Depend on binutils for string(1).
593
594  -- Peter Palfrader <weasel@debian.org>  Mon,  5 May 2008 17:41:13 +0000
595
596 dsa-nagios-nrpe-config (36) unstable; urgency=low
597
598   * Add dsa-check-running-kernel
599
600  -- Peter Palfrader <weasel@debian.org>  Mon,  5 May 2008 17:11:54 +0000
601
602 dsa-nagios-nrpe-config (35) unstable; urgency=low
603
604   * dsa-check-raid-mpt
605
606  -- Peter Palfrader <weasel@debian.org>  Tue, 29 Apr 2008 12:57:50 +0000
607
608 dsa-nagios-nrpe-config (34) unstable; urgency=low
609
610   * dsa-check-raid-3ware
611
612  -- Peter Palfrader <weasel@debian.org>  Thu, 24 Apr 2008 19:37:47 +0000
613
614 dsa-nagios-nrpe-config (33) unstable; urgency=low
615
616   * Add dsa-check-raid-dac960
617
618  -- Peter Palfrader <weasel@debian.org>  Thu, 24 Apr 2008 19:20:57 +0000
619
620 dsa-nagios-nrpe-config (32) unstable; urgency=low
621
622   * Add dsa-check-udldap-freshness.
623
624  -- Peter Palfrader <weasel@debian.org>  Wed, 16 Apr 2008 07:39:21 -0400
625
626 dsa-nagios-nrpe-config (31) unstable; urgency=low
627
628   * dsa-check-dabackup: Use last time's log file if backup is currently running.
629
630  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 17:37:54 -0400
631
632 dsa-nagios-nrpe-config (30) unstable; urgency=low
633
634   * dsa-check-raid-sw: cleaner output.
635
636  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 17:05:17 -0400
637
638 dsa-nagios-nrpe-config (29) unstable; urgency=low
639
640   * dsa-check-dabackup: terser output.
641
642  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 13:09:07 -0400
643
644 dsa-nagios-nrpe-config (28) unstable; urgency=low
645
646   * dsa-check-dabackup: ignore .bak files in confdir.
647
648  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:23:25 -0400
649
650 dsa-nagios-nrpe-config (27) unstable; urgency=low
651
652   * Change OK text when da-backup not installed.
653
654  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:19:00 -0400
655
656 dsa-nagios-nrpe-config (26) unstable; urgency=low
657
658   * dsa-check-dabackup: Warn if installed but no backups configured.
659
660  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:13:30 -0400
661
662 dsa-nagios-nrpe-config (25) unstable; urgency=low
663
664   * Install dsa-check-dabackup
665
666  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 12:05:11 -0400
667
668 dsa-nagios-nrpe-config (24) unstable; urgency=low
669
670   * Check for dsa-check-backup sudoers entry
671
672  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 11:48:48 -0400
673
674 dsa-nagios-nrpe-config (23) unstable; urgency=low
675
676   * Add dsa-check-dabackup
677
678  -- Peter Palfrader <weasel@debian.org>  Mon, 14 Apr 2008 10:56:32 -0400
679
680 dsa-nagios-nrpe-config (22) unstable; urgency=low
681
682   * Add a very easy dsa-check-da-in-aliases.
683
684  -- Peter Palfrader <weasel@debian.org>  Fri, 11 Apr 2008 10:25:54 -0400
685
686 dsa-nagios-nrpe-config (21) unstable; urgency=low
687
688   * Add dsa-check-raid-sw.
689
690  -- Peter Palfrader <weasel@debian.org>  Thu,  3 Apr 2008 06:22:44 -0400
691
692 dsa-nagios-nrpe-config (20) unstable; urgency=low
693
694   * Do away with a new changelog entry and version for every build of the
695     package - it floods us with useless commit mails - and just
696     increase the version to $TIMESTAMP in the build area.
697
698  -- Peter Palfrader <weasel@debian.org>  Thu,  3 Apr 2008 05:38:27 -0400
699
700 dsa-nagios-nrpe-config (1) unstable; urgency=low
701
702   * Initial release.
703
704  -- Peter Palfrader <weasel@debian.org>  Wed,  2 Apr 2008 22:24:12 +0200