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