From 9f780381cf6358accbc57e4a463ed7c304a3f997 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 7 Sep 2011 10:28:20 +0000 Subject: [PATCH] detect sensors in FAULT state --- debian/changelog | 11 +++++++---- debian/patches/00list | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 41f1e23..4b65547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -nagios-plugins (1.4.15-5) UNRELEASED; urgency=low +nagios-plugins (1.4.15-5) unstable; urgency=low * Enable hardening options (Closes: #542728) * Bump Standards-Version to 3.9.2, no changes needed @@ -6,10 +6,13 @@ nagios-plugins (1.4.15-5) UNRELEASED; urgency=low Mitterer - Listing the checks of each package - Hint added, that nagios-plugins-basic needs more packages (recommands) - * Fix error in check_radius when compiling with -Werror=format-security - (hardening), thanks Thomas Guyot-Sionnesti - LP: #837085 + * Adding 16_check_raduis_fix_format-security.dpatch to fix error in + check_radius when compiling with -Werror=format-security (hardening), + thanks Thomas Guyot-Sionnesti - LP: #837085 + * Adding 15_check_sensors_fault.dpatch to detect sensors in FAULT state + (Closes: #615133) - -- Jan Wagner Wed, 18 May 2011 16:55:55 +0200 + -- Jan Wagner Wed, 07 Sep 2011 12:23:56 +0200 nagios-plugins (1.4.15-4) unstable; urgency=low diff --git a/debian/patches/00list b/debian/patches/00list index aee5376..60a9648 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -7,5 +7,5 @@ 12_check_snmp_1.4.15_regression.dpatch 13_check_smtp_greeting.dpatch 14_check_icmp_multiple_ips.dpatch -# 15_check_sensors_fault.dpatch +15_check_sensors_fault.dpatch 16_check_raduis_fix_format-security.dpatch