Introduction

Monitoring the amount of pending-, dead-, hold emails is of course important. However sometimes it is also important to monitor emails which are stucked in the mail.box for ages.

To check for instance the document age of the oldest "pending e-mail" can give you insight information if your router has issues especially when only very less e-mails are pending. In that particular case an alert is not triggered because the amount of pending mails is far below the threshold.
If you use the docage for alerting purpose too you get notified in advance.

Below is just a simple example of that:

 

Configuration

 

This settings take care of all mail.box the domino server has.

 

 

Output:

The Senor result is something like this:

 

You have noticed that there are 4 key/value pairs for docage. (you can find them easier if you enter docage in the right top corner for filtering statistics)

 

Use this Information in an action:

e.g send alert if oldest pending email is more than 60min old

${result.details['greenlight.dbaccess.mailbox.docage.oldest.wait']>60}

 

IMPORTANT:

Conclusion

Using all different kind of information GL provides helps you in identifying issues on the router and/or mail.box level