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