Hi everyone,
I’ve recently installed a centreon central server (using À partir des paquets | Centreon Documentation) and a poller (using À partir des paquets | Centreon Documentation), I’ve also done the secure part with Sécurisez votre plateforme | Centreon Documentation.
After that I’ve been trying to connect poller to the centreon central server without any success with /usr/share/centreon/bin/registerServerTopology.sh -u admin -t poller -h x.x.x.x -n poller-1.
At first I just had the typicall non helping message (at least to me) “ ERROR - Couldn't connect to https:x.x.x.x:443”. So i checked if port 443 was opened on central server and it was.
I tried looking through different stuff using Centreon Troubleshooting Series | Episode 1 : Help! Mon Poller ne fonctionne pas.
-I’ve noticed that :
- the gorgoned service was not started on the poller and that the 31-centreon-api.yaml had no information in it (which is probably normal ?)
- that the systemctl status gorgoned didn’t have gorgone-dbclearner engine or action (again I have no idea if it’s normal or not)
gorgone:
tpapi:
- name: centreonv2
base_url: ""
username: "@GORGONE_USER@"
password: "@GORGONE_PASSWORD@"
- name: clapi
username: "@GORGONE_USER@"
password: "@GORGONE_PASSWORD@"
- the 40-gorgoned.yaml file is not present but I guess it will be after the link is done.
I’ve also tried to look at logs:
- the poller is trying to ping himself on port 5669 and it isn’t working (with or without firewall) which is probably not helping since 5669 is supposed to be from poller to central server / remote server ?
e2022-09-09T06:51:12.339-04:00] tcp] 2error] TCP: Connection refused to :5669
:2022-09-09T06:51:12.339-04:00] core] 2error] failover: global error: failover: 'central-module-master-output' cannot connect endpoint.
- Same thing is happening on centreon server central with port 5670 (?)
- I also have this error in the gorgoned.log on the central server which is probably not linked at all to this problem and is a few days old
2022-09-04 03:33:51 - ERROR - >autodiscovery] -class- host discovery - cannot get platform versions - http request error
2022-09-04 03:34:51 - ERROR - rautodiscovery] Receiving DIE: SSL peer certificate or SSH remote key was not OK
2022-09-04 03:34:51 - ERROR - Kautodiscovery] Receiving DIE: SSL peer certificate or SSH remote key was not OK
2022-09-04 03:34:51 - ERROR - Kautodiscovery] Receiving DIE: SSL peer certificate or SSH remote key was not OK
I’ve also tried adding the poller through the central server instead but I couldn’t manage to get the poller to be running.
The install is “fresh” and i’ve followed every step in the three urls.
By this point I have no clue what is wrong.
It may certainly be a stupid mistake but I have no idea what it is.
If you have any idea of where I should look / what I should change, thanks for your help !
Regards
Arnaud