Hello.
Good afternoon !
I'm working on Orion NPM alerts, in order to customize them according to our needs.
But I have an issue layout when I receive the alerts.
Most of time, the text is written on several lines, as you can seen in the following example :
Orion Alerts - HIGH RESP.TIME (>250ms)
============================================================================
Node name :device1.test.xx
IP Address :127.0.0.1
Date : 7/20/2010
Time : 11:18 AM
Response time : 34 ms
But sometimes the text appear like this, on one line :
Orion Alerts - HIGH RESP.TIME (>250ms)
============================================================================
Node name : device2.test.xx IP Address : 127.0.0.1 Date : 7/20/2010 Time : 11:19 AM Response time : 31 ms
I don't know why I have this issue because it's the same alert pattern.
I have tried to put into the text a SQL command (char(13)) to force the carriage return but it's still the same.
PS : I use Advanced Alert Manager to create and manage the alerts.
Could you help me on that ? I have already searched some answers on the forum without success.
Thanks a lot.