Search found 12 matches
- Tue Feb 04, 2014 10:50 am
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
Ok by me. Not sure if the OP got their answer, hopefully my solution works for them.
- Tue Feb 04, 2014 7:17 am
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
Is this an eval copu of XI, or are you a customer? If you are a customer, send an email to xisupport@nagios.com and we can try to move to a remote session, as this question has pretty much exhausted what we an do through the forums. I am a customer, but, no need to email in. I rebooted the server t...
- Mon Feb 03, 2014 12:24 pm
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
... so it is working now? No. Inexplicably I might add. Server1 still isn't working properly. Server2, which was cloned (in vmware) from Server1 several hours ago, is working without issue. [edit 1232] On a whim, I removed this host from nagios and removed the nagios-agent and associated packages f...
- Mon Feb 03, 2014 10:40 am
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
Try changing the following line in the nrpe.cfg on the client from this: command[check_init_service]=/usr/lib/nagios/plugins/check_init_service $ARG1$ to this: command[check_init_service]=sudo /usr/lib/nagios/plugins/check_init_service $ARG1$ Restart NRPE and try your check again. Did this fix the ...
- Wed Jan 29, 2014 12:46 pm
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
Yes, rsyslog is installed, and working, as other events are showing up in logs. I tailed the log overnight and nothing shows up for nagios or nrpe.
- Tue Jan 28, 2014 11:22 am
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
Correct.
Just double checked both my 64bit and 32bit systems. There's plenty of other stuff in syslog, just nothing about nagios/nrpe.
Just double checked both my 64bit and 32bit systems. There's plenty of other stuff in syslog, just nothing about nagios/nrpe.
- Tue Jan 28, 2014 6:56 am
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
Oddly enough, there are no entries for NRPE other than when I restarted the service to see if that would affect anything. I checked /var/log/syslog
Might there be another location that nagios would log to? I was under the impression that everything went into syslog.
Might there be another location that nagios would log to? I was under the impression that everything went into syslog.
- Mon Jan 27, 2014 12:53 pm
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
Only installed once. $ find / -name nrpe.cfg /etc/nagios/nrpe.cfg $ $ mlocate nrpe.cfg /etc/nagios.nrpe.cfg $ I could try removing and reinstalling the package via apt or dpkg if you think that might help. Here is what is currently installed: $ dpkg --get-selections | grep nagios libnagios-plugin-pe...
- Mon Jan 27, 2014 11:37 am
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
check_init_service is not defined in your nrpe.cfg. Add the following to the remote host's nrpe.cfg: command[check_init_service]=/usr/lib/nagios/plugins/check_init_service $ARG1$ And then restart the nrpe service on the remote host. check_init_service is defined. I specifically stated that I added ...
- Mon Jan 27, 2014 6:40 am
- Forum: Nagios XI
- Topic: NRPE Check Differeneces
- Replies: 31
- Views: 8064
Re: NRPE Check Differeneces
NRPE has been restarted since the changes were made. I have other monitoring working on this host. Disk, load, open files, ping, swap, total processes, and users checks are all working fine. Its just Cron Scheduling Daemon, SSH server and System Logging Daemon that aren't working. Here is the output...