Page 1 of 1

Nagios Exchange

Posted: Mon Oct 28, 2013 6:57 am
by joaoheliogiordan
Someone can help me with this event on my exchange server?

The description for Event ID 0 from source nrpe cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

Re: Nagios Exchange

Posted: Mon Oct 28, 2013 12:40 pm
by slansing
Where is this error coming from? What check is associated with it? Can you give us a little more detail.

Re: Nagios Exchange

Posted: Tue Oct 29, 2013 7:34 am
by joaoheliogiordan
slansing wrote:Where is this error coming from? What check is associated with it? Can you give us a little more detail.

Hello Slansing,

Thank you for help.
This error is coming from the events view from my exchange server. But in nagios the service shows ok and up. I only want know if this log meants something else.

Another thing is the delay that nagios show my hosts up or down, I meant, when my host get down, nagios take about five minutes to show it.

Where can I change that?

Again, thank you!
ps. srry bad english
Joao

Re: Nagios Exchange

Posted: Tue Oct 29, 2013 11:43 am
by sreinhardt
You can alter the delay by changing the check interval. be careful modifying this as it can easily overload a system if you set many checks to fast intervals. As for the error, what nrpe agent are you using on the windows system?

Re: Nagios Exchange

Posted: Tue Oct 29, 2013 1:19 pm
by joaoheliogiordan
sreinhardt wrote:You can alter the delay by changing the check interval. be careful modifying this as it can easily overload a system if you set many checks to fast intervals. As for the error, what nrpe agent are you using on the windows system?

Im using winrpe, in the nrpe.conf at host, show something like that:

server_port=XXXX
nrpe_user=SvcNrpe
nrpe_group=SvcNrpe
allowed_hosts=192.168.x.x
command_timeout=60
connection_timeout=300
command[pdm_disk_c]=check_pdm.exe --disk --drive C: -w 90 -c 95
command[pdm_memory_physical]=check_pdm.exe --memory physical -w 95 -c 99
command[pdm_memory_virtual]=check_pdm.exe --memory virtual -w 95 -c 99
command[pdm_memory_pagefile]=check_pdm.exe --memory pagefile -w 95 -c 99
command[process_no_response]=check_winprocess.exe --filter "status eq NOT RESPONDING" --critical 1
command[process_total]=check_winprocess.exe --warn 150 --critical 300
command[pdm_cpuload]=check_pdm.exe --processor -w 50 -c 80

Re: Nagios Exchange

Posted: Tue Oct 29, 2013 4:24 pm
by sreinhardt
According the the winrpe forums, you are best to backup plugins and configurations on that host, remove winrpe completely including services and service accounts, and reinstall. If there is one, a newer version may also resolve the issue. I will say that I am not terribly familiar with that implementation or nrpe agents though.

Re: Nagios Exchange

Posted: Wed Oct 30, 2013 8:10 am
by joaoheliogiordan
sreinhardt wrote:According the the winrpe forums, you are best to backup plugins and configurations on that host, remove winrpe completely including services and service accounts, and reinstall. If there is one, a newer version may also resolve the issue. I will say that I am not terribly familiar with that implementation or nrpe agents though.

I did the reinstallation and seems thats work. Im going to follow to be sure.

Tank for help.

Re: Nagios Exchange

Posted: Wed Oct 30, 2013 1:19 pm
by slansing
Let us know if you have issues.

Re: Nagios Exchange

Posted: Mon Nov 04, 2013 11:30 am
by joaoheliogiordan
slansing wrote:Let us know if you have issues.

Hello,

I did the upgrade hosts client.
Work better, but some times I get the same error =/

Re: Nagios Exchange

Posted: Mon Nov 04, 2013 12:25 pm
by sreinhardt
I'm sure it's not what you want to hear, but I might suggest switching to ncpa or nsclients nrpe implementation, this seems to be an issue with winrpe specifically.