[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PORTS monitoring question
- To: hobbit (at) hswn.dk
- Subject: PORTS monitoring question
- From: Charles Jones <jonescr (at) cisco.com>
- Date: Sun, 04 Jun 2006 09:04:55 -0700
- Authentication-results: sj-dkim-3.cisco.com; header.From=jonescr@cisco.com; dkim=pass ( sig from cisco.com verified; );
- Dkim-signature: a=rsa-sha1; q=dns; l=893; t=1149437093; x=1150301093; c=relaxed/simple; s=sjdkim3001; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=jonescr@cisco.com; z=From:Charles=20Jones=20<jonescr@cisco.com> |Subject:PORTS=20monitoring=20question; X=v=3Dcisco.com=3B=20h=3DgE0/al8M1JZ/q5aB3hLHEQDxw3c=3D; b=FgNsMZ6J1S0RORTzWOInLz71AvWmKjvrqPDVftni5LHEAjKgxDI4z7ii++EyMfH4B8qdB/Y8 jrwf+SZKzfmEx/9lgflQHBxeet9cWB+D/O3yIIM01+GIgYfLmSzE7pUx;
- User-agent: Thunderbird 1.5.0.2 (Windows/20060308)
I'm trying to make that darn white ports dot go away (until Henrik adds
the "noports" option) on my freshly installed hobbit server (latest
snapshot).
Snippet of my hobbit-clients.cfg
HOST=my-hostname-1
PORT LOCAL=%([.:]22^) STATE=LISTEN "TEXT=SSH listener" color="yellow"
PORT LOCAL=%([.:]22^) STATE=ESTABLISHED MAX=10 TRACK=ssh "TEXT=SSH"
color="yellow"
PORT LOCAL=%([.:]8080^) STATE=LISTEN "TEXT=Apache SSL Server"
color="yellow"
PORT LOCAL=%([.:]8080^) STATE=ESTABLISHED MAX=20 TRACK=apache
TEXT=apache color="yellow"
Do I have something wrong there? I still have the white dot of doom :)
Here is a snippet of the actual netstat output that is displayed on the
ports page:
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN