davetayl wrote:
> Unfortunately not a perl programmer so having some problems debugging the 
> script, what I'm getting from the piped output is the same as the input, not 
> sure what's happening there. Has anyone made any advances with the fping 
> zenpack?
> 
> Cheers
> D

Hey, fping prints to stderr,  so you have to redirect the output from stderr to 
stdout like this:
Code:
/usr/sbin/fping -c 3 -q  ${dev/manageIp} 2>&1 | 
/usr/local/zenoss/common/libexec/convertfping.pl






-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=33025#33025

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to