Werk #19346: Fix metric translations for check_ping.exe and check_tcp.exe
| Component | Checks & agents | ||
| Title | Fix metric translations for check_ping.exe and check_tcp.exe | ||
| Date | May 6, 2026 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Werk #16254 added metric translations for the Windows-style Nagios plug-ins
check_ping.exe and check_tcp.exe, but the registration key was not
normalized the same way as the lookup key. As a result, the translations
never fired:
- The
rtametric reported bycheck_ping.exewas rendered in seconds instead of milliseconds (values appeared ~1000× too large). - The
timemetric reported bycheck_tcp.exewas not renamed toresponse_time.
Both translations now apply correctly.