Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thor77/mailalive-exporter


https://github.com/thor77/mailalive-exporter

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# mailalive-exporter
End-to-End monitoring for mail delivery using MailGun

This exporter will periodically send mails using MailGun and then use IMAP to check whether they were delivered successfully exporting metrics about the age of the last message and the delivery delay.

## Installation

## Configuration
```
addr = ":8080"

[mailgun]
apikey = ""
domain = ""
to = ""

[imap]
addr = ""
username = ""
password = ""
```

The path to the configuration file can be passed as the first argument, if not specified `config.toml` from the current directory is used.

## References
Implementation of [mailalive](https://github.com/Thor77/mailalive) as a Prometheus Exporter