Proxy for Update Checking
-
- Posts: 105
- Joined: Sun Dec 12, 2010 9:07 pm
Re: Proxy for Update Checking
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?
-
- Posts: 578
- Joined: Sat Nov 20, 2010 4:51 pm
Re: Proxy for Update Checking
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.
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.
-
- Posts: 105
- Joined: Sun Dec 12, 2010 9:07 pm
Re: Proxy for Update Checking
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.
See the post I linked in my previous thread, the graph issue still exists in 1.4B.
-
- Posts: 105
- Joined: Sun Dec 12, 2010 9:07 pm
Re: Proxy for Update Checking
Problem returned after running Admin->Reset Security Credentials. Ideas?
-
- Posts: 578
- Joined: Sat Nov 20, 2010 4:51 pm
Re: Proxy for Update Checking
Is this working or broken? In the other thread you mentioned it is working.
-
- Posts: 105
- Joined: Sun Dec 12, 2010 9:07 pm
Re: Proxy for Update Checking
It was working. Then I ran Admin->Reset Security Credentials to fix graphs issue and that broke update checking.
-
- Posts: 578
- Joined: Sat Nov 20, 2010 4:51 pm
Re: Proxy for Update Checking
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.
Thank you.
-
- Posts: 105
- Joined: Sun Dec 12, 2010 9:07 pm
Re: Proxy for Update Checking
No change after restarting Performance grapher.
-
- Posts: 578
- Joined: Sat Nov 20, 2010 4:51 pm
Re: Proxy for Update Checking
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
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
-
- Posts: 105
- Joined: Sun Dec 12, 2010 9:07 pm
Re: Proxy for Update Checking
Made the two changes but update check still fails.