summaryrefslogtreecommitdiff
path: root/report.txt
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-08 22:22:10 +0200
committerPaul Buetow <paul@buetow.org>2026-01-08 22:22:10 +0200
commitd9671ba9c6ba158cd4516626c4627d38d6478110 (patch)
tree715dd6c2f7a4479545ae780bf12fb2cabbea0937 /report.txt
parenta10cbd4e27d944464cec88aaf49d8b8c354d26e1 (diff)
Add special handling for Prometheus Watchdog alert
- Treat firing Watchdog as OK status to confirm Alertmanager is working - Treat absent/non-firing Watchdog as CRITICAL to alert on Alertmanager issues - Add comprehensive tests for both scenarios
Diffstat (limited to 'report.txt')
-rw-r--r--report.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/report.txt b/report.txt
new file mode 100644
index 0000000..ea445f0
--- /dev/null
+++ b/report.txt
@@ -0,0 +1,27 @@
+GOGIOS Report [C:2 W:2 U:0 S:0 OK:1]
+
+This is the recent Gogios report!
+
+# Alerts with status changed:
+
+UNKNOWN->CRITICAL: Prometheus: KubeProxyDown: KubeProxyDown [critical]: Target disappeared from Prometheus target discovery.
+UNKNOWN->CRITICAL: Prometheus: KubeSchedulerDown: KubeSchedulerDown [critical]: Target disappeared from Prometheus target discovery.
+
+UNKNOWN->WARNING: Prometheus: TargetDown: TargetDown [warning]: One or more targets are unreachable.
+UNKNOWN->WARNING: Prometheus: Watchdog: Watchdog [none]: An alert that should always be firing to certify that Alertmanager is working properly.
+
+UNKNOWN->OK: localhost ping: OK: localhost is alive
+
+# Unhandled alerts:
+
+CRITICAL: Prometheus: KubeProxyDown: KubeProxyDown [critical]: Target disappeared from Prometheus target discovery.
+CRITICAL: Prometheus: KubeSchedulerDown: KubeSchedulerDown [critical]: Target disappeared from Prometheus target discovery.
+
+WARNING: Prometheus: TargetDown: TargetDown [warning]: One or more targets are unreachable.
+WARNING: Prometheus: Watchdog: Watchdog [none]: An alert that should always be firing to certify that Alertmanager is working properly.
+
+# Stale alerts:
+
+There are no stale alerts...
+
+Have a nice day!