]> granicus.if.org Git - icinga2/blobdiff - doc/14-features.md
Add check_openmanage command to ITL.
[icinga2] / doc / 14-features.md
index e2fdeb591add0c6e827a211e604781e4a24f8f38..06c9342ebd5b77f03c5d9e5f80c09c68cde33abb 100644 (file)
@@ -269,7 +269,7 @@ expects the InfluxDB daemon to listen at `127.0.0.1` on port `8086`.
 
 Measurement names and tags are fully configurable by the end user. The InfluxdbWriter
 object will automatically add a `metric` tag to each data point. This correlates to the
-perfdata label. Fields (value, warn, crit, min, max) are created from data if available
+perfdata label. Fields (value, warn, crit, min, max, unit) are created from data if available
 and the configuration allows it.  If a value associated with a tag is not able to be
 resolved, it will be dropped and not sent to the target host.
 
@@ -347,7 +347,7 @@ The check results include parsed performance data metrics if enabled.
 
 > **Note**
 >
-> Elasticsearch 5.x+ is required.
+> Elasticsearch 5.x is required. This feature has been successfully tested with Elasticsearch 5.6.4.
 
 Enable the feature and restart Icinga 2.