I'm relatively new to Hobbit, but I'm learning quickly.  I'm in a mixed OS environment, with one Linux server, one linux notebook, 2 windows machines, a network printer and a VOIP box.  I've managed to get the bb-hosts file so it monitors all the equipment, and I've got the ports set so it's checking ports on the server.
<br><br>What I'd like to do is do file checking, starting with just to see if a file exists.  <br><br>I added the following to /etc/hobbit/hobbit-clients.cfg<br><br>FILE "/etc/passwd" GREEN NOEXIST TRACK<br>
<br>Just to have it check to see if /etc/passwd existed.  (I may have this reversed, but more on that later).<br><br>Restarting hobbit, and it still showed "no files being checked"<br><br>So I added the following to /etc/hobbit//client-
local.cfg<br><br>file:/etc/passwd<br><br>Restarted Hobbit, still nothing.<br><br>I'm clearly missing a piece to the puzzle.   There's also a directory /usr/lib/hobbit but I can't imagine any configure files go there.
<br><br><br>If it helps, I'm running Ubuntu 7.10.<br><br>So if I want to monitor for file existence, on the server, where (and what) do I plug in?<br><br><br><br><br><br><br>