REST API endpoint to inject / push check results to services
It would be great if it is possible to inject check result from outside to a checkmk service.
E.g. A check (service) under a Host exists and via Rest-Api can the check result be injected to the service.
Comments: 3
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
25 Nov, '25
Mohamed Saleh AdminHi torshpun,
Thanks for posting on our Ideas Portal!
Can you provide a bit more context about your use case and the problem that this idea will help you to solve? -
26 Nov, '25
torshpunHello,
Thank you for responding. We have applications that do not offer good logs or a REST-API to request a specific event. But those applications offer the possibilty to send an event via HTTPS to other HTTP Endpoints.
Simple example: An Application has defined a complex process for managing files. If an error appears in the process chain send an API request somewhere. We have than the possibility to see if a process inside the applictaion failed in the monitoring and take action soon. A competing monitoring solution which i used in the past has a solution for that: https://icinga.com/docs/icinga-2/latest/doc/12-icinga2-api/#icinga2-api-actions-process-check-result -
26 Nov, '25
torshpunHello, we have applications that can create http request in case an event happens. For examle something happens in the application that can not pe transferred to a logfile or something similar (because the application is only managed in an http UI). But in the Ui http request can be defined in case an event happens in the application. We solved that in the past by injecting a check result via https in a competing monitoring tool. We miss that option in checkmk.