It'd be great if the 'IPMI interfaces' configuration for a host could be derived from the local device module on the server.
ie Instead of requiring a manual entry, allow it to be derived by the agent on the server through a command something like this run by the agent on the server:
ipmitool lan print | grep 'IP Address' | grep -v Source | awk '{print $4}'
ie Instead of requiring a manual entry, allow it to be derived by the agent on the server through a command something like this run by the agent on the server:
ipmitool lan print | grep 'IP Address' | grep -v Source | awk '{print $4}'