On Dec 27, 2007 1:37 PM, Hubbard, Greg L <<a href="mailto:greg.hubbard@eds.com">greg.hubbard@eds.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;">




<div><div class="Ih2E3d">
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">"<font color="#000000" face="Times New Roman" size="3">There 
really shouldn't be a need to run the client and server on the same 
machine."</font></font></span></div>
<div dir="ltr" align="left"><span></span> </div></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Actually, I think the client is not *required* on the 
server, but it is pretty handy.  When you launch the server, the client 
runs too, or else you would not get those statistics about CPU, memory, disk, 
etc.  It takes some work to disable it.</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div></div></blockquote><div><br>True, the startup script for the server process also starts the client.  What I meant is that there is no need to also run the client startup script separately.  You can also have the server run local external scripts just like the client.  So in short, there is no need to go into the HOBBITHOME/client directories.
<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>

<blockquote style="margin-right: 0px;">
  <div dir="ltr" align="left" lang="en-us">
  <hr>
  <font face="Tahoma" size="2"><b>From:</b> Gary Baluha [mailto:<a href="mailto:gumby3203@gmail.com" target="_blank">gumby3203@gmail.com</a>] 
  <br><b>Sent:</b> Wednesday, December 26, 2007 1:28 PM<br><b>To:</b> 
  <a href="mailto:hobbit@hswn.dk" target="_blank">hobbit@hswn.dk</a><br><b>Subject:</b> Re: [hobbit] Hobbit 
  client<br></font><br></div><div><div></div><div class="Wj3C7c">
  <div></div>On Dec 26, 2007 12:29 PM, Frank M. Ramaekers <<a href="mailto:FRamaekers@ailife.com" target="_blank">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" target="_blank">1.2.3.4</a>   
  hobbit          # BBDISPLAY 
  BBPAGER BBNET bbd <a href="http://hobbit.internal.net/" target="_blank">http://hobbit.internal.net/</a> CLIENT:<a href="http://machine.alias.com" target="_blank">machine.alias.com</a> 
  NOCOLUMNS:files,ports<br><br>Where <a href="http://1.2.3.4" target="_blank">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></div></div></blockquote></div>
</blockquote></div><br>