[Nagiosplug-devel] [ nagiosplug-Bugs-1637767 ] check_ping 1.4.5 on FreeBSD 5.4 fails
SourceForge.net
noreply at sourceforge.net
Wed Jan 17 15:33:18 CET 2007
Bugs item #1637767, was opened at 2007-01-17 17:33
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1637767&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General plugin execution
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pentarh Udi (pentarh)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_ping 1.4.5 on FreeBSD 5.4 fails
Initial Comment:
Says "Could not open pipe: " for any command arguments.
After some researching I found that "configure" script did not created appropriate defines as well. It only created
#define PING_COMMAND=""
So after patching config.h, removing the define above and placing following defines i get it worked:
#define PING_COMMAND "/sbin/ping -t %u -c %u %s"
#define PING_HAS_TIMEOUT
#define PING_PACKETS_FIRST
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1637767&group_id=29880
More information about the Devel
mailing list