Werk #17371: Use ifconfig to get down interfaces on AIX
Component | Checks & agents | ||||||
Title | Use ifconfig to get down interfaces on AIX | ||||||
Date | Mar 10, 2025 | ||||||
Level | Trivial Change | ||||||
Class | Bug Fix | ||||||
Compatibility | Compatible - no manual interaction needed | ||||||
Checkmk versions & editions |
|
Previously, the AIX agent was using entstat
to indentify interfaces which are down
.
This was not working reliable on AIX systems which run on a virtual machine.
ifconfig
can deliver that information reliable, so we're now doing the switch.
To take benefit of the described change, the user is required to update the AIX agent on the monitored hosts.