Module: check_mk
Branch: master
Commit: 29f7d27528ba9e4633b19895913323fe9dd4f731
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=29f7d27528ba9e…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Jan 12 13:03:20 2015 +0100
#1807 check_mail: Added new check to check IMAP/POP3 login (incl. forwarding of mails to
event console)
A new check has been added which checks whether or not a connect and login to an IMAP/POP3
server is
possible. This check also support fetching of the mails located in the inbox of the logged
in mailbox,
parsing and forwarding them to the event console.
---
.werks/1807 | 12 +
ChangeLog | 1 +
checks/check_mail | 83 +++++++
doc/treasures/active_checks/.f12 | 2 +-
doc/treasures/active_checks/check_mail | 396 ++++++++++++++++++++++++++++++++
pnp-templates/check_mk_active-mail.php | 33 +++
web/htdocs/wato.py | 24 ++
web/plugins/wato/active_checks.py | 245 ++++++++++++++++++++
web/plugins/wato/check_parameters.py | 23 --
9 files changed, 795 insertions(+), 24 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=29f7d27528…