Hi, Craig
Thanks for the quick fix.
$EGREP -e "[F|f]ail" is a better fix.
also I found prtdiag on opensolaris (snv_134,in my case) has been moved fixed place as /usr/sbin/prtdiag, you may want to prepare a PRTDIAG_COMMAND line in your code for opensolaris machine.
Another loose coding is " $GREP ault ", hope it can be changed to $EGREP -e "[F|f]ault" also.
I don't how prtdiag got implemented for VMWare session either, but it does report list of components.
On Tue, Apr 20, 2010 at 11:10 AM, Craig Cook <Craig.Cook at carquest.com> wrote:
New version released to deadcat.
Also corrected a comment from:
INTERVAL 5
To
INTERVAL 5m
The previous line actually means run the script every 5 seconds, not 5 minutes.
Btw, I don't understand how virtual hardware can fail in vmware.
Craig
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- T.J. Yang