X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=dsa-nagios-checks%2Fdebian%2Fchangelog;h=293f66f94c4b6b6bb33ba126b6d19691be95a4e1;hb=bb98870d263bfce4fdfc725f69363f2af30bece3;hp=39e71c3bacf139f70a5334f97fdf46d8385af90c;hpb=c3212c3f62d849d3de462cfed6f0c9aaa6d1e9d9;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-checks/debian/changelog b/dsa-nagios-checks/debian/changelog index 39e71c3..293f66f 100644 --- a/dsa-nagios-checks/debian/changelog +++ b/dsa-nagios-checks/debian/changelog @@ -1,3 +1,109 @@ +dsa-nagios-checks (8X) Xtable; urgency=low + + [ Peter Palfrader ] + * dsa-check-mirrorsync: Handle case where we cannot parse a tracefile + better (do not reference undefined values, properly exit with UNKNOWN). + * dsa-check-mirrorsync: Fix counting of out-of-date mirrors. + * dsa-check-dabackup-server: Handle wildcard entries (via the new ssh + wrapper) in the authorized_keys files. Such entries accept all + backup-manager entries for their host, but they do not require one. + As such we can just put all the hosts in the authkeys file regardless of + whether we actually have backups configured for them. + + [ Stephen Gran ] + * New check: dsa-check-hpasm + + -- Stephen Gran Mon, 30 Nov 2009 22:10:46 +0000 + +dsa-nagios-checks (83) stable; urgency=low + + * Add dsa-check-cert-expire: Checks if a given cert on disk will expire + soon. + + -- Peter Palfrader Fri, 02 Oct 2009 20:22:42 +0200 + +dsa-nagios-checks (82) stable; urgency=low + + * dsa-check-raid-3ware: Learn about REBUILDING state for 3ware raid units. + + -- Peter Palfrader Thu, 20 Aug 2009 13:48:43 +0200 + +dsa-nagios-checks (81) stable; urgency=low + + * dsa-check-raid-mpt: mpt-status returns non-zero exit code when + it found degraded raid arrays. Handle this correctly. + + -- Peter Palfrader Fri, 07 Aug 2009 12:17:22 +0200 + +dsa-nagios-checks (80) stable; urgency=low + + * dsa-check-packages: In the short overview say "obs/loc" instead of + just "obs" for local or obsolete packages. + * dsa-update-apt-status: Introduce -f switch. + + -- Peter Palfrader Wed, 22 Jul 2009 11:34:15 +0200 + +dsa-nagios-checks (79) stable; urgency=low + + * dsa-check-running-kernel: Correctly check *candidate* version + of kernel metapackage for unsatisfied depends, not the latest + metapackage (which might come from a non-default source). + + -- Peter Palfrader Fri, 03 Jul 2009 20:07:13 +0200 + +dsa-nagios-checks (78) stable; urgency=low + + * dsa-check-raid-aacraid: tmp directory in /tmp, + * dsa-check-raid-aacraid: unlink UcliEvt.log so tmpdir cleanup + doesn't fail. + + -- Peter Palfrader Sun, 28 Jun 2009 16:36:39 +0200 + +dsa-nagios-checks (77) stable; urgency=low + + * Add checks/dsa-check-raid-aacraid. + + -- Peter Palfrader Sun, 28 Jun 2009 16:31:13 +0200 + +dsa-nagios-checks (76) stable; urgency=low + + * Ship with an /etc/nagios/obsolete-packages-ignore.d directory. + + -- Peter Palfrader Sun, 14 Jun 2009 12:09:54 +0200 + +dsa-nagios-checks (75) stable; urgency=low + + * dsa-check-packages: Support ignore directories. + * debian/control: Fix dup word in description. + + -- Peter Palfrader Sun, 14 Jun 2009 12:01:00 +0200 + +dsa-nagios-checks (74) stable; urgency=low + + * -e is sufficient + + -- Stephen Gran Thu, 21 May 2009 22:12:34 +0100 + +dsa-nagios-checks (73) stable; urgency=low + + * Er, new test needs to be executable + + -- Stephen Gran Thu, 21 May 2009 21:17:27 +0100 + +dsa-nagios-checks (72) stable; urgency=low + + * Generalize puppet file age check and remove old one + + -- Stephen Gran Thu, 21 May 2009 20:52:12 +0100 + +dsa-nagios-checks (71) stable; urgency=low + + * Update the kernel check to not complain when we can't trace back to a meta + package name - this generally indicates a custom kernel that we're running + on purpose. + + -- Stephen Gran Tue, 19 May 2009 22:20:44 +0100 + dsa-nagios-checks (70) XXstable; urgency=low * No longer check nrpe config in postinst - puppet fixes it for us anyway.