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