On Thu, Jan 25, 2007 at 08:51:29PM -0500, Alex M wrote:
> I need to do double logic and no matter what I do im getting problem with
> operator undefined?
Maybe try this:
--------------------------------------------------------------------------------
if [ $AP_ONTIME -eq 1 ]; then
if [ $z -ne 0 ]; then
echo "ALERT: your network has $z AP gone offline"
# If ontime notification is enabled lets send sockets to
# notify about equipment failure
fi
fi
--------------------------------------------------------------------------------
-Forest |