X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=dsa-nagios-checks%2Fdebian%2Fchangelog;h=247e49c0d5ebe72e14a5d8620a29a4e7d851f941;hb=e9ff42b3f8588f1f0cfec3c22c9a0d76612f6cfb;hp=c847ccf3ebcd80baa82a54f3a45d7c8c4ccfd7b1;hpb=4feb28b0ea4f556452a44d62b9400304a240ae46;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-checks/debian/changelog b/dsa-nagios-checks/debian/changelog index c847ccf..247e49c 100644 --- a/dsa-nagios-checks/debian/changelog +++ b/dsa-nagios-checks/debian/changelog @@ -1,8 +1,269 @@ +dsa-nagios-checks (92) unstable; urgency=low + + * Fix dsa-update-unowned-file-status cronjob entry. + + -- Peter Palfrader Sat, 25 Feb 2012 12:40:00 +0100 + +dsa-nagios-checks (91) unstable; urgency=low + + [ Peter Palfrader ] + * dsa-check-zone-rrsig-expiration: configurable packet size, and change + default size. + * dsa-check-zone-rrsig-expiration-many: run checks in parallel and + properly timeout long checks. + * dsa-nagios-checks: add perfdata (Alexander Reichle-Schmehl). + * dsa-check-statusfile: change shebang from ruby to python and fix syntax + errors. + * dsa-check-soas: support supplying an IP address for additional nameservers + to check on with -a. + + [ Tollef Fog Heen ] + * Make the unowned files check skip /proc. + * Limit the number of unowned files we register in the state file to 40. + + [ Peter Palfrader ] + * Rewrite unowned files check into something that writes proper + nagios status files and behaves in a nice and sane way. + + -- Peter Palfrader Fri, 24 Feb 2012 18:12:36 +0100 + +dsa-nagios-checks (90) unstable; urgency=low + + [ Peter Palfrader ] + * dsa-check-entropy: + - document watermark default + - fix off-by-one in output + * dsa-check-backuppg: + - ignore regular files in pg backup's root directory if they are still + fresh. + * dsa-check-config: + - fix a bashism. + * dsa-check-log-age-loghost + - allow minus (-) in hostnames. + + [ Stephen Gran ] + * Add event_handler to restart services + * Add dsa-check-raid-megactl for awkward PeRC controllers + + [ Martin Zobel-Helas ] + * add rudimentary check for unowned files + + -- Martin Zobel-Helas Mon, 02 Jan 2012 16:46:33 +0100 + +dsa-nagios-checks (89) unstable; urgency=low + + * dsa-check-running-kernel: kFreeBSD support. + * Add dsa-check-entropy. + + -- Peter Palfrader Mon, 28 Mar 2011 14:47:11 +0200 + +dsa-nagios-checks (88) unstable; urgency=low + + * dsa-check-hpacucli + - Also accept 'Unknown, 3.0GBPS' as a valid transfer speed in addition + to '3.0GBPS, Unknown'. + - accept 6.0Gbps for SAS disks. + - add --ignore-transfer-speed option. + - ignore the line for unassigned disks (patch by Emmanuel Lacour). + * Add dsa-check-ups. + * Add dsa-check-hpacucli-enclosure. + * dsa-check-running-kernel: + - check if 'strings' is installed and complain nicely if it isn't instead + of falling over. [Uli Martens] + - Make the check work with Ubuntu's kernel names (Alexander + Reichle-Schmehl). + * dsa-check-afs-*: add checks from Russ Allbery for monitoring our AFS + * Add dsa-check-port-closed. + * dsa-check-hpasm: Incorporate patch from Jan Wagner to ignore "N/A" DIMM + status. + * dsa-check-hpasm: Incorporate patch from Jan Wagner to ignore fan lines + that do not say 'Yes' in the present-line. + * dsa-check-udldap-freshness: Also check age of /var/lib/misc/passwd.db + in addition to /var/lib/misc/thishost/passwd.tdb. + * Add dsa-check-resolver. + + -- Peter Palfrader Tue, 01 Mar 2011 18:10:25 +0100 + +dsa-nagios-checks (87) unstable; urgency=low + + [ Uli Martens ] + * dsa-check-running-kernel: + - Teach dsa-check-running-kernel about LZMA compressed kernel images. + - Handle cases where a meta package depends on a list of packages + (such as image and module package). + + [ Stephen Gran ] + * dsa-check-apt-status: it's not an error to exit when we don't need to run + * Update check-hpacucli to deal with dual domain and 6GBPS SAS + + [ Peter Palfrader ] + * Add checks/dsa-check-backuppg. + * dsa-check-mirrorsync: optionally allow some skew over mirror timestamps. + * Add dsa-check-log-age-loghost. + * dsa-check-zone-rrsig-expiration-many: also allow checking of geozones. + * dsa-check-dnssec-delegation: allow multiple dirs to be checked. + + [ Martin Zobel-Helas ] + * Add checks/dsa-checks-file. + + -- Martin Zobel-Helas Fri, 23 Jul 2010 19:26:00 +0200 + +dsa-nagios-checks (86) unstable; urgency=low + + [ Peter Palfrader ] + * Add dsa-check-raid-megaraid. + * make samhain check go WARN, not CRITICAL. + + [ Stephen Gran ] + * Add dsa-check-uptime + + -- Stephen Gran Fri, 02 Apr 2010 16:55:51 +0100 + +dsa-nagios-checks (85) unstable; urgency=low + + [ Stephen Gran ] + * dsa-update-apt-status: Fix bashism by making it a bash script + [ Peter Palfrader ] + * dsa-check-hpasm: Not all things where a temperature can be measured + might be installed (e.g. a second CPU). Don't do numeric computations + on a "-" instead of numbers then. + * dsa-check-hpasm: Support a --ps-no-redundant option. If supplied + then non-redundant power supply will not be a warning state. + * dsa-check-hpasm: Support a --fan-no-redundant option. If supplied + then non-redundant fans will not be a warning state. + * Add dsa-check-msa-eventlog. + * add dsa-check-zone-rrsig-expiration (therefore recommend + libnet-dns-sec-perl). + * add dsa-check-zone-rrsig-expiration-many. + * dsa-check-raid-aacraid: properly support beethoven's Adaptec AAC-RAID + controller with a battery: "ZMM Optimal" is the way it says "optimal". + * dsa-check-dabackup-server: check /etc/ssh/userkeys/root instead of + /root/.ssh/authorized_keys. + * add dsa-check-dnssec-delegation. + * dsa-check-hpasm: Add --fan-high to not tread high fan speeds as a + warning condition. + * weak-ssh-keys-check: Check all keys in files in /etc/ssh/userkeys + and /var/lib/misc/userkeys, not just the first. (Also doesn't + blow up if a file is empty.) + + -- Peter Palfrader Mon, 22 Feb 2010 10:32:51 +0100 + +dsa-nagios-checks (84) unstable; 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 + * Release for new check + + -- 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. + * Only run weak keys check if there is no prior weak key status. + * dsa-check-hpacucli: Slots need not be all numeric. + * dsa-check-hpacucli: Spares can be active. + * dsa-check-hpacucli: And SAS can be E too. - -- Peter Palfrader Tue, 31 Mar 2009 23:24:44 +0200 + -- Peter Palfrader Sat, 18 Apr 2009 01:41:32 +0200 dsa-nagios-checks (69) unstable; urgency=low