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