>From what I can tell nagitheus as well as https://github.com/prometheus/nagios_plugins can only be used for PromQL checks.
We wanted to have a tool that's also able to do other things, like a simple heath check or alerts. I also hope that the we can extend the CLI in the future if other features are required, thus the subcommand pattern. On Wednesday, September 20, 2023 at 9:43:13 AM UTC+2 Brian Candler wrote: > Cool. How does this compare with https://github.com/claranet/nagitheus ? > > On Wednesday, 20 September 2023 at 07:51:35 UTC+1 martialblog wrote: > >> Hi, >> >> I just wanted to spread the word that me and my colleagues release a >> little tool that helps to integrate Prometheus into monitoring tools like >> Nagios/Icinga. >> >> It's a Nagios-style monitoring plugin that talk with the Prometheus API >> and transforms the response into the OK,WARNING,CRITICAL semantic. All >> packed into a Golang Binary, released under GPL-2.0 license. >> >> https://github.com/NETWAYS/check_prometheus >> >> Current features are: >> >> - health, Checks the health or readiness status of the Prometheus >> server >> - alert, Checks the status of one or more Prometheus alerts >> - query, Checks the status of a PromQL query >> >> Feedback is most welcome! >> >> Regards >> Markus >> > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/18b77ef9-d651-4f51-8b52-23070c1721c2n%40googlegroups.com.

