I know the msgs function of the hobbit client is not implemented or at
least not fully implemented. I have installed the bb-msgs.sh as an
external script along with what other files it needs to run.
Regardless, it toggle between clear and green every 5 minutes. Is the
server doing some processing on the msgs column over-writing my green
status? Here is what my config looks like:
[msgs] ENVFILE /export/home/nmsbb/client/etc/hobbitclient.cfg CMD /export/home/nmsbb/client/ext/bb-msgs.sh LOGFILE /export/home/nmsbb/client/logs/bb-msgs.log INTERVAL 5m
For the msgs check
DOMSGS="FALSE" NOMSGSCOLOR="clear" BBMSGSTAB="$BBHOME/etc/bb-msgstab" CHKMSGLEN="FALSE" IGNMSGS="" MSGEXPIRE="30:60" MSGFILE="/var/log/messages" MSGS="NOTICE WARNING" PAGEMSG="NOTICE" REDMSGSLINES="20" YELLOWMSGSLINES="10"
I was hoping DOMSGS="FALSE" would turn off anything the client might be doing in favor of my external bb-msgs.sh. Any help?
~David
On Tue, Aug 09, 2005 at 11:20:01PM +0000, David Gore wrote:
I know the msgs function of the hobbit client is not implemented or at least not fully implemented. I have installed the bb-msgs.sh as an external script along with what other files it needs to run.
Regardless, it toggle between clear and green every 5 minutes. Is the server doing some processing on the msgs column over-writing my green status?
It is, and I forgot an option to turn that off. I've implemented that now, so you can run hobbitd_client with a "--no-clear-msgs" option and it will not mess with your msgs status.
It's in the latest snapshot.
For the msgs check
DOMSGS="FALSE" NOMSGSCOLOR="clear"
I was hoping DOMSGS="FALSE" would turn off anything the client might be doing in favor of my external bb-msgs.sh. Any help?
I've removed all of the BB client configuration-settings from the hobbitserver.cfg file, since they apparently cause lots of confusion. Hobbit never looks at those - they were there solely to cater for running the BB client via hobbitlaunch. So now Hobbit will only include the definitions for commands used by scripts, not all of the BB client configuration settings.
Regards, Henrik
participants (2)
-
David.Gore@mci.com
-
henrik@hswn.dk