You're quite welcome!scottwilkerson wrote:@InscrutableDude thanks for sharing this!
Search found 47 matches
- Fri Sep 08, 2017 2:57 pm
- Forum: Nagios XI
- Topic: check_jmx with certificate
- Replies: 30
- Views: 9508
Re: check_jmx with certificate
- Thu Sep 07, 2017 3:22 pm
- Forum: Nagios XI
- Topic: check_jmx with certificate
- Replies: 30
- Views: 9508
Re: check_jmx with certificate
I have found a reliable workaround for this issue. What I realized is that the check_jmx script on the NagiosXI machine would run just as well on the remote machine I was trying to monitor. I copied that and jmxquery.jar to the remote machine. I had to make a couple modifications. Normally, java is ...
- Tue May 30, 2017 10:32 am
- Forum: Nagios XI
- Topic: Monitoring Specific Java instances
- Replies: 7
- Views: 2090
Re: Monitoring Specific Java instances
Yes, that does look interesting, and I'll be reading through all of it shortly. His point about enabling JMX directly on the app is a good one. We're in azure, and so don't have to worry about external connections, so all the auth stuff is disabled, we just had to add this string to the end of our a...
- Mon May 29, 2017 7:37 am
- Forum: Nagios XI
- Topic: CHECK_NRPE: Received 0 bytes from daemon.
- Replies: 14
- Views: 5397
Re: CHECK_NRPE: Received 0 bytes from daemon.
Hi, I'm not touching the Nagios Xi machine. "Normal" means the regular agent you install with these instructions: https://assets.nagios.com/downloads/nagiosxi/docs/Installing_The_XI_Linux_Agent.pdf The other is, I believe, the version 3 agent. I was advised to try that when the Normal one ...
- Fri May 26, 2017 2:19 pm
- Forum: Nagios XI
- Topic: CHECK_NRPE: Received 0 bytes from daemon.
- Replies: 14
- Views: 5397
Re: CHECK_NRPE: Received 0 bytes from daemon.
I agree. If you scroll back a bit you'll see that I have tried both versions. This server had an issue running the normal agent install, so i went the custom route, as I recall. the custom one doesn't seem to run automatically.
Do you have a doc on how to uninstall the normal agent?
Do you have a doc on how to uninstall the normal agent?
- Fri May 26, 2017 1:30 pm
- Forum: Nagios XI
- Topic: CHECK_NRPE: Received 0 bytes from daemon.
- Replies: 14
- Views: 5397
Re: CHECK_NRPE: Received 0 bytes from daemon.
There is also the one from /usr/local/nagios/etc/nrpe.cfg ############################################################################# # Sample NRPE Config File # Written by: Ethan Galstad (nagios@nagios.org) # # Last Modified: 11-23-2007 # # NOTES: # This is a sample configuration file for the NRP...
- Fri May 26, 2017 1:27 pm
- Forum: Nagios XI
- Topic: CHECK_NRPE: Received 0 bytes from daemon.
- Replies: 14
- Views: 5397
Re: CHECK_NRPE: Received 0 bytes from daemon.
############################################################################# # Sample NRPE Config File # Written by: Ethan Galstad (nagios@nagios.org) # # Last Modified: 11-23-2007 # # NOTES: # This is a sample configuration file for the NRPE daemon. It needs to be # located on the remote host tha...
- Fri May 26, 2017 8:03 am
- Forum: Nagios XI
- Topic: CHECK_NRPE: Received 0 bytes from daemon.
- Replies: 14
- Views: 5397
Re: CHECK_NRPE: Received 0 bytes from daemon.
Sorry, i didn't see that I had to hit another button after choosing the file. You hopefully have it now!
- Thu May 25, 2017 3:25 pm
- Forum: Nagios XI
- Topic: CHECK_NRPE: Received 0 bytes from daemon.
- Replies: 14
- Views: 5397
Re: CHECK_NRPE: Received 0 bytes from daemon.
I've uploaded the profile.zip. As suggested previously, I realized there are two installs. I think this was one of the servers where the normal agent install failed. I quit the one specified in service and went to /usr/loacl/nagios/bin and started nrpe with the command nrpe -c /usr/local/nagios/etc/...
- Thu May 25, 2017 2:57 pm
- Forum: Nagios XI
- Topic: CHECK_NRPE: Received 0 bytes from daemon.
- Replies: 14
- Views: 5397
Re: CHECK_NRPE: Received 0 bytes from daemon.
Code: Select all
root@host:# ps -aef | grep nrpe
nagios 9882 1 0 18:59 ? 00:00:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d
root 16963 2752 0 19:56 pts/0 00:00:00 grep --color=auto nrpe