Skip to content
Snippets Groups Projects
Verified Commit b677ae5e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Provide hint on how to configure Icinga check

parent e345f150
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,16 @@ The echo bot sends a tiem diff providing information on how long it took the
ping to arrive. This time is then reported as a passive check result to an Icinga 2
instance.
## icinga 2 configuration
## Icinga 2 configuration
TBA.
In Icinga, create a check roughly mimicing the following:
```
object Service "matrix_roundtrip" {
host_name = "matrix01.teckids.org"
check_command = "passive"
enable_active_checks = false
enable_passive_checks = true
enable_perfdata = true
}
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment