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