From: Michael Friedrich Date: Sun, 17 Aug 2014 13:45:49 +0000 (+0200) Subject: Documentation: Clarify on GraphiteWriter statistics X-Git-Tag: v2.1.0~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4d448efe59620fb359acff8cde426ecd4f16718;p=icinga2 Documentation: Clarify on GraphiteWriter statistics refs #6922 --- diff --git a/doc/3-monitoring-basics.md b/doc/3-monitoring-basics.md index 601a169df..fbba85f24 100644 --- a/doc/3-monitoring-basics.md +++ b/doc/3-monitoring-basics.md @@ -1716,20 +1716,20 @@ The resulting name in Graphite might look like: icinga.www_01.http_cert.response_time In addition to the performance data retrieved from the check plugin, Icinga 2 sends -some internal statistics data of the check to Graphite: +internal check statistic data to Graphite: metric | description -------------------|------------------------------------------ - current_attempt | attempt of the state evaluation - max_check_attempts | max. attempts until hard state - reachable | designated cluster component is reachable + current_attempt | current check attempt + max_check_attempts | maximum check attempts until the hard state is reached + reachable | checked object is reachable execution_time | check execution time - latency | latency between check end and processing - state | current state of the check + latency | check latency + state | current state of the checked object state_type | 0=SOFT, 1=HARD state -Here is an example how one could configure the storage-schemas for Carbon Cache. -Please make sure your ordering is correct, the first match wins! +The following example illustrates how to configure the storage-schemas for Graphite Carbon +Cache. Please make sure that the order is correct because the first match wins. [icinga_internals] pattern = ^icinga\..*\.(max_check_attempts|reachable|current_attempt|execution_time|latency|state|state_type)