Release v0.1.0
Overview
Initial release!
This release provides an early release version of a Nagios plugin used to monitor IMAP mailboxes for content. This plugin (or its predecessor as of this writing) is used to monitor email accounts scraped by our ticketing system.
Future releases of this project are expected to shift directory structure and content in order to accommodate additional Nagios plugins and tools used to monitor mail-related resources.
Added
- Monitor one or many mailboxes
- Optional, leveled logging using
rs/zerolog
package- JSON-format output
- choice of
disabled
,panic
,fatal
,error
,warn
,info
(the
default),debug
ortrace
.
- TLS/SSL IMAP4 connectivity via
emerson/go-imap
package - Go modules (vs classic
GOPATH
setup)
References
- See the
v0.1.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.