Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The basic function of this check is to log in into an IMAP or POP3 mailbox to monitor whether or not the login is possible. An extended feature is, that the check can fetch all (or just some) from the mailbox and forward them as events to the Event Console.


Table of Contents


Step-by-step guide

  1. WATO - CONFIGURATION → Host & Service Parameters → Active checks → Check Email
  2. CHECK EMAIL

    1. Service description: Here you can type in a service description. Please make sure that this is unique per host and does not collide with other services.

    2. Mail Receiving: Here you can select if you want to check your IMAP or POP3 login. You need your login credentials for your E-Mail Mailbox.

      Info







    3. Forward mails as events to Event Console.

      1. Forwarding Method: Here you can select if you want to send the events either to the EC or to a remote syslog host. If you want to send the events to the local EC, we would recommend using the spooling mechanism.
        By using the spooling mechanism, the check will store all collected eventsin one file in ~/var/mkeventd/spool.

        Code Block
        linenumberstrue
        OMD[nagnis_master]:~$ ll ~/var/mkeventd/spool/
        
        total 3600
        
        -rw-rw---- 1 nagnis_master nagnis_master 79124 Dec 7 15:36 localhost_407343_1607351778
        
        -rw-rw---- 1 nagnis_master nagnis_master 79124 Dec 7 15:37 localhost_408329_1607351841
        
        


      2. Only process mails with matching subject: Use this option to not process all messages found in the inbox, but only the those whose subject matches the given regular expression. The text entered here is handled as a regular expression pattern. The pattern is matched from the beginning. Add a tailing $ to change it to a whole text match. The match is performed case sensitive. Read more about regular expression matching in Checkmk in our user manual.

      3. Events: Syslog facility: Use this syslog facility for all created events

      4. Events: Hostname: Use this hostname for all created events instead of the name of the mailserver

      5. Limit length of mail body: When forwarding mails from the mailbox to the event console, the body of the mail is limited to the given number of characters.

      6. Cleanup messages: The handled messages (see subject matching) can be cleaned up by either deleting them or moving them to a subfolder. By default nothing is cleaned up.

        Info




...