Hi!
I have an HP DL360e G8 with ILO4, I would like to monitor the power usage, over IPMI this data available with ipmitool's sensor command like:
I hoped the ipmi.get item like in the documentation will provide these info but it result the next json:
So my idea from zabbix server side I could monitor this value but I would like to attach to the IPMI host.
Is there any way, to run script on server to collect custom parameter from host?
Thanks!
Mate
I have an HP DL360e G8 with ILO4, I would like to monitor the power usage, over IPMI this data available with ipmitool's sensor command like:
Code:
ipmitool -I lanplus -H *IPaddress* -U *user*-P *password* sensor Power Supply 1 | 240 | Watts | ok | na | na | na | na | na | na
Code:
{
"id": "Power Supply 1",
"name": "(10.1).Power Supply 1",
"sensor": {
"type": 8,
"text": "power_supply"
},
"reading": {
"type": 111,
"text": "sensor specific"
},
"state": {
"state": 1,
"text": "presence detected"
}
},
Is there any way, to run script on server to collect custom parameter from host?
Thanks!
Mate
Comment