Search found 4 matches

by srikanthjonnada
Wed Jul 10, 2013 9:55 am
Forum: Open Source Nagios Projects
Topic: Nagios NSCA
Replies: 7
Views: 2112

Re: Nagios NSCA

Thanks for your reply Slansing, this is what i am looking at, we know that client nagios is initiating a TCP connection to Master Nagios through NSCA but what part of NSCA on client nagios is initiating the connection? We found an answer to this, 'send_nsca.c' is doing this.
by srikanthjonnada
Tue Jul 09, 2013 5:09 pm
Forum: Open Source Nagios Projects
Topic: Nagios NSCA
Replies: 7
Views: 2112

Re: Nagios NSCA

Sure, certainly i would try that, seems like a promising solution. Just eager to know, I know that the NSCA Client is requesting the TCP connection, but when i looked into send_nsca file i do not find any code related to TCP connection request, if not send_nsca who is requesting the TCP connection f...
by srikanthjonnada
Tue Jul 09, 2013 1:08 pm
Forum: Open Source Nagios Projects
Topic: Nagios NSCA
Replies: 7
Views: 2112

Re: Nagios NSCA

Thanks alot for your reply Slansing. My end goal is to create or modify configuration files on Client Nagios remotely from Master Nagios, i thought of implementing a TCP connection which could stay forever and manage the config files through a SSH session.
by srikanthjonnada
Tue Jul 09, 2013 11:35 am
Forum: Open Source Nagios Projects
Topic: Nagios NSCA
Replies: 7
Views: 2112

Nagios NSCA

I have been using NSCA for sending passive checks from Client Nagios to Master Nagios. I see that NSCA establishes a TCP connection from Client to Master for transferring service check information and closes the connection once it is done with transferring the information. Where can i see this funct...