We recently upgraded from NPM 9.1sp5 to 10.1. Somewhere in the upgrade path the format for advanced alert emails changed from plain text to HTML. This has caused an issue with our ticketing system auto generator. It now truncates data out of some of the fields. For example:
{product} = OS
{subject} = Orion Reports server1 has low disk space (I)
{calldesc} =server1 - Low disk space below 1 GB Threshold (Advanced Alerts).
{nodename} = server1
{Comment} = Drive below 1GB Alert: Available space on server1-C:\ server1-C c82f7540 is now 724 M Bytes
The call description field gets truncated to: "server1 - Low disk space below 1 GB Threshold (Advanced"
and the comments field gets truncated to: "Drive below 1GB Alert: Available space on server1-C:\"
Basic alert emails still get sent in plain text and are unaffected. I contacted Solarwinds support and recieved "At present it is currently not possible to change the format of the alert emails." They then submitted it as a feature request. I can't just wait for NPM 10.5 to come out to fix this. Anyone have any suggestions?