Build precise queries to find exactly what you need
Press ESC to close
@amueller
Member Since: June 2, 2020
Favorites0
Views
Projects0
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.
Reviewed 5 years ago