Hi all
I want to use ipmitool to retrieve sensor data. For example I added to my /etc/zabbix_agentd.conf these lines:
AllowRoot=1
UserParameter=sensor.temp1,/usr/local/bin/ipmitool -c sdr|grep "Ambient" | cut -d, -f2
This command works well when issued from the command line. But unfortunately, when I do a zabbix_get for this parameter, I get a timeout and the error message
Got SIGPIPE. Where it came from???
in the error log. Any ideas?
Regards
--Marcel
I want to use ipmitool to retrieve sensor data. For example I added to my /etc/zabbix_agentd.conf these lines:
AllowRoot=1
UserParameter=sensor.temp1,/usr/local/bin/ipmitool -c sdr|grep "Ambient" | cut -d, -f2
This command works well when issued from the command line. But unfortunately, when I do a zabbix_get for this parameter, I get a timeout and the error message
Got SIGPIPE. Where it came from???
in the error log. Any ideas?
Regards
--Marcel
Comment