X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=dsa-nagios-checks%2Fdebian%2Fchangelog;h=c6b718bd5ab53188599d1f249b8aedb7cde6ecd1;hb=8f1abbea638f862c05f8da453a22b3b98bd37d81;hp=7a75f756cbc6de2a59c679dcbcb9ffa44e2851c1;hpb=73702755e8bb9b1b06dc47914404a6a8d4df23ce;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-checks/debian/changelog b/dsa-nagios-checks/debian/changelog index 7a75f75..c6b718b 100644 --- a/dsa-nagios-checks/debian/changelog +++ b/dsa-nagios-checks/debian/changelog @@ -1,3 +1,57 @@ +dsa-nagios-checks (99) UNRELEASED; urgency=low + + * + + -- Peter Palfrader Thu, 13 Mar 2014 09:49:55 +0100 + +dsa-nagios-checks (98) unstable; urgency=low + + * Add dsa-check-dchroots-current. + + -- Peter Palfrader Fri, 28 Feb 2014 19:40:16 +0100 + +dsa-nagios-checks (97) unstable; urgency=low + + [ Stephen Gran ] + * Update dsa-check-mq-connection to actually work + + [ Peter Palfrader ] + * dsa-check-backuppg: allow BASE backup filenames without the WAL ID. + * dsa-check-config: Update for new TLS_CACERT config. + + -- Peter Palfrader Mon, 27 Jan 2014 22:29:15 +0100 + +dsa-nagios-checks (96) unstable; urgency=low + + [ Peter Palfrader ] + * dsa-check-zone-rrsig-expiration, dsa-check-zone-rrsig-expiration-many: + Allow supplying the nameservers to start recursion at (per zone). + This is useful for reverse zones of RFC1918 space. + * dsa-check-bacula: exit status fix. + * dsa-check-hpacucli: + - support filtering controllers. + - add an option to accept no-controllers as an OK state. + * remove weak keys check + * dsa-check-dnssec-delegation + - handle zones with no keys that have the SEP bit. + - warn on all domains where parent has a non-empty DS bit that does + not match ours, even if we did not expect it to have one at all. + * dsa-check-zone-rrsig-expiration-many: + - expect dnssec by default now. + * dsa-check-zone-rrsig-expiration: + - in the OK message, clarify we only check sigs at the zone apex. + * dsa-check-dnssec-delegation: + - accept any ds/dnskey combination whose intersection is not empty. + (previously we required them to match exactly.) + + [ Stephen Gran ] + * dsa-check-mq-connection: + Check that all messages have been consumed and that there is an active + consumer. + * kill some lintian warnings + + -- Peter Palfrader Tue, 23 Apr 2013 20:12:09 +0200 + dsa-nagios-checks (95) unstable; urgency=low * dsa-check-running-kernel: Try to fix zcat kernel case.