TCP check via remote instance , similar to nagios check_tcp

Hi all,

How to do external port check from sensu server . i dont want to place the script in client for this check , if i place the script in client, it will monitor only on localhost connectivty but might be a problem in sec group ,

I want to check other machine port from sensu server

Thanks

Dhinakaran

All sensu checks are executed from the client:
http://sensuapp.org/docs/0.16/faq#do-checks-need-to-exist-on-the-client

Your sensu server may also serve as a client, you could run your check
from there.

···

On Wed, Nov 5, 2014 at 1:31 AM, dhinakaran gunasekaran <dhinakaran.aws@gmail.com> wrote:

Hi all,

How to do external port check from sensu server . i dont want to place the
script in client for this check , if i place the script in client, it will
monitor only on localhost connectivty but might be a problem in sec group ,

I want to check other machine port from sensu server

Thanks

Dhinakaran

Thanks Anderson

Please provide some work around for , how to check remote port check . from server A i want to check server b 8080 port is up or not ?

Thanks

Dhinakaran

···

On Wednesday, November 5, 2014 8:37:41 PM UTC+5:30, Kyle Anderson wrote:

All sensu checks are executed from the client:

http://sensuapp.org/docs/0.16/faq#do-checks-need-to-exist-on-the-client

Your sensu server may also serve as a client, you could run your check

from there.

On Wed, Nov 5, 2014 at 1:31 AM, dhinakaran gunasekaran > > dhinaka...@gmail.com wrote:

Hi all,

How to do external port check from sensu server . i dont want to place the

script in client for this check , if i place the script in client, it will

monitor only on localhost connectivty but might be a problem in sec group ,

I want to check other machine port from sensu server

Thanks

Dhinakaran

Configure "check_tcp -H ServerB -p 8080" on server A. (standalone check)

···

On Thu, Nov 6, 2014 at 5:11 AM, dhinakaran gunasekaran <dhinakaran.aws@gmail.com> wrote:

Thanks Anderson

Please provide some work around for , how to check remote port check . from
server A i want to check server b 8080 port is up or not ?

Thanks

Dhinakaran

On Wednesday, November 5, 2014 8:37:41 PM UTC+5:30, Kyle Anderson wrote:

All sensu checks are executed from the client:
http://sensuapp.org/docs/0.16/faq#do-checks-need-to-exist-on-the-client

Your sensu server may also serve as a client, you could run your check
from there.

On Wed, Nov 5, 2014 at 1:31 AM, dhinakaran gunasekaran >> <dhinaka...@gmail.com> wrote:
> Hi all,
>
> How to do external port check from sensu server . i dont want to place
> the
> script in client for this check , if i place the script in client, it
> will
> monitor only on localhost connectivty but might be a problem in sec
> group ,
>
> I want to check other machine port from sensu server
>
> Thanks
>
> Dhinakaran