Hi,
Is there a way to add/insert the node URL in the alert so we can click on the URL and go to the server node page
we Orion alerts configured to email us the alert information in the body of the email
We use Custom Properties that are populated with Server information and are used to trigger alerts for CPU,Disk and Memory.
We want to somehow add the URL to the alert message. (see below KB)
View | URL | NetObject Type | NetObject ID |
---|---|---|---|
Node Details | http://SolarWindsServer/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:445 | N | 445 |
Here are the variables we use for the email notification: |
Alert: ${A5_Server_Name} is now ${PercentMemoryUsed} of a total Memory of ${TotalMemory}.
Threshold: Memory > 90% for 15 min
=== Server Information ===
Server Support Level: ${Node.A4_SLA}
IP Address: ${N=SwisEntity;M=IP_Address}
Location: ${Node.A5_Location}
Agency: ${Node.A1_Agency}
Timed Event: ${Node.A6_Timed_Events}
Which generate an alert that looks like this:
Alert: SERVERNAME is now 96 % of a total Memory of 3.7 GB.
Threshold: Memory > 90% for 15 min
=== Server Information ===
Server Support Level: 2
IP Address: 10.100.0.12
Location: I23
Agency: IT
Timed Event:
http://Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:1832 (We want to add this link)
I found information regarding the Node Details: http://knowledgebase.solarwinds.com/kb/questions/3485/
View | URL | NetObject Type | NetObject ID |
---|---|---|---|
Node Details | http://SolarWindsServer/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:445 | N | 445 |
Interface Details | http://SolarWindsServer/Orion/NPM/InterfaceDetails.aspx?NetObject=I:3772 | I | 3772 |
Application Details | http://SolarWindsServer/Orion/APM/ApplicationDetails.aspx?NetObject=AA:1 | AA | 1 |
Operation Details | http://SolarWindsServer/Orion/Voip/IpSlaOperation.aspx?NetObject=ISOP:36 | ISOP | 36 |
Thank you,
Scott