Hi,
I would like to monitor output of a single command on a linux server.
Command: uptime | awk -F'load average:' '{print$2}' | cut -f1 -d,
This will return output like 0.00
How can i execute this if i use a script monitor for linux?
Anybody having any idea about this?
Thanks and Regrads,
richa arya
/home/monuser