Werk #17237: check_mk_agent.openwrt: resolve issue when hostname command unavailable
Component | Checks & agents | ||||||
Title | check_mk_agent.openwrt: resolve issue when hostname command unavailable | ||||||
Date | Nov 8, 2024 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Built-in BusyBox shell in OpenWRT has no hostname
command available per default.
While it can be added with additional packages in custom images there are alternative
ways to determine the machine's hostname without introducing an additional dependency.
This werk uses one of those alternatives.