[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problems with multiple hobbit servers
- To: hobbit (at) hswn.dk
- Subject: problems with multiple hobbit servers
- From: Kevin <khanrahan (at) charter.net>
- Date: Sat, 02 Dec 2006 17:31:14 -0500
- User-agent: Thunderbird 1.5.0.8 (Windows/20061025)
I am having a problem monitoring ports and procs on multiple hobbit
servers. I have a main server (server A) watching 2 dozen hosts. I
setup a 2nd server
(server B) to watch server A. I want each of them to report on
themselves as well as the other server. I ser hobbitclient.cfg to look
like this :
BBDISP="0.0.0.0" # IP address of the
Hobbit server
BBDISPLAYS="10.164.138.30|10.164.53.55" # IP of multiple Hobbit
servers.
They both report ALMOST everything to the other. I set up certain procs
to be watched on server B on the localclients.cfg:
PROC sshd 1 5
PORT "LOCAL=%([.:]22)$" state=LISTEN min=1 max=5 color=red
TRACK=SSH "TEXT=SSH"
They all show up on both servers but I setup the same things on server A
in the same places, and it shows up in NEITHER!
What am I doing wrong?
Kevin