Random Project

perfdata pnp4nagios tweak

I found I had to add a ‘space’ in the perfdata print statement in order for pnp4nagios to process the perfdata correctly
-$perfdata = sprintf(“| SessActive=%s,SessMax=%s,SessFail=%sn”,
+$perfdata = sprintf(“| SessActive=%s, SessMax=%s, SessFail=%sn”,

Thanks