Re: [Nagios-users] Checking multiple TCP ports for a single status?

2011-06-02 Thread Matthew Jurgens
On 12/30/2010 01:56 AM, Daniel Wittenberg wrote: Write a simple script that does both checks and returns results? Dan -Original Message- From: stan [mailto:st...@panix.com] Sent: Wednesday, December 29, 2010 12:39 PM To: nagios List Subject: [Nagios-users] Checking multiple TCP ports

Re: [Nagios-users] Checking multiple TCP ports for a single status?

2011-05-30 Thread quanta
29, 2010 12:39 PM To: nagios List Subject: [Nagios-users] Checking multiple TCP ports for a single status? I think I need to verify that both port 135, and 445 are avaialble on some Windows amchines. As I understand it, both of these need to be up. I'd like to make this a single check

[Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread stan
I think I need to verify that both port 135, and 445 are avaialble on some Windows amchines. As I understand it, both of these need to be up. I'd like to make this a single check. Looks like check_tcp will only accept a single -p argument. Is this correct? If so, is there a way I can AND to

Re: [Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread Daniel Wittenberg
Write a simple script that does both checks and returns results? Dan -Original Message- From: stan [mailto:st...@panix.com] Sent: Wednesday, December 29, 2010 12:39 PM To: nagios List Subject: [Nagios-users] Checking multiple TCP ports for a single status? I think I need to verify

Re: [Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread Greg Pangrazio
check out check_service_cluster command. http://nagios.sourceforge.net/docs/3_0/clusters.html I use this for what you are looking at. Greg Pangrazio On Wed, Dec 29, 2010 at 12:39 PM, stan st...@panix.com wrote: I think I need to verify that both port 135, and 445 are avaialble on some

Re: [Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread dave stern - e-mail.pluribus.unum
Wrapper? $NAGIOS/libexec/check_tcp -H myhost -p 135 $NAGIOS/libexec/check_tcp -H myhost -p 445 On Wed, Dec 29, 2010 at 1:39 PM, stan st...@panix.com wrote: I think I need to verify that both port 135, and 445 are avaialble on some Windows amchines. As I understand it, both of these need to