[bglug] script bash..

Mihai Ichim bglug@lists.linux.it
Mon, 12 Aug 2002 19:07:08 +0200 (CEST)


On Mon, 12 Aug 2002, Fernando Figaroli wrote:

> ciao, stavo realizzando un piccolo script per il monitoraggio di vari 
> servizi..
> 
> rete... 
> stampante online..
> server samba..
> 
> ma ho bisogno di un aiutino .. 
> 
> es. questo come si fa ?
> 
> if ["ping -c1 192.168.1.38"]; then
>     echo "OK"
> else
>     echo "NO"
> fi
> 
> grazie

#/bin/sh
__myping=`ping -c1 80.206.94.65 | egrep "packets transmitted" | cut -d ',' -f 3 | cut -d '%' -f1`
__errors=0
let __errors="${__myping} +1"
if [ ${__errors} -gt 40 ]; then
    echo "Errors"
else
    echo "Ok"
fi


--
best regards,


                                      ("`-''-/").___..--''"`-._     (\
Mihai Ichim                           `6_ 6  )   `-.  (     ).`-.__.`)
mailto: mihai@medianets.it             (_Y_.)'  ._   )  `._ `. ``-..-'
http://www.medianets.it              _..`--'_..-_/  /--'_.' ,'
                                    (il),-''  (li),'  ((!.-'