Hello,
I'm currently investigating uses of grommunio, and noticed there was a lack of monitoring around grommunio, so I decided to build a prometheus exporter.
The exporter I made returns some basic information like:
- Number of mailboxes per domain
- Sizes per mailbox
- Quotas per mailbox
I've also built a Grafana dashboard like the following, that allows to see whether a mailbox reaches the mailbox send/receive/storage quotas.
As of today, the exporter can run on virtually any machine that has Python 3.6+ and grommunio-admin
installed.
Perhaps this could be of use for some of you guys.
The link to the exporter: https://github.com/netinvent/grommunio_exporter
I'd be glad to get some feedback.
Cheers.