Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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