On Dec 26, 2007 12:29 PM, Frank M. Ramaekers <<a href="mailto:FRamaekers@ailife.com">FRamaekers@ailife.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is my first attempt at installing a hobbit client on a Linux box,<br>and I'm attempting to install it on the same box that the server is<br>running on.</blockquote><div><br>There really shouldn't be a need to run the client and server on the same machine.
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have the client running, but the only items reported are bbgen,<br>bbtest, conn, hobbitd, info and trends.   I want information on disk and
<br>CPU utilization.   Is this possible?</blockquote><div><br>Yes.  See below for an example of my bb-hosts file for this purpose.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is it possible to combine the client/server information?  Right now I'm<br>getting two lnes:<br><br>subpage Hobbit Hobbit Server<br><a href="http://127.0.0.1" target="_blank">127.0.0.1</a>   <a href="http://Hobbit.domain.com" target="_blank">
Hobbit.domain.com</a>         # bbd ssh ftp<br><a href="http://DoyleBrunson.ailife.com/apache=http://thisserver.domain.com/server-status?autoTRENDS:*,apache:apache%7Capache1%7Capache2%7Capache3" target="_blank">http://DoyleBrunson.ailife.com/
<br>apache=http://thisserver.domain.com/server-status?auto<br>TRENDS:*,apache:apache|apache1|apache2|apache3</a><br><a href="http://10.2.0.99" target="_blank">10.2.0.99</a>   Hobbit                      #</blockquote><div>
<br><a href="http://1.2.3.4">1.2.3.4</a>   hobbit          # BBDISPLAY BBPAGER BBNET bbd <a href="http://hobbit.internal.net/">http://hobbit.internal.net/</a> CLIENT:<a href="http://machine.alias.com">machine.alias.com</a>
 NOCOLUMNS:files,ports<br><br>Where <a href="http://1.2.3.4">1.2.3.4</a> is the public IP of the hobbit machine.  In my case, the physical machine is called something different than the URL used to get to the Hobbit display page, hence the CLIENT: option.  This shouldn't be necessary in your case. 
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Also, I'm getting the following in msg.Hobbit.txt:<br><br>[msgs:/var/log/messages]
<br>Cannot open logfile /var/log/messages : Permission denied<br><br>[logfile:/var/log/messages]<br><SNIP><br></blockquote></div><br>You have to change the permissions on /var/log/messages so it is group readable by whatever group Hobbit is running as.  I believe the default linux perms are 644 root:root, so you'll need something like 644 root:hobbit.
<br>