Search found 25 matches

by speerless
Mon May 06, 2013 1:48 am
Forum: Nagios XI
Topic: Can i have the monitor data direct from the nrpe
Replies: 2
Views: 685

Re: Can i have the monitor data direct from the nrpe

Thanks for your help ,i have got it! Thank you again!
by speerless
Mon May 06, 2013 1:46 am
Forum: Nagios XI
Topic: the problem about 'check_mem‘
Replies: 1
Views: 686

the problem about 'check_mem‘

I create a shell script "check_mem" to monitor my arm 's memory ,this is a very normal script ,you can find it on the web,but on my arm ,i can't run it successfully,i can't get the percent. one of its statement is : calc=/tmp/memcalc ...... # Total memory available total=`free -m | head -2...
by speerless
Tue Apr 30, 2013 8:13 pm
Forum: Nagios XI
Topic: Can i have the monitor data direct from the nrpe
Replies: 2
Views: 685

Can i have the monitor data direct from the nrpe

I install nrep to the object device ,and get the monitor information on the monitor host by nagios. what i want ask is, if there is any possible that i can get the monitor data directly from the nrpe on the object device. what i want to do is :by get the monitor data locality,I can display its statu...
by speerless
Tue Apr 30, 2013 7:53 pm
Forum: Nagios XI
Topic: ERROR:Could not complete SSL handshake
Replies: 12
Views: 3359

Re: ERROR:Could not complete SSL handshake

Provided your nagios host can communicate with a device on another subnet, it should have no issues with nrpe. The main difficulty is going to be firewalls between them, if you have any transparent proxy servers that may be breaking ssl connections, or if there are issues with openssl on your targe...
by speerless
Tue Apr 23, 2013 11:05 pm
Forum: Nagios XI
Topic: ERROR:Could not complete SSL handshake
Replies: 12
Views: 3359

Re: ERROR:Could not complete SSL handshake

I have solved the problem. My server host 's ip is 192.168.1.105,gateway is 192.168.1.20,and my arm device 's ip is 10.10.101.119,gateway is 10.10.101.20 That's why i can not monitor successfully,after i change my ip to 10.10.101.100,and geteway to 10.10.101.20, it because OK. I still don't know why...
by speerless
Tue Apr 23, 2013 7:24 pm
Forum: Nagios XI
Topic: ERROR:Could not complete SSL handshake
Replies: 12
Views: 3359

Re: ERROR:Could not complete SSL handshake

scottwilkerson wrote:Does the arm machine have your monitoring servers IP address in the nrpe.cfg in the allowed_hosts section?
yes,i have checked many times.
by speerless
Mon Apr 22, 2013 8:19 pm
Forum: Nagios XI
Topic: ERROR:Could not complete SSL handshake
Replies: 12
Views: 3359

Re: ERROR:Could not complete SSL handshake

Do you have openssl compiled and installed on the arm? which openssl Yes,i am ,and the openssl can be run in my arm.i have sorted the situation : first:i think my monitor host has no problem because i can successfully monitor my virtual machine. then,on the arm ,i can run the nrpe and openssl succe...
by speerless
Sat Apr 20, 2013 9:43 pm
Forum: Nagios XI
Topic: ERROR:Could not complete SSL handshake
Replies: 12
Views: 3359

Re: ERROR:Could not complete SSL handshake

speerless, I didn't see mention of firewall rules. Can you make sure you have a port open on 5666. -Yancy I first test in my virtual machine,when i cross the same problem ,I do solved it by close the iptables,but my arm device seems do not have the firewalls.so I truely do not know why. i tested th...
by speerless
Thu Apr 18, 2013 3:16 am
Forum: Nagios XI
Topic: ERROR:Could not complete SSL handshake
Replies: 12
Views: 3359

Re: ERROR:Could not complete SSL handshake

Are you using xinetd to manage the daemon, or are you using a custom init script? I truely don't know about this ,i just move the nrpe(the directory "/nagios") and openssl into my arm and run it ,i don't think the device had installed the xinetd,so i don't know the answer about your quest...
by speerless
Tue Apr 16, 2013 7:35 pm
Forum: Nagios XI
Topic: ERROR:Could not complete SSL handshake
Replies: 12
Views: 3359

ERROR:Could not complete SSL handshake

I use nagios to monitor my arm device (the openssl and nrpe are both have cross-compiled to the arm),when i start the nagios ,it shows the error"Could not complete SSL handshake",i search it on the net ,it says maybe the follow problems: 1、Different versions. Make sure you are using the sa...