Page 1 of 1
NRPE plugin installation problem
Posted: Thu Feb 23, 2012 7:16 am
by sa2057
Hello,
I want to monitor windows updates through Nagios, to accomplish this I need NRPE plugin to be installed on Nagios core.
OS: Cent os 32-bit
Here is the result when I tried to install the plugin...
cannot find ssl libraries
Could some one help me in installing NRPE plugin and any advice is appreciated.
Thanks
SA
Re: NRPE plugin installation problem
Posted: Thu Feb 23, 2012 5:27 pm
by jsmurphy
You need to make sure that openssl and the openssl-devel packages are installed so that you can compile NRPE with SSL.
yum install openssl
yum install openssl-devel
Though I am not sure what this has to do with monitoring a windows box... if you want NRPE on a windows box then you need to install NSClient++.
Re: NRPE plugin installation problem
Posted: Fri Feb 24, 2012 5:04 am
by sa2057
Thank you.
I will install the following packages. I need NRPE plugin to monitor windows updates.Is there any other way to monitor windows updates, event log without using NRPE plugin ?.
Thanks
SA
Re: NRPE plugin installation problem
Posted: Mon Feb 27, 2012 6:05 pm
by jsmurphy
If you need to monitor event log items then your best bet is to install NSCA
http://exchange.nagios.org/directory/Ad ... or/details on your nagios server and then install the NagEventLog client on your windows server
http://exchange.nagios.org/directory/Ad ... og/details
You can also use NSClient++ to do a similar job but i've found it to be less reliable:
http://www.nsclient.org/nscp/wiki/Check ... ckEventLog
Re: NRPE plugin installation problem
Posted: Tue Mar 06, 2012 4:53 am
by sa2057
Many thanks
SA