Issues with Multiline Notifications

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Issues with Multiline Notifications

Post 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
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Issues with Multiline Notifications

Post 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.
Locked