One of the things I have been wanting to monitor on top of our publicly available services such as HTTP, SSH, and FTP is the cpu load and other metrics of our servers.
The problem I ran into while trying to configure the nrpe plugin before I compiled it was "configure: error: Cannot find ssl headers". I had been looking into this problem for a day or so before I found the simple solution.
yum install openssl-devel
After I ran the above command and installed it's dependencies I was able to configure and then complie the nrpe plug in per the guild I was following.
Now I just need to get the nrpe plugin installed on all of my servers!
25 comments:
Thanks for that information! I wasn't clear on which devel package I needed to install for NRPE, this saved me a headache trying to track down dependencies!
Thanks as well, very nice from you posting simple solutions like this to make other lifes more easier,
Thanks
Thanks for the instant solution!
Thank's a lot man ;)
Thanks a lot. It works...!
Thanks! This saved a lot of headaches.
Great...!!!
I was trying to install the nrpe plugin and always got this error. Found your solution with google... thanks man.
Thanks!!
yea, I have got exatly the same problem.
Now i can compile it.
worked for me too. thanks.
Sweet job. Have you had success installing the daemon on other flavors besides Centos?
Thank you very much Steve, i was trying "./configure --without-ssl" option but it didnt work, your solution worked for me :-)
Deepak
Thanks for that! Just helped me get my NRPE installed.
josh-
great! thanks much... keep on sharing... :)
Like the others... Found you with Google after struggling with the exact same problem.
Thanx a bunch !
Thank you, saved my life. Arvy.
Thank you!
Thanks for your information. Its working well. :)
thanks..thanks a lot.
Thanks
This solution helped me too.
Thanks a lot. People like you make the world a better place
Thanks..
Thanks so much! Workded for RHEL ( RHEL6 )
Thanks
Thanks a lot, I was searching some time for that solution!
Post a Comment