Hi All,
It looks like if a plugin returns multi-line output not very long but say something like the following(3 to 4 lines):
1.xxxxxxx
2.yyyyyyy
The alert email that gets fired off only contains 1.xxxx i.e. the first line. Any reasons why ?
Cheers
Arnab
Issues with Multiline Notifications
Re: Issues with Multiline Notifications
I think that's grabbing a truncated version of the plugin output, I haven't tested this myself, but what happens if you try the:
%longserviceoutput%
macro in the custom notification. It looks like that data is being passed to the notification handler, so you should be able to access it.
%longserviceoutput%
macro in the custom notification. It looks like that data is being passed to the notification handler, so you should be able to access it.