Search found 1 match
- Mon Jun 13, 2016 11:29 am
- Forum: Open Source Nagios Projects
- Topic: empty lines in plug-in output
- Replies: 6
- Views: 2169
empty lines in plug-in output
Hi all, I recently moved from Nagios 3 to 4 and the first thing I noticed was that empty lines are translated to "\n". So this test plugin #!/bin/sh echo TEST echo line 1 echo line 2 echo echo line 4 exit 0 produces this output TEST line 1 line 2 \nline 4 I couldn't find anything online ab...