Hi, I’m newbie with centreon.
I have installed centreon 22.10 in a CenOS7 AWS EC2 instance with the automated script with
curl -L -s https://raw.githubusercontent.com/centreon/centreon/22.10.x/centreon/unattended.sh | sh
After postinstalation, I went to the GUI and I saw that the central poller was stoped.
I have read and follow this and this
without success.
/var/log/messages seems clean
/var/log/centreon-broker/central-broker-master.log contain errors.
Error while reading on socket: End of file
feeder 'central-rrd-master-input-1' error:Attempt to read data from peer LOCALHOST:5670 on a closing socket
TCP: Connection refused to LOCALHOST:5670
/var/log/centreon-broker/central-rrd-master.log too
-root@yig centreon-broker]# cat /var/log/centreon-broker/central-rrd-master.log| grep error
r2023-03-03T11:18:27.163+00:00] 0tcp] error] Error while reading on socket: Operation aborted.
.2023-03-03T11:18:27.270+00:00] 0core] [info] pool: the latency check encountered an error: Operation aborted.
.2023-03-03T11:19:25.382+00:00] 0tcp] error] Error while reading on socket: End of file
e2023-03-03T11:19:25.482+00:00] 0core] [error] feeder 'central-rrd-master-input-1' error:Attempt to read data from peer LOCALHOST:39152 on a closing socket
2023-03-03T11:19:26.445+00:00] 0core] [info] pool: the latency check encountered an error: Operation aborted.
I checked
systemctl status cbd centengine centreontrapd gorgoned
I checked
eroot@yig centreon-broker]# netstat -plant | egrep '5556|5669'
tcp 0 0 0.0.0.0:5669 0.0.0.0:* LISTEN 1225/cbd
tcp 0 0 LOCALHOST:52110 LOCALHOST:5669 ESTABLISHED 8052/centengine
tcp 0 0 LOCALHOST:5669 LOCALHOST:52110 ESTABLISHED 1225/cbd
And is runnig.
I stopped the firewall.
The configuration for BBDO version in Configuration > Pollers > Broker configuration is the same for central*master, v3.0.0.
So, the problem that nobody is listening on port 5670?. Who? Why?
SOMETHING IS WRONG. WHEN I PASTE DE LOGS, THE INTERFACE FAIL.
I HAVE TO REMOVE OR REPLACE THINGS TO THE LOGS TO BE ABLE TO SEND THEM.