Hi guys, fairly new to this so bear with me...
We have a fairly complex network monitoring different managed customers sites, spread accross the globe.
I've created a custom field called Upstream_Device that is populated with, you guessed it the name of the upstream device.
I want to create an alert that triggers if the node goes down as long as the node detailed in Upstream_Device is up, this is to save me having to create separate triggers for every site we monitor, and more importantly making admin easier as sites come into management and go out of management.
Basically
If node equals down
And
If node called Upstream_Device is up
Second question I'd like to modify the trigger actions by time of day, ie mon-fri 8-6 email this person, outside of these hours email this person and run this program to send an SMS alert. Again trying to keep it simple and reduce the number of alerts that I have to have on the system, I know I can do it by creating 3 alerts, mon-fri 08:00-18:00, mon-fri 18:00-08:00 and sat-sun 00:00 - 23:59, however doing it in a single alert makes life simpler for admin.