Module: check_mk
Branch: master
Commit: 4a7a295992d88129ed69f4fbe045d99313652d60
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4a7a295992d881…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Nov 21 16:59:30 2013 +0100
FIX More verbose error output for SNMP errors on the command line
In the past, in non-inline SNMP mode, the stderr output of all
SNMP related commands was completely suppressed. It was hard
to find out the source of problems in some cases, for example
timeouts. The execution of those programs has been changed to
output stderr messages for walks in all cases and for gets only
when -v is given.
---
.werks/217 | 6 +++---
ChangeLog | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.werks/217 b/.werks/217
index 7c397c9..1acd8a2 100644
--- a/.werks/217
+++ b/.werks/217
@@ -1,12 +1,12 @@
-Title: Improved error handling of SNMP commands
+Title: More verbose error output for SNMP errors on the command line
Level: 1
Component: core
Version: 1.2.3i7
Date: 1384939712
Class: fix
-In the past, in normal SNMP mode, the stderr output of all
-snmp related commands was completely suppressed. It was hard
+In the past, in non-inline SNMP mode, the stderr output of all
+SNMP related commands was completely suppressed. It was hard
to find out the source of problems in some cases, for example
timeouts. The execution of those programs has been changed to
output stderr messages for walks in all cases and for gets only
diff --git a/ChangeLog b/ChangeLog
index 82ae496..51cbb46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
1.2.3i7:
Core & Setup:
- * 0217 FIX: Improved error handling of SNMP commands...
+ * 0217 FIX: More verbose error output for SNMP errors on the command line...
Checks & Agents:
* 0060 cisco_fantray: new check for monitoring fan trays of Cisco Nexus switches