As the picture shows, I got this message when click Get value and test:

The username and password is set correctly:

However, ipmitool works it:

I increase debuglog level and only get this information:
```
86910:20240505:221527.505 zbx_setproctitle() title:'ipmi poller #1 [polled 1 values, idle 3.003762 sec during 12.972026 sec]'
86900:20240505:221527.505 In zbx_deactivate_item_host() hostid:10460 itemid:40705 type:12
86910:20240505:221527.505 In zbx_ipc_async_socket_recv() timeout:2
86900:20240505:221527.505 query [txnlev:1] [begin;]
86900:20240505:221527.505 query [txnlev:1] [update hosts set ipmi_available=2,ipmi_error='cannot connect to IPMI host: [110] Connection timed out',ipmi_disable_until=1714961787 where hostid=10460]
86900:20240505:221527.506 query [txnlev:1] [commit;]
86900:20240505:221527.506 temporarily disabling IPMI agent checks on host "dm-g01n01": host unavailable
86900:20240505:221527.506 zbx_deactivate_item_host() errors_from:1714961675 available:2
86900:20240505:221527.506 End of zbx_deactivate_item_host()
```
The username and password is set correctly:
However, ipmitool works it:
I increase debuglog level and only get this information:
```
86910:20240505:221527.505 zbx_setproctitle() title:'ipmi poller #1 [polled 1 values, idle 3.003762 sec during 12.972026 sec]'
86900:20240505:221527.505 In zbx_deactivate_item_host() hostid:10460 itemid:40705 type:12
86910:20240505:221527.505 In zbx_ipc_async_socket_recv() timeout:2
86900:20240505:221527.505 query [txnlev:1] [begin;]
86900:20240505:221527.505 query [txnlev:1] [update hosts set ipmi_available=2,ipmi_error='cannot connect to IPMI host: [110] Connection timed out',ipmi_disable_until=1714961787 where hostid=10460]
86900:20240505:221527.506 query [txnlev:1] [commit;]
86900:20240505:221527.506 temporarily disabling IPMI agent checks on host "dm-g01n01": host unavailable
86900:20240505:221527.506 zbx_deactivate_item_host() errors_from:1714961675 available:2
86900:20240505:221527.506 End of zbx_deactivate_item_host()
```
Comment