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