Ad Widget

Collapse

SIGPIPE problem using ipmitool

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • milprog
    Junior Member
    • Jul 2007
    • 27

    #1

    SIGPIPE problem using ipmitool

    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
  • bashman
    Senior Member
    • Dec 2009
    • 432

    #2
    The meaning of SIGPIPE:


    It may help you.
    978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15

    Comment

    Working...