From 3d527d7b1cfb2c134daad775bb7c1da7d67d9c29 Mon Sep 17 00:00:00 2001 From: Markus Opolka <7090372+martialblog@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:38:47 +0100 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index efe3eb0..52d5694 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ An Icinga check plugin to check Prometheus. +Other Icinga and Prometheus integrations we provide: + +* https://github.com/NETWAYS/icinga2-exporter +* https://github.com/NETWAYS/icingaweb2-module-perfdatagraphs-prometheus + ## Usage ```bash @@ -170,6 +175,7 @@ Flags: If no name is given, all alerts will be evaluated -T, --no-alerts-state string State to assign when no alerts are found (0, 1, 2, 3, OK, WARNING, CRITICAL, UNKNOWN). If not set this defaults to OK (default "OK") -P, --problems Display only alerts which status is not inactive/OK. Note that in combination with the --name flag this might result in no alerts being displayed + -W, --watchdog Flip the exit state for firing alerts. When this flag is set firing alerts will be OK and inactive alerts will be CRITICAL. This is intended for handling watchdog alerts ``` The `--label-key-state` can be used to override the exit code for firing alerts.