]> granicus.if.org Git - icinga2/commit
Add 'ttl' support for check result freshness via REST API 5973/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 11 Jan 2018 16:10:46 +0000 (17:10 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 15 Jan 2018 12:54:11 +0000 (13:54 +0100)
commit211a07f49ad6ea772c6647e45963220389681d38
tree0d0efa0b101f9421cf19d4b301ee19c57f63fd4f
parent1d0fd5be1121239632c95a8265bc5f466143c5f2
Add 'ttl' support for check result freshness via REST API

The `process-check-result` action can now optionally set the
`ttl` parameter. This overrules the configured freshness
check (check_interval).

The main idea behind this is to allow the external sender
to specify when the next check result is coming in.

For example, a backup script which should be run every
24h can specify the exact expected next check result.

The addition to the CheckResult class is necessary to
forward the check result throughout the cluster and
calculate the `next_check` value on each node. This
allows us to send in a check result on a satellite,
and the master determines the freshness and possible
notifications/state changes for Icinga Web 2.
doc/08-advanced-topics.md
doc/12-icinga2-api.md
lib/icinga/apiactions.cpp
lib/icinga/checkable-check.cpp
lib/icinga/checkresult.ti