Hi currently we are using custom properties for our smart alerts. we have set up one alert 'Any Node Down'
when a node is down it then looks for custom properties in trigger actions to send email to people that are concerned. If the custom properties are filled in the node details then people get alerted.
We recetnly have ad Service now as a Helpdesk tool. Now when anyone emails the service desk it automatically gets logged as a ticket.
On Orion custom properties we have put down the london service desk email address for some of our servers, so that this gets logged as a ticket for tracking purposes.
We had an incident where one of the WAN's was intermittent was was going up and down intermittently every 5 minutes over the weekend. This obvioulsly logged around 400 tickets.
So what we now want to do is set up a special node down notification and we want it to do the following.
- When a node goes down a notification is immediately sent to the ServiceNow address.
- Once the first notification about the node being down is sent another will not be sent to this address for an hour (if it is still down).
What i have done is created a extra custom filed called techinicalgroupSN. I have then created an extra Tigger Action and have put down the servicenow email address. In the 'Alert Action' I have delayed the action by one hour just for the servicenow email address.
What this is doing is if any node is down, it will send alerts to all the people in the custome properties staright away. I have excluded the servicenow email address. The second trigger action waits for one hour and if node is still down then it will send email to servicenow which then creates and ticket. This is almost there.
What i need it to do it....send an email immideiately to servicenow and once first notification is sent about node being down another will not be sent for an hour (if still down). I know there is a way i just can't put my finger on the issue.!
I have attached screenshots of my current Alerts and the way they are configured.