Good Morning THWACK Community,
I have a resource showing percent utilization used on a node details page in Orion. The resource is a simple linear guage and when this guage hits 80% we send out an alert email to the technical support staff. The staff would like to have this resource shown in the alert email. They don't want a link to a webpage in Orion or an attached PDF of a webpage in Orion. The would like to have the resource embedded in the email. Is it possible to embed a resource in an alert email?
I have tried things like:
<img src=”https://{Server Name}/Orion/DetachResource.aspx?ResourceID=14876&NetObject=N%3a${NodeID}¤tUrl=aHR0cHM6Ly91cGhvcmlvbm5wbS5paHMub3JnL09yaW9uL05ldFBlcmZNb24vTm9kZURldGFpbHMuYXNweD9OZXRPYmplY3Q9TjoxNDM4">
<img src=”https://{Server Name}/Orion/DetachResource.aspx?ResourceID=14876&NetObject=N:${NodeID}¤tUrl=aHR0cHM6Ly91cGhvcmlvbm5wbS5paHMub3JnL09yaW9uL05ldFBlcmZNb24vTm9kZURldGFpbHMuYXNweD9OZXRPYmplY3Q9TjoxNDM4">
and also
<img src=”https://{Server Name}/Orion/DetachResource.aspx?ResourceID=14876&NetObject=N:${NodeID}¤tUrl=aHR0cHM6Ly91cGhvcmlvbm5wbS5paHMub3JnL09yaW9uL05ldFBlcmZNb24vTm9kZURldGFpbHMuYXNweD9OZXRPYmplY3Q9TjoxNDM4&AccountID={R/O Account)&Password={ACCT-PWD}">
So far I have had no luck, has anyone else tried this before?