Skip to content

Icinga2 / Nagios check to query mailcow containers status via API

License

Notifications You must be signed in to change notification settings

Decstasy/check_mailcow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

check_mailcow

A documentation will follow soon. It's a simple Icinga2 / Nagios plugin to check all running mailcow containers via API.

Requirements

  • python 3
  • nagiosplugin (via pip)

Usage

check_mailcow.py [-h] -d DOMAIN -k APIKEY [--insec] [--noverify] [-v]

Required arguments:
  -d DOMAIN, --domain DOMAIN
                        Mailcow server domain (e.g. mail.example.com)
  -k APIKEY, --apikey APIKEY
                        API secret key for your Mailcow instance

optional arguments:
  -h, --help            show this help message and exit
  --insec               Don't use SSL for API connection
  --noverify            Don't check server certificates for API connection
  -v, --verbose         -vvv is the limit, but feel free to use more

About

Icinga2 / Nagios check to query mailcow containers status via API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages