[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Port check from server
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Port check from server
- From: Charles Jones <jonescr (at) cisco.com>
- Date: Fri, 08 Feb 2008 12:00:15 -0700
- Authentication-results: sj-dkim-4; header.From=jonescr (at) cisco.com; dkim=pass ( sig from cisco.com/sjdkim4002 verified; );
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; l=565; t=1202497253; x=1203361253; c=relaxed/simple; s=sjdkim4002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=jonescr (at) cisco.com; z=From:=20Charles=20Jones=20<jonescr (at) cisco.com> |Subject:=20Re=3A=20[hobbit]=20Port=20check=20from=20server |Sender:=20; bh=iwEdR3mApnVKPW0M2b2PpqX05ogmJhTZtw0LOdGXqyo=; b=LsUZ3ZxdaFncPiz/FgbOf7BInWM6jzWa1EfwIcjeItXtUisV5vtCEWdxFG sxWg6foDaWck4ivBHayQDNPb69SEN5mFWdyM6MufU251IAsK67/hBgjx4Oqa xyRYKpzmi/;
- References: <961092e10802081052i2a0851b0sdf7eddce262b1a1f (at) mail.gmail.com>
- User-agent: Thunderbird 2.0.0.9 (X11/20071209)
Josh Luthman wrote:
Is it possible to test a TCP port on a remote machine with the Hobbit
server? I have some applications that can't be tested with anything
standard (HTTP, SMTP, etc). I'm just looking for a basic
acknowledgement that the TCP port is listening on the host being
monitored.
Thanks,
Josh
You could do it at least two ways:
1. Have hobbit client on the remote machine check for the listening port
in netstat
2. Define the port in bb-services.cfg and add the tag for the new
service to your bb-hosts.
-Charles