diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ This file documents the major additions and syntax changes between releases. | |||
3 | ... | 3 | ... |
4 | ENHANCEMENTS | 4 | ENHANCEMENTS |
5 | check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) | 5 | check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) |
6 | FIXES | ||
7 | check_snmp now attempts to convert string responses into a double value. If the full string is a value, | ||
8 | check_snmp will consider it a numeric value and thus apply threshold checks and return performance data. | ||
9 | This reverts back to 1.4.14 behaviour with strings | ||
6 | 10 | ||
7 | 1.4.15 27th July 2010 | 11 | 1.4.15 27th July 2010 |
8 | ENHANCEMENTS | 12 | ENHANCEMENTS |