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