Christian Zettel
Christian Zettel
Sometimes, the flash recovery area usage checks, are exiting with state critical and negative usage values. This happens on several monitoring-/oracle-systems. Example: ``` CRITICAL - flra (/u01/app/oracle/fast_recovery_area) usage is -2.80%...
On a system running `Naemon Core 1.3.0` we ran into the issue, that naemon stops executing checks. There were no more worker processes. I have not seen anything suspicious in...
This pull request adds a config check before reloading/starting naemon. The implementation is done in the systemd unit and the init script. If the config check throws an error, reloading/starting...
We have a monitoring cluster and the important files like the `retention.dat` were synced. Actually the external command `SAVE_STATE_INFORMATION` will be executed every 5 minutes by the cluster software on...
This pull request fixes the missing `OK HARD` state after an `OK SOFT` state as described in #368: 
I have a question: Is it possible to restrict a user's access to the REST API in a similar way as with command restrictions? For commands, I’m currently using the...
I’m using **Thruk version 3.22**. According to my understanding, the `=` filter operator in the REST API should be **case-sensitive**. However, on my system the following API call: http://localhost/thruk/r/config/objects?command_name=CHECK_icmp returns...
When making a POST request to the Thruk REST API using a specific API key, the request consistently fails with a 500 error. Another API key with almost identical permissions...