Open dragoangel opened 1 year ago
@dragoangel sorry for the late reply: can you please test the latest testing release?
Hi @HenriWahl, is there any build installers for test release or docs how to build them under windows by myself? Thank you in advance
@dragoangel yes at https://github.com/HenriWahl/Nagstamon/releases/tag/latest you will always find the latest testing releases for all platforms.
@dragoangel yes at https://github.com/HenriWahl/Nagstamon/releases/tag/latest you will always find the latest testing releases for all platforms.
Hi, I installed latest version, removed none
from Map to UNKNOWN
, and my alerts with severity="critical"
was hidden. Adding back none
reveal my critical
alert back. severity=none
is default severity in kube-prometheus-stack
for Watchdog
and InfoIngibitor
alerts by default there is no such severity in Nagstamon. Maybe we can add Map to HIDDEN
alerts and by default list there none
as it is usually used to hide alerts properly 😊.
Also:
Map to OK
isn't needed on alertmanager as API does not contain resolved alerts, right?Map to status_information
for alertmanager and prometheus from my view better looks in this order for new server instances: message,description,summary
, as usually summary
not contain enough details, what do you think?alertname
compared to missing alerts.
Nagstamon 3.10.1 on Windows (and may be on other OS) have a bug: if in Alertmanager you have severity that you not configured in Alertmanager server properties in Nagstamon then not only this alert will not be displayed, but also alerts "after" this alert will be missing.
F.e.:
But due to bug you could not see part this 4 alerts. If you configure alertmanager in Nagstamon to understand none and info severity you will all 6 alerts as should.