Hello -<br><br>I'm running into an issue where I need to monitor the individual services ( svcs -a ) instead of the processes (ps -ef) on multiple Solaris 10 clients.  I didn't see anything in the man pages about it (although I may have missed it) so I was wondering if anyone has been able to set Hobbit up to do so?
<br><br>Sample output from svcs -a<br><br>$ svcs -a |head -20<br>STATE          STIME    FMRI<br>legacy_run     Jul_28   lrc:/etc/rcS_d/S00umask_sh<br>legacy_run     Jul_28   lrc:/etc/rcS_d/S29wrsmcfg<br>legacy_run     Jul_28   lrc:/etc/rcS_d/S51installupdates
<br>disabled       Jul_28   svc:/system/sysidtool:net<br>disabled       Jul_28   svc:/system/sysidtool:system<br>disabled       Jul_28   svc:/network/rpc/keyserv:default<br>disabled       Jul_28   svc:/network/rpc/nisplus:default
<br>disabled       Jul_28   svc:/network/nis/server:default<br>online         Jul_28   svc:/milestone/multi-user-server:default<br>online         Jul_28   svc:/system/zones:default<br>online         Aug_15   svc:/application/hobbit:default
<br><br>I need to be able to alarm if zones goes offline or if nisplus goes online (for example)...<br><br>Thanks!<br clear="all"><br>-- <br>--==[ Bob Gordon ]==--