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