Page 1 of 1

Issues with Multiline Notifications

Posted: Mon Jul 04, 2011 7:16 am
by arnab.roy
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

Re: Issues with Multiline Notifications

Posted: Tue Jul 05, 2011 11:36 am
by mguthrie
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.