Module: check_mk
Branch: master
Commit: bf2a71b52756c857fbca6046853c8e82205f691c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=bf2a71b52756c8…
Author: Konstantin Büttner <kb(a)mathias-kettner.de>
Date: Tue Jan 26 14:05:42 2016 +0100
Added comment
---
web/plugins/metrics/check_mk.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/web/plugins/metrics/check_mk.py b/web/plugins/metrics/check_mk.py
index fdea84b..b257b9a 100644
--- a/web/plugins/metrics/check_mk.py
+++ b/web/plugins/metrics/check_mk.py
@@ -4508,6 +4508,10 @@ perfometer_info.append({
# | Definitions of time series graphs |
# '----------------------------------------------------------------------'
+# Beware: The order of the list elements of graph_info is actually important.
+# It determines the order of graphs of a service, which in turn is used by
+# the report definitions to determine which graph to include.
+
# Order of metrics in graph definitions important if you use only 'area':
# The first one must be the bigger one, then descending.
# Example: ('tablespace_size', 'area'),