Werk #15750: apache_status: Try to detect servers with ss first
Komponente | Agent bakery | ||||
Titel | apache_status: Try to detect servers with ss first | ||||
Datum | 12.05.2023 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
Checkmk versions & editions |
|
Previously, apache_status agent plugin would try to first fetch server info by using netstat. If the output was empty it would use ss. The sequence of commands is now changed because netstat is deprecated and truncates IPv6 addresses.