I have a custom plugin that prints a small bit of data when it exits but for some reason it's not being captured by nagios. I read that there's a 4k byte limit but the data I'm printing is very very small, only a few lines so I shouldn't be hitting that limit. I altered the script to write the data to an external file and it works fine. Nagios just isn't capturing it for some reason. Is there some specific format the data needs to be in for it to be picked up? Any ideas?<br>