Search found 6 matches
- Wed Mar 08, 2017 4:36 am
- Forum: Open Source Nagios Projects
- Topic: NRPE installed on Docker connectivity issue
- Replies: 11
- Views: 6511
Re: NRPE installed on Docker connectivity issue
tmcdonald Here is what I got when I did ps -ef | grep bin/nagios : (seems like double services) core@[STAGING eBonding System] 10.220.10.58 ~ $ docker exec -it ba9156fd9a8e bash root@ba9156fd9a8e:/# ps -ef | grep bin/nagios root 14116 14085 0 09:28 ? 00:00:00 grep bin/nagios nagios 20304 18969 0 Fe...
- Sun Mar 05, 2017 3:24 am
- Forum: Open Source Nagios Projects
- Topic: NRPE installed on Docker connectivity issue
- Replies: 11
- Views: 6511
Re: NRPE installed on Docker connectivity issue
Would it be possible to set up a test server that is not running in Docker and see if you still run into the issue? I know you said this won't be possible in production, but if we had a working system to compare, it would help us narrow down the issue. The screenshots are probably not necessary sin...
- Fri Mar 03, 2017 9:40 am
- Forum: Open Source Nagios Projects
- Topic: NRPE installed on Docker connectivity issue
- Replies: 11
- Views: 6511
Re: NRPE installed on Docker connectivity issue
One thing that confuses me a bit is the timing - the standard web interface does not refresh often enough for something to disappear and reappear that quickly unless you are manually refreshing. Can you send a screenshot of your Core interface? It almost sounds like you are running a third-party th...
- Thu Mar 02, 2017 4:35 am
- Forum: Open Source Nagios Projects
- Topic: NRPE installed on Docker connectivity issue
- Replies: 11
- Views: 6511
Re: NRPE installed on Docker connectivity issue
Anything NRPE is doing is unlikely to cause this sort of behavior. It's also going to be difficult to troubleshoot a pre-built Docker container that we didn't put together ourselves. Can you post your nagios.cfg file so we can get a better idea of what this setup looks like? It's typically located ...
- Wed Mar 01, 2017 2:29 am
- Forum: Open Source Nagios Projects
- Topic: NRPE installed on Docker connectivity issue
- Replies: 11
- Views: 6511
Re: NRPE installed on Docker connectivity issue
Thanks for answering, no there are not. I checked that as well.rkennedy wrote:Are there multiple Nagios processes running? That's the only time I've seen the conflicting running configs happen.
Is there any cfg file that may be overwriting the hosts list every few seconds that I might be overlooking?
- Tue Feb 28, 2017 7:33 am
- Forum: Open Source Nagios Projects
- Topic: NRPE installed on Docker connectivity issue
- Replies: 11
- Views: 6511
NRPE installed on Docker connectivity issue
Hi, I haven't managed to find any previous thread on this topic, so I apologize if it has already been answered. I have Nagios Core 4.1.1 installed on a Docker, which is working fine and currently running ping tests to multiple machines and displaying results. My next step is to have nrpe running on...