Jim et al For a future version, could someone please modify the mon.d/ping.monitor script to include a check for IRIX
case "$plat" in
Linux)
PING="ping -c 1"
;;
SunOS)
PING="/usr/sbin/ping"
;;
NetBSD|OpenBSD)
PING="/sbin/ping -c 1"
;;
IRIX)
PING="/usr/etc/ping -c 1"
;;
*)
echo "unknown plat <$plat>"
exit 1
;;
esac
Thanks
Mark Waterhouse
Silicon Graphics
_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon
