2013-09-27 10:44:24 +02:00
|
|
|
# Advanced Topics
|
|
|
|
|
2013-10-10 19:05:49 +02:00
|
|
|
## Downtimes
|
|
|
|
|
|
|
|
TODO (move to basics?)
|
|
|
|
|
|
|
|
## Comments
|
|
|
|
|
|
|
|
TODO (move to basics?)
|
|
|
|
|
|
|
|
## Acknowledgements
|
|
|
|
|
|
|
|
TODO (move to basics?)
|
|
|
|
|
2013-09-27 10:44:24 +02:00
|
|
|
## Cluster
|
|
|
|
|
|
|
|
TODO
|
2013-10-10 19:05:49 +02:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
2013-10-11 13:25:56 +02:00
|
|
|
## Check Result Freshness
|
2013-10-10 19:05:49 +02:00
|
|
|
|
2013-10-11 13:25:56 +02:00
|
|
|
In Icinga 2 active check freshness is enabled by default. It is determined by the
|
|
|
|
`check_interval` attribute and no incoming check results in that period of time.
|
|
|
|
|
|
|
|
threshold = last check execution time + check interval
|
|
|
|
|
|
|
|
Passive check freshness is calculated from the `check_interval` attribute if set.
|
|
|
|
|
|
|
|
threshold = last check result time + check interval
|
|
|
|
|
|
|
|
If the freshness checks are invalid, a new check is executed defined by the
|
|
|
|
`check_command` attribute.
|
2013-10-10 19:05:49 +02:00
|
|
|
|
|
|
|
## Check Flapping
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
## Volatile Services
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
## Modified Attributes
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
## List of External Commands
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
## Plugin API
|
|
|
|
|
|
|
|
TODO
|
|
|
|
|
|
|
|
### Nagios Plugins
|
|
|
|
|