Eric Lippmann
Eric Lippmann
Users may operate redundancy systems. If system A fails, system B takes over. In the event of an error, however, the overall status of both systems should be displayed as...
At the moment we specify some chapters in our `README.md` which do not exist: ``` ### Monitoring * [~~Discover the CLI~~](doc/31-Discover-the-CLI.md) * [~~Create related Service Checks~~](doc/32-Create-Service-Checks.md) ### Business Impact *...
This PR contains schema and query optimizations for Icinga 2 and Icinga Web 2. The aim of the changes is to improve the IDO MySQL query performance of Icinga 2...
Older OpenSSL versions don't support multiple "-untrusted" arguments for the verify command. fixes #68 Signed-off-by: Eric Lippmann
I think that upgrading our vendor dependencies has often been forgotten and should definitely be included in our release workflow. Since some upgrades are available, I would include them in...
When creating a service apply rule using the contains operator with host.name for example, the generated configuration is invalid because the Director renders this as `"filter" in host.name` which is...