Skip to main content

I am seeing a ration of the following in the gorgoned.log   i don’t see why and it doesn’t tell much.. 

2024-05-18 23:56:14 - ERROR - curl perform error : SSL peer certificate or SSH remote key was not OK                                                                          
2024-05-18 23:56:14 - ERROR - Âautodiscovery] -class- host discovery - cannot get platform versions - http request error                                                      
2024-05-18 23:57:14 - ERROR - curl perform error : SSL peer certificate or SSH remote key was not OK                                                                          
2024-05-18 23:57:14 - ERROR - autodiscovery] -class- host discovery - cannot get platform versions - http request error  

Hi! Your Centeon platform is in HTTPS?

If yes, could you please verify your configuration in the file /etc/centreon-gorgone/config.d/31-centreon-api.yaml?


From step 9 of activating-https-mode-on-your-web-server.

Replace 127.0.0.1 with the FQDN of your central server


gorgone:
  tpapi:
    - name: centreonv2
      base_url: "http://127.0.0.1/centreon/api/latest/"
      username: "centreon-gorgone"
      password: "this password"
    - name: clapi
      username: "centreon-gorgone"
      password: "and this one are the same"


changed the https   and it appears  the only error i have now is the 
2024-10-24 12:14:52 - ERROR - Rautodiscovery] -class- host discovery - cannot get host discovery jobs - request error rcode: '500'] 0message: 'The license of the autodiscovery module is not valid']
 

 


uninstalled autodiscovery module  and that appeared to fix that since i don’t have a license for it. 

 

 


Reply