Hi,
I am looking for variable examples when creating an e-mail notification for node status and interface status.
As an Example we send this
Subject:
Emergency: ${Caption} is ${Status}
Body:
The IP address of this Node is ${IP_Address}
To view details of this Node, goto:
http://Your_Server/NetPerfMon/View.asp?View=NodeDetails&NetObject=N:${NodeID}
This alert was triggered on ${DateTime}
This has been sent by an automated system, DO NOT REPLY.Generated By: ${AlertName}
JB
Thanks JB
You can click on the Insert Variable button, its pretty intuitive. Here an email that I get for when a node gets removed from the network. "Notes" is a Custom Property; when my NOC puts the word remove or removed in that field it triggers the alert that fires off the email below:Device ${NodeName} [ ${Node.IP_Address} ] has been removed from the network.
Command Center notes: ${Node.Notes} This is a ${Vendor} device
${NodeName} [ ${Node.IP_Address} ] is on ID# ${EngineID}
Here is an example for when an interface is taking errors. I send this trap to the ticketing system and the text gets entered into the generated ticket:
Interface ${Caption} on ${NodeName} has incremented ${InErrorsThisHour} errors. This indicates a problem with this network segment that should be investigated. This problem was identified at ${DateTime}.
That's pretty impressive.
Thanks