There are lots of delivery options for alertmanager: look under the "receivers" section. https://prometheus.io/docs/alerting/latest/configuration/
With the *webhook* receiver, alertmanager will make a HTTP POST to any endpoint you configure. A simple web server or script can receive this and write its contents to a file. On Sunday, 2 April 2023 at 09:53:42 UTC+1 akın sarper wrote: > Hello, > > I am monitoring my systems via prometheus alert manager. I have been > receiving alerts via e-mail alerts until now, but since I will be using a > closed system, is there a way to print the alerts to a text file? > -- 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/141ca0dc-5340-43c0-95ad-34f3751ace73n%40googlegroups.com.

