Build precise queries to find exactly what you need
Press ESC to close
@SicherByte
Favorites0
Views0
Projects1
By coincidence, two LACP-/LAG-related plugins (this one and check_lacp_ports) have been submitted almost simultaneously. It seems that both approach the problem in different ways. As the author of check_lacp_ports, I am interested in putting the efforts together.
Reviewed 9 years ago
The website and the download page do not exist anymore.
Reviewed 10 years ago
when called by nrpe, the script may find it's own name in the process list, and therefore fail. Probably the shell variable $$ delivers the wrong pid in this context. Solution: add grep -v check_sa-update to the filter chain.
Reviewed 8 years ago