Search found 2 matches

by gauravsetia07
Mon Apr 27, 2020 12:47 pm
Forum: Open Source Nagios Projects
Topic: How exactly Nagios server communicates with remote nodes
Replies: 2
Views: 1839

Re: How exactly Nagios server communicates with remote nodes

Thanks for your response @cdienger. So if I am understanding it correctly (please correct if I am wrong): 1. There's no REST API/endpoint service exposed for pushing alert or notification directly to Nagios Dashboard. 2. For pushing or generating an alert from within a Spark Application, I have to c...
by gauravsetia07
Sun Apr 26, 2020 3:16 pm
Forum: Open Source Nagios Projects
Topic: How exactly Nagios server communicates with remote nodes
Replies: 2
Views: 1839

How exactly Nagios server communicates with remote nodes

I installed Nagios Core and NCPA on a Mac. Implemented a few checks via custom plugins to understand how to use it. I am trying to understand the following: 1. Protocol that Nagios server actually use to communicate with NCPA agent and how exactly does NCPA return the result back to Nagios. Does it ...