Passive checks passing Haproxy to CORE

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
ashleydrees
Posts: 27
Joined: Tue Apr 12, 2011 3:37 am

Re: Passive checks passing Haproxy to CORE

Post by ashleydrees »

Box293..
Lets also check we don't have multiple instances of nagios running:

Code: Select all

ps -ef | grep nagios.cfg
root      6957  8995  0 12:14 pts/4    00:00:00 grep --color=auto nagios.cfg
This is not on the Nagios Core incidence - it is on the NCPA remote "client" i am trying to get to send passive checks back.

root 989 1 0 Nov05 ? 00:03:34 ./ncpa_posix_listener --start
root 12161 1 0 Nov05 ? 00:00:16 ./ncpa_posix_passive --start
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Passive checks passing Haproxy to CORE

Post by rkennedy »

ashleydrees wrote: DEBUG Running process with command line: `/usr/local/ncpa/plugins/check_http -H nagios.domain.tld -u http://nagios.domain.tld/robots.txt`

Which will return an OK as the robots.txt is actually there.
Is this command running from the local machine?

Can you elaborate more on your setup in regards to HA / pfSense? There are quite a lot of components in play at this point which may mean some more forwarding needs to be setup.
Former Nagios Employee
Locked