Hi, On 9/24/20 1:09 PM, Igor pember wrote: > How do I use Prometheus to monitor email system? > For example, I want to monitor gmail, I sent email to a test account > every hour, if gmail system can’t receive messages, the alerts will be > raised.
You would need some mechanism for sending the mail and some exporter which verifies that this (or at least "a") mail made it through. I could think of sending the mail via a cronjob and trying one of the existing Gmail or IMAP exporters to verify the count: https://github.com/jamesread/prometheus-gmail-exporter https://github.com/camptocamp/imap-mailbox-exporter (I don't have experience with any of them) Kind regards, Christian -- 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/38e6e098-3837-4089-f754-2d52b2d3ba21%40hoffmann-christian.info.

