Search found 3 matches

by MikeH
Thu Dec 03, 2015 6:49 am
Forum: Open Source Nagios Projects
Topic: Monitoring Centos 7
Replies: 8
Views: 5977

Re: Monitoring Centos 7

Many thanks, I've followed the document you referenced so that nrpe is running via xinetd and it works.
I guess I can use this approach rather than running nrpe as a service going forward on Centos 7.1.
by MikeH
Wed Dec 02, 2015 12:43 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Centos 7
Replies: 8
Views: 5977

Re: Monitoring Centos 7

Just through a few commands (in a similar manner I'd previously done on Centos6.6): # rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt # rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm # yum install nagios-nrpe Then edited the /etc/nagios/nrpe.cfg and ...
by MikeH
Wed Dec 02, 2015 12:03 pm
Forum: Open Source Nagios Projects
Topic: Monitoring Centos 7
Replies: 8
Views: 5977

Re: Monitoring Centos 7

I have the same problem, there doesn't appear to be an attempt by nrpe to create the PID file. Dec 2 16:48:10 ng1-mps1 systemd: Starting SYSV: Nagios NRPE daemon... Dec 2 16:48:10 ng1-mps1 nrpe[9427]: Starting up daemon Dec 2 16:48:10 ng1-mps1 nrpe: Starting Nagios NRPE daemon (nrpe): [ OK ] Dec 2 1...