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
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

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???
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
Comment