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
On Icinga 2 this check does not provide any per data, because of wrong Perf data output format.
To fix this it is required to change the line from perfdata = ‘ActiveConn:%s,reading:%s,writing:%s,waiting:%s’ % (ActiveConn,reading,writing,waiting) to perfdata = ‘ActiveConn=%s; reading=%s; writing=%s; waiting=%s’ % (ActiveConn,reading,writing,waiting)
This works for me to get it working for icinga 2.