Page 2 of 3

Re: Proxy for Update Checking

Posted: Mon Feb 07, 2011 2:29 pm
by SeanFromIT
Should I wait until http://support.nagios.com/forum/viewtop ... f=6&t=1612 is solved before going from 1.4 to 1.4B or do you think 1.4B will solve that problem?

Re: Proxy for Update Checking

Posted: Mon Feb 07, 2011 2:38 pm
by rdedon
Ahh! We had slipped and was still directing to older 1.4 and not the B version. Correcting this now and thank you for pointing this out.

I am hoping that 1.4b will address this issue as a few bugs were worked out. But if not, we will continue to work on this.

Re: Proxy for Update Checking

Posted: Mon Feb 07, 2011 3:01 pm
by SeanFromIT
Upgraded to 1.4B, the Available Updates widget showed an update is available even though latest available version == installed version. I had to go to Admin-Check For Updates and run it there to get it to show green.

See the post I linked in my previous thread, the graph issue still exists in 1.4B.

Re: Proxy for Update Checking

Posted: Tue Feb 08, 2011 4:52 pm
by SeanFromIT
Problem returned after running Admin->Reset Security Credentials. Ideas?

Re: Proxy for Update Checking

Posted: Tue Feb 08, 2011 5:07 pm
by rdedon
Is this working or broken? In the other thread you mentioned it is working.

Re: Proxy for Update Checking

Posted: Wed Feb 09, 2011 2:28 pm
by SeanFromIT
It was working. Then I ran Admin->Reset Security Credentials to fix graphs issue and that broke update checking.

Re: Proxy for Update Checking

Posted: Wed Feb 09, 2011 5:28 pm
by rdedon
Could you go to Admin and select the "Action" button for "Performance Grapher", and restart that service. I want to see if this is hung up for some reason.

Thank you.

Re: Proxy for Update Checking

Posted: Thu Feb 10, 2011 9:22 am
by SeanFromIT
No change after restarting Performance Grapher.

Re: Proxy for Update Checking

Posted: Fri Feb 11, 2011 10:59 am
by rdedon
It may be service_perfdata_file_processing_command=process-service-perfdata-file-bulk in nagios.cfg


As actual name that is congigured - process-service-perfdata-file-pnp-bulk

Lets edit nagios.cfg -

Instead of:
service_perfdata_file_processing_command=process-service-perfdata-file-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-bulk

and change to:

service_perfdata_file_processing_command=process-service-perfdata-file-pnp-bulk
host_perfdata_file_processing_command=process-host-perfdata-file-pnp-bulk

Re: Proxy for Update Checking

Posted: Fri Feb 11, 2011 12:46 pm
by SeanFromIT
Made the two changes but update check still fails.