summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2010-11-15 22:59:35 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2010-11-15 22:59:35 (GMT)
commit77f2c84d2f599d86a60586494169dcab17853e3a (patch)
treee964e05b70aff5f5b9ee7ff457b7c165db5f66aa /NEWS
parent896962a1ad1b7d7c75d42c565b06cc799feb0a7c (diff)
downloadmonitoring-plugins-77f2c84d2f599d86a60586494169dcab17853e3a.tar.gz
Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603)
Various values (dused_pct, dfree_pct, inodes_free, inodes_total, ...) are now carried in the parameter_list structure. Assignments have been moved to a subroutine preventing code redundancies. Group metrics are now calculated based on units rather than blocks. This fixes freespace calculation when blocksizes differ within a group.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d6d3b0..a00febc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,10 +3,12 @@ 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
6 FIXES 7 FIXES
7 check_snmp now attempts to convert string responses into a double value. If the full string is a value, 8 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 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 10 This reverts back to 1.4.14 behaviour with strings
11 Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603)
10 12
111.4.15 27th July 2010 131.4.15 27th July 2010
12 ENHANCEMENTS 14 ENHANCEMENTS