Search found 6 matches
- Fri Apr 12, 2019 7:32 am
- Forum: Nagios XI
- Topic: NSClient install on Windows
- Replies: 1
- Views: 443
NSClient install on Windows
Hi all, I am trying to install the NSCP-0.5.2.3.5-x64 msi on several windows servers. It will be installed via chef, but I still need to provide the correct install command. I am trying to install the msi with a specific ini file. As of right now, my command looks like this $webinstallerpath = "...
- Thu Apr 04, 2019 12:47 pm
- Forum: Nagios XI
- Topic: Cannot test check_nrpe locally
- Replies: 10
- Views: 1709
Re: Cannot test check_nrpe locally
I think that did it!
I will continue to test, but I think it works now.
Thank you all so much!

I will continue to test, but I think it works now.
Thank you all so much!
- Thu Apr 04, 2019 11:48 am
- Forum: Nagios XI
- Topic: Cannot test check_nrpe locally
- Replies: 10
- Views: 1709
Re: Cannot test check_nrpe locally
I get the same response when adding -4 to the command. As for the allow and deny files..... Allow says: # # hosts.allow This file contains access rules which are used to # allow or deny connections to network services that # either use the tcp_wrappers library or that have been # started through a t...
- Thu Apr 04, 2019 11:01 am
- Forum: Nagios XI
- Topic: Cannot test check_nrpe locally
- Replies: 10
- Views: 1709
Re: Cannot test check_nrpe locally
the p was a typo in the file, so i removed it. I have restarted the service and it does nothing Netstat –at | grep nrpe | grep –v grep: tcp 0 0 *:nrpe *:* LISTEN ps axuw | grep nrpe | grep -v grep: did not have any results /usr/local/nagios/bin/nrpe: Incorrect command line arguments supplied NRPE - ...
- Thu Apr 04, 2019 9:48 am
- Forum: Nagios XI
- Topic: Cannot test check_nrpe locally
- Replies: 10
- Views: 1709
Re: Cannot test check_nrpe locally
Hello! Thanks for the response. It is very much appreciated :) Here are the results below nmap 127.0.0.1: at 2019-04-04 10:40 EDT Nmap scan report for localhost (127.0.0.1) Host is up (0.00037s latency). Not shown: 987 closed ports PORT STATE SERVICE 22/tcp open ssh 25/tcp open smtp 80/tcp open http...
- Wed Apr 03, 2019 6:27 am
- Forum: Nagios XI
- Topic: Cannot test check_nrpe locally
- Replies: 10
- Views: 1709
Cannot test check_nrpe locally
Hi All, I am new to the forums. I am trying to get nrpe working on a remote linux server - which has RHEL 6.9. When I try to test nrpe locally, I receive the following error: CHECK_NRPE: Error - Could not connect to 127.0.0.1: Connection reset by peer. I installed nrpe using the fullinstall from thi...