You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
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?
Brian Candler
unread,
Apr 2, 2023, 6:02:12 AM4/2/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
There are lots of delivery options for alertmanager: look under the "receivers" section.
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.