[ZBXNEXT-7045] IPMI script: command and value for graceful shutdown Created: 2021 Nov 08 Updated: 2022 Aug 05 |
|
Status: | Confirmed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Proxy (P), Server (S) |
Affects Version/s: | 5.4.7 |
Fix Version/s: | None |
Type: | New Feature Request | Priority: | Trivial |
Reporter: | Ilia Slepnev | Assignee: | Zabbix Development Team |
Resolution: | Unresolved | Votes: | 1 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
Description |
ipmitool allows these chassis power commands: status, on, off, cycle, reset, diag, soft However, IPMI command in action scripts accepts on/off/integer value only. How is it possible to gracefully shutdown a server (for example, supermicro) with Zabbix script? |
Comments |
Comment by Andrei Gushchin (Inactive) [ 2021 Nov 09 ] |
Hello Ilja, Thank you for raising this. Best regards, |
Comment by Ilia Slepnev [ 2021 Nov 09 ] |
Here is shutdown sequence performed by ipmitool utility: [root@zabbix ~]# ipmitool -H test-ipmi -U ... -P ... -L ADMINISTRATOR power soft
I tried to accomplish exactly the same with zabbix action, but got error.
|
Comment by Alexander Vladishev [ 2021 Nov 11 ] |
Currently Zabbix only supports these ipmi command values: "on", "off" or any unsigned integer. See documentation. I move this ticket to the ZBXNEXT project as "New feature request". |