<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
McDonald, Dan wrote:
<blockquote
 cite="mid:1224261871.18256.35.camel@mcdonalddj-dc.austin-energy.net"
 type="cite">
  <pre wrap="">On Fri, 2008-10-17 at 10:18 -0600, Gar Nelson wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have my Hobbit server behind a firewall.  The Hobbit server appears to
be running fine. I'm getting cpu, disk, files, etc data from client
systems on the same network segment.  With systems outside the firewall,
I am only getting the conn, info, and trends - nothing else.

I'm using hobbit-4.2.0.tar.gz source on RHEL4 WS boxes, both server and
clients.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Did you set enable hobbitfetch on the server?  By default it isn't
enabled.

In hobbitlaunch.cfg, you need something like:

[hobbitfetch]
        *ENABLED*
        ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
        CMD $BBHOME/bin/hobbitfetch *--server=127.0.0.1* --no-daemon --pidfile=$BBSERVERLOGS/hobbitfetch.pid
        LOGFILE $BBSERVERLOGS/hobbitfetch.log

  </pre>
</blockquote>
That was it, thanks!  I needed to enable hobbitfetch on the server, and
to also specify my server IP.  I did that and bounced the server, and
now I'm getting the external system data columns.<br>
<br>
Gar<br>
<br>
</body>
</html>