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