Page 2 of 2

Re: Passive checks passing Haproxy to CORE

Posted: Fri Nov 06, 2015 7:00 am
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

Re: Passive checks passing Haproxy to CORE

Posted: Fri Nov 06, 2015 3:18 pm
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.