Werk #17720: Add full path fallback for Solaris uname
Component | Checks & agents | ||||
Title | Add full path fallback for Solaris uname | ||||
Date | Mar 3, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Try and fetch the uname
information via uname -X
. In the event that the GNU
uname
is found on the path, fallback to full path call to /usr/bin/uname
,
the binary which we expect to found on all Solaris systems.
If that binary is not found for whatever reason, no section output will be written to the agent output.