Search found 3 matches
- Thu Jul 17, 2014 8:31 am
- Forum: Open Source Nagios Projects
- Topic: CentOS 7
- Replies: 7
- Views: 3328
Re: CentOS 7
xinetd is not required. You should be able to test the nrpe daemon by just passing it "-d" and "-c <path to nagios.cfg>: /path/to/nrpe -d -c /path/to/nagios.cfg Once I did that I was able to successfully test the check_nrpe service, though I needed to make one change. I did "/us...
- Wed Jul 16, 2014 10:01 am
- Forum: Open Source Nagios Projects
- Topic: CentOS 7
- Replies: 7
- Views: 3328
Re: CentOS 7
How are you installing NRPE? RPM? Source? What guide are you following, we can take a look and see exactly what you are trying to do to better help you. I using source following the directions in the nagios NRPE documentation http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf I was installing from so...
- Wed Jul 16, 2014 8:45 am
- Forum: Open Source Nagios Projects
- Topic: CentOS 7
- Replies: 7
- Views: 3328
Re: CentOS 7
I've been working on installing Nagios Core 4 on CentOS7. I was able to get Nagios Core working, the issue I'm at right now is getting the NRPE service to install as a daemon. I've followed the instructions and I get the check_nrpe file, but nrpe isn't installed as a service. My guess is there is an...