Ad Widget

Collapse

UserParameter generating SIGPIPE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FrankTM
    Junior Member
    • Jun 2007
    • 10

    #1

    UserParameter generating SIGPIPE

    Hey

    I'm using a php-script to test if a filemaker-server is still running.
    This server is already advertising if it's running or not on the web.

    So I'm checking if this website is reporting the value I want to see :P
    my script
    This script works from command-line

    UserParameter=filemaker.triocom,/usr/local/etc/zabbix/scripts/filemaker.php

    So.. I'm able to create an Item and a Trigger in zabbix, both working.

    This works for me most of the time, but sometimes it generates SIGPIPE errors.
    tail /var/log/zabbix/zabbix_agentd.log
    Code:
     43307:20070627:112738 Got SIGPIPE. Where it came from???
     43307:20070627:113108 Got SIGPIPE. Where it came from???
     43308:20070627:113138 Got SIGPIPE. Where it came from???
     43308:20070627:113538 Got SIGPIPE. Where it came from???
    These SIGPIPES result in zabbix-server not being able to connect to this client (while being on the same computer).

    This item is polled every 30 seconds, so it goes well most of the time I'm guessing.


    So, finally, my question...
    Is anyone having an idea where these SIGPIPE is comming from?
    Is this a bug in zabbix or in my script?

    thx in advance
  • bashman
    Senior Member
    • Dec 2009
    • 432

    #2
    I hope this helps:
    978 Hosts / 16.901 Items / 8.703 Triggers / 44 usr / 90,59 nvps / v1.8.15

    Comment

    Working...