Module: check_mk
Branch: master
Commit: 542ad68c24edb8018c49ea42b15d98fa14518e77
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=542ad68c24edb8…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Jun 23 08:01:38 2014 +0200
FIX mk_sap: Fixed some wrong calculated values (decimal numbers)
The values provided by SAP seem to be integers with a second value
which can be used to tell the asking program the number of decimals.
e.g. when this value states 2, a load value of 901 is converted to
9.01. This value has not been used in the past which lead to odd
check results.
---
.werks/823 | 12 ++++++++++++
ChangeLog | 1 +
2 files changed, 13 insertions(+)
diff --git a/.werks/823 b/.werks/823
new file mode 100644
index 0000000..d703fb8
--- /dev/null
+++ b/.werks/823
@@ -0,0 +1,12 @@
+Title: mk_sap: Fixed some wrong calculated values (decimal numbers)
+Level: 1
+Component: checks
+Version: 1.2.5i4
+Date: 1403503150
+Class: fix
+
+The values provided by SAP seem to be integers with a second value
+which can be used to tell the asking program the number of decimals.
+e.g. when this value states 2, a load value of 901 is converted to
+9.01. This value has not been used in the past which lead to odd
+check results.
diff --git a/ChangeLog b/ChangeLog
index c0fcce9..d7cf952 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
* 0819 FIX: Fixed keepalive termination in case of exceptions during checking...
* 0622 FIX: cisco_temp_sensor: fix to also work with newer IOS versions
* 0623 FIX: fsc_fans: upper levels for fan RPMs are now optional also for the check
+ * 0823 FIX: mk_sap: Fixed some wrong calculated values (decimal numbers)...
Multisite:
* 0934 FIX: Logwatch messages with class unknown ( 'u' ) now displayed as
WARN...