Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #18653: Netstat: Switch linux plugin to prefer 'ss' over deprecated 'netstat'

Component Checks & agents
Title Netstat: Switch linux plugin to prefer 'ss' over deprecated 'netstat'
Date Sep 18, 2025
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

The netstat linux plugin previously used 'netstat' as the primary tool and fell back to 'ss' if 'netstat' was unavailable.

This order has now been reversed: 'ss' is used first, and 'netstat' serves only as a fallback. The change reflects the fact that 'netstat' has been deprecated for a long time, while 'ss' is the recommended replacement.

To the list of all Werks