Documentation: Clarify on GraphiteWriter statistics

refs #6922
This commit is contained in:
Michael Friedrich 2014-08-17 15:45:49 +02:00
parent 25ed7dcdb2
commit c4d448efe5
1 changed files with 8 additions and 8 deletions

View File

@ -1716,20 +1716,20 @@ The resulting name in Graphite might look like:
icinga.www_01.http_cert.response_time icinga.www_01.http_cert.response_time
In addition to the performance data retrieved from the check plugin, Icinga 2 sends 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 metric | description
-------------------|------------------------------------------ -------------------|------------------------------------------
current_attempt | attempt of the state evaluation current_attempt | current check attempt
max_check_attempts | max. attempts until hard state max_check_attempts | maximum check attempts until the hard state is reached
reachable | designated cluster component is reachable reachable | checked object is reachable
execution_time | check execution time execution_time | check execution time
latency | latency between check end and processing latency | check latency
state | current state of the check state | current state of the checked object
state_type | 0=SOFT, 1=HARD state state_type | 0=SOFT, 1=HARD state
Here is an example how one could configure the storage-schemas for Carbon Cache. The following example illustrates how to configure the storage-schemas for Graphite Carbon
Please make sure your ordering is correct, the first match wins! Cache. Please make sure that the order is correct because the first match wins.
[icinga_internals] [icinga_internals]
pattern = ^icinga\..*\.(max_check_attempts|reachable|current_attempt|execution_time|latency|state|state_type) pattern = ^icinga\..*\.(max_check_attempts|reachable|current_attempt|execution_time|latency|state|state_type)