Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / check_mailboxes
blob996b23dce75bf231ad77b594581a5c35dc31c23f
1 title: IMAP mailboxes
2 agents: active
3 catalog: agentless
4 license: GPL
5 distribution: check_mk
6 description:
7  This active check logs into an imap account and can monitor the age of the oldest or
8  newest mail as well as the total count of mails in one or multiple mailboxes.
10  There is a caveat though: Many mailservers don't support retrieving mails sorted by
11  age and it would be very costy (in terms of traffic and check time) to retrive all
12  mails. To work around this, the check retrieves a configurable number of the least
13  recently and most recently modified mails from the server and checks the age of those.
14  Unless mails get moved between mailboxes, the least recenly modified mail should also
15  be the oldest one and the most recently modified mail should be the newest.