Mailcow-CheckMK/README.md

72 lines
2.4 KiB
Markdown
Raw Normal View History

2023-08-19 13:46:16 +02:00
# Mailcow-CheckMK
2024-01-16 15:07:11 +01:00
## CheckMK Special Agent for Mailcow
2024-01-16 15:04:51 +01:00
Monitors various aspects of a Mailcow instance:
2024-01-16 15:28:47 +01:00
2024-01-16 15:04:51 +01:00
Email domains with quota usage, number of mailboxes, number of aliases
2024-01-16 15:28:47 +01:00
2024-01-16 15:04:51 +01:00
Mailboxes with quota usage, number of messages, last logins via IMAP/POP3/SMTP
2024-01-16 15:21:27 +01:00
You have to create an API Key for the MKP to work. Login to your Mailcow instance and go to
2024-01-16 15:28:47 +01:00
System|Configuration
2024-01-16 15:21:27 +01:00
2024-01-16 15:28:47 +01:00
Take a note of the section API, expand it and activate "Activate API" in the section "Read-Only Access"
2024-01-16 15:21:27 +01:00
2024-01-16 15:28:47 +01:00
Don't forget to insert the IP of your CheckMK instance into the textbox "Allow API access from these IPs/CIDR networks".
2024-01-16 15:21:27 +01:00
2024-01-16 15:07:11 +01:00
## Caveats:
2024-01-16 15:04:51 +01:00
Tested only with dockerized versions of Mailcow
2024-01-16 15:23:16 +01:00
2024-01-16 15:04:51 +01:00
Tested with Mailcow version 2022-07a and higher
2024-01-16 15:23:16 +01:00
Please feel free to add other working environments via review/email.
2024-01-16 15:04:51 +01:00
## General installation instructions:
1. Upload and enable the MKP
2. Apply changes
3. Click Setup, search for "Mailcow"
4. Click on "Mailcow Server Information" below "Other integrations"
5. Create a new rule and fill in all mandatory information (Hostname, API Key)
6. Adjust all other options to your needs
7. Bind this rule to your Mailcow host object (e.g. via "Explicit hosts")
8. If you have no host object at all, create a dummy host for this (with no IP or something like 127.0.0.2)
9. Assure that your agents settings for this host object are correct (must contain "Configured API integrations")
10. Apply your changes
11. Execute a service discovery on your Mailcow host(s) and accept the newly detected services
12. Feel free to adjust the various parameters for thresholds within the available parameter sections (Setup, "Service monitoring rules" after searching for "Mailcow")
2024-01-16 15:07:11 +01:00
## Version history:
2024-01-16 15:04:51 +01:00
2023/09/22: 1.1.4 Bugfix for the last bugfix :-)
2024-01-16 15:08:06 +01:00
2024-01-16 15:04:51 +01:00
2023/09/22: 1.1.3 Bugfix for usage calculation if quota is not set (mailboxes)
2024-01-16 15:08:06 +01:00
2024-01-16 15:04:51 +01:00
2023/09/10: 1.1.2 Checks for Solr status added
2024-01-16 15:08:06 +01:00
2024-01-16 15:04:51 +01:00
2023/08/27: 1.0.0 Section "mailcow_mailboxes" completed
2024-01-16 15:08:06 +01:00
2024-01-16 15:04:51 +01:00
2023/08/26: 0.2.2 Section "mailcow_domains" completed
2024-01-16 15:08:06 +01:00
2024-01-16 15:04:51 +01:00
2023/08/21: 0.1.0 Section "mailcow_info" completed
2024-01-16 15:08:06 +01:00
2024-01-16 15:04:51 +01:00
2023/08/20: 0.0.1 Special agent completed
2024-01-16 15:07:11 +01:00
## Examples how the services look like:
2024-01-16 15:04:51 +01:00
Services Overview:
![Services Overview](images/Mailcow-Services-Overview.png)
Service Details:
2024-01-16 15:30:26 +01:00
Mailcow Info:
2024-01-16 15:04:51 +01:00
![Service Detail Info](images/Mailcow-Info-Details.png)
2024-01-16 15:30:26 +01:00
Mailcow Domain:
2024-01-16 15:04:51 +01:00
![Service Detail Domain](images/Mailcow-Domains-Details.png)
2024-01-16 15:30:26 +01:00
Mailcow User:
2024-01-16 15:04:51 +01:00
![Service Detail User](images/Mailcow-Users-Details.png)