I have some devices that have multiple sensors (for example PING, & FTP) and I want to setup a notification for each such that if PING goes down then the FTP sensor will pause until PING is backup, and I will received a notification email. However, I also want to receive email notifications if FTP goes down.

Basically the question boils down to whether it is possible to have multiple notifications for each device that are dependent on different device sensors.


Article Comments

Hello,

just add a state Trigger on the device and set the Ping Sensor to be Master for parent object in the dependency-options on the Settings-tab of the Ping Sensor. This way, if the ping fails, it will pause any other sensors on the device, and you will only get a notification from the ping sensor that it is down. If any other service (for instance the FTP) fails, you will get a notification from the according sensor, as the State Trigger should be inherited from the device to all the sensors.

best regards.


Aug, 2011 - Permalink