What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Exchange Mailbox Sensor - Value Change Trigger

Votes:

0

I have created an Exchange Mailbox (Powershell) sensor which is retrieving the relevant information for my chosen mailbox. I would now like to create a trigger which sends a push notification when the 'Item Count' channel value changes.

I have created a "Change Trigger" on the notification triggers tab for the sensor, but it doesn't send any notification when an email is received into the mailbox even though the count does increment. Have I missed something?

As an alternative way to achieve what I would like to do I have also created an IMAP sensor which returns a count of the number of emails in the mailbox as the "Mailbox Size" channel. However, that sensor doesn't even have the option to create a "Change Trigger".

Is there any way of triggering a notification upon a change of email count in a mailbox? Using either of the above methods or any other way.

change-trigger count email exchange notifications

Created on Oct 18, 2018 4:15:03 PM



3 Replies

Votes:

0

Hi there,

I'm afraid "Change Triggers" do not work with these sensors, there are only a few sensors that can be used with change triggers, those have then also a dedicated option for this in their "Settings" to enable change triggers. Of course it is confusing that there is an option to add a change trigger in the exchange sensor although it has no effect, I won't argue with that :)

One option would be to work with classic limits by clicking on the channel and setting limits for warning and/or error combined with a "State Trigger", of course that's not the same as the change trigger approach, but there is simply no sensor for your needs that does this, I'm afraid.

Kind regards,

Erhard

Created on Oct 19, 2018 12:23:22 PM by  Erhard Mikulik [Paessler Support]



Votes:

0

As a workaround, you can have your script write the item count to a text file and compare it with each run.

If the count changes, have the sensor return a warning state and use a State Trigger to send the notification

Created on Oct 19, 2018 1:57:35 PM



Votes:

1

Thanks for the replies both. I used PRTGToolsFamily's advice and got this working by doing the following.

1: Set my IMAP email count sensor to write the sensor result to disk.

2: Wrote a powershell script which parsed the email count from the above file as an integer value and appended :OK to the end.

3: Used an EXE/Script sensor to run the above powershell script and set it to trigger a change notification if the value changes.

4: Finally, created a Change Trigger to perform a push notification to a group of users upon sensor change.

Not the most elegant way of doing things, but it seems to work!

Created on Nov 1, 2018 3:04:20 PM




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.