Search found 4 matches

by Vecthor
Tue Nov 08, 2011 12:53 pm
Forum: Open Source Nagios Projects
Topic: Problem with check_tcp
Replies: 3
Views: 13301

Re: Problem with check_tcp

I do a review, and it works - thank you ivan -, but now i'm trying to use the param -e: $ /usr/local/nagios/libexec/check_tcp -H yourserver -p 2001 -e 1 At the first moment i returned 1 and at second moment i returned 0, but the status of this check_tcp doesn't change. I thought if i sent 1 to nagio...
by Vecthor
Tue Nov 08, 2011 8:59 am
Forum: Open Source Nagios Projects
Topic: Problem with check_tcp
Replies: 3
Views: 13301

Problem with check_tcp

I create a socket on my .net application, listening on port 2001. On Nagios i create a command with check_tcp using port 2001 and ip of my test machine. I tested using telnet on another machine and i'm able to create the connection with my test machine using the ip and port 2001, but in nagios i rec...
by Vecthor
Tue Nov 08, 2011 8:50 am
Forum: Open Source Nagios Projects
Topic: This is possible? (TCP Comunication)
Replies: 2
Views: 1091

Re: This is possible? (TCP Comunication)

Yes, i check it. I'm new with nagios.. ^^

Anyway, thank you!
by Vecthor
Tue Nov 01, 2011 7:04 am
Forum: Open Source Nagios Projects
Topic: This is possible? (TCP Comunication)
Replies: 2
Views: 1091

This is possible? (TCP Comunication)

I would like to know if exists a possible way to create a comunication with another application (mine application) via TCP with nagios, and after the comunication i 'll show in nagios some visual return, like OK, or ERROR, or WARNING...

Thanks.