Dec 26, 2017 | Application monitoring, Email and Groupware, Enterprise
Mail Transport Layer plugin allows you to monitor the flow of a testing mail in your mail service, independently of the manufacturer. Service Timing The timing control to monitor the IMAP and SMTP service is managed by the pandora_mtl plugin. It generates the...Dec 26, 2017 | Application monitoring, Email and Groupware, Enterprise
This plugin allows you to monitor your Zimbra mail server suite. Each configured process check will generate following modules: Process status (# instances) CPU consumption RAM consumption The default processes list is: trivialrewrite proxymap qmgr pickup master...Dec 14, 2017 | Email and Groupware
Reports text lines on blocked mail transfer attempts, for example, for ISP Antispam policies due IP restriction or other mechanism. If you set a string inverse threshold here you can get events on mail blocked. grep_log plugin comes with the agent, is a standard...Dec 14, 2017 | Email and Groupware
Return items pending in the DEFER queue. Module data module_begin module_name Queue_Pending module_type generic_data module_exec postqueue -p | tail -1 | grep -o "[0-9]* Request" | awk '{ print $1 }' ...Dec 14, 2017 | Email and Groupware
This plugin monitoring emails of Imap server received, from a data filtering and have the following features: Monitoring if we get a new mail, through filtering that perform (Emitter, Subject, Body text, Date Received…) It can capture email information we...Dec 14, 2017 | Email and Groupware
Script do /helo/ /mail from/, /rcpt/ and /disconnect/ if all running rightly the script returns a value but if something is wrong the script returns a different value Files:...