This is how I have that set, and I did verify that it is still required as the initial data does have /n
Code: Select all
process-host-perfdata-file-bulk
/bin/sed -i 's/\\n//g' /var/nagiosramdisk/host-perfdata &&
/bin/mv /var/nagiosramdisk/host-perfdata /var/nagiosramdisk/spool/xidpe/$TIMET$.perfdata.host
process-service-perfdata-file-bulk
/bin/sed -i 's/\\n//g' /var/nagiosramdisk/service-perfdata &&
/bin/mv /var/nagiosramdisk/service-perfdata /var/nagiosramdisk/spool/xidpe/$TIMET$.perfdata.service
So, that is not a solution to this problem. It is a solution and is needed, but for something else.
I do wonder if you really intended me to comment out livestatus temporarily. That is only used for NagVis to read from. I will humor you though just because. I will have a chance to do that test later today.