Welcome to the new Linux Foundation Forum!
linux code help
if ($1)
then
echo "Argument not found: Usage: script filename.conf"
exit
else
date | awk '{print "ping -i " $2 " " $1 " &"}' $1 | sh
fi | tee -a monitoring.log
wait
i tried to add a timestamp (date) to the code but its not working.
0
Comments
I'm not sure ping supports that time interval...
Regards
How do you want the output, where to put the timestamp and how you want to express the reachability?
You need to be much more preocise in your questions
Regards
This is the code without the date. it works fine but no date. I tried to attach the config file but it is not supported.
if ($1)
then
echo "Argument not found: Usage: script filename.conf"
exit
else
awk '{print "ping -i " $2 " " $1 " &"}' $1 | sh
fi | tee -a monitoring.log
wait
Configuration file:
youtube.com 15
yahoo.com
777.777.777.777 15
129.219.110.112 30
999.999.999.999 30