Solved

Error while reading on socket


Badge +3

Hello !

I recently installed Centreon 22.10 using the OVA image given.

I then updated it to 23.04 using the documentation. (Upgrade from Centreon 22.10 | Centreon Documentation)

Then, using the web API import/export, populated it with centreon 2.6 hosts, services etc..

In the broker configuration I changed the conf file from “central-module.xml” to “poller-module.json” and the central was up. 

I then changed the conf files of central-broker-master to “central-broker.json” and central-rrd-master to “central-rrd.json”. Following these changes the central went down as such.

I followed → My poller is down | Community (centreon.com)

But did not find an answer.

I have found errors in /var/log/centreon-broker/central-module-master.log : 

[2023-05-30T16:28:58.259+02:00] [core] [info] multiplexing: engine started
[2023-05-30T16:28:58.261+02:00] [core] [info] Poller '' with id 0 connected
[2023-05-30T16:29:11.051+02:00] [core] [info] bbdo stream stopped with 0 events acknowledged
[2023-05-30T16:29:11.051+02:00] [core] [info] Poller '' with id 0 just disconnected
[2023-05-30T16:29:11.051+02:00] [tcp] [error] Error while reading on socket: Operation aborted.
[2023-05-30T16:29:11.051+02:00] [core] [info] multiplexing: stopping engine
[2023-05-30T16:29:11.051+02:00] [core] [info] multiplexing: sending events to muxers for the last time 0 events to send

 

The same error was found in /var/log/centreon-broker/central-broker-master.log

Also, in /var/log/centreon-gorgone/gorgoned.log I get : 

2023-05-30 16:29:17 - ERROR - [proxy] Cannot create child, need a core id
2023-05-30 16:29:17 - ERROR - [proxy] Cannot create child, need a core id
2023-05-30 16:29:17 - ERROR - [proxy] Cannot create child, need a core id
2023-05-30 16:29:17 - ERROR - [proxy] Cannot create child, need a core id
2023-05-30 16:29:17 - ERROR - [proxy] Cannot create child, need a core id

 

If someone has any idea I would be happy to give more details.

 

 

icon

Best answer by Chenry 16 June 2023, 08:22

View original

10 replies

Badge +3

I have found another problem, the cbd service seems to be restarting in a loop.

watchdog.log → 

Maybe this has to do with the brokers configuration ? I have replaced “Broker SQL Database” with “Unified SQL” but nothing has changed. 

 

Userlevel 4
Badge +13

👋 @Chenry 

 

how about

 

systemctl status cbd centreon centengine gorgoned mysql

 

and

 

rpm -qa centreon\* | sort

 

Badge +3

All are running except centreon that is marked as exited.

systemctl status cbd centreon centengine gorgoned mysql

● centreon.service - One Service to rule them all.
   Loaded: loaded (/usr/lib/systemd/system/centreon.service; enabled; vendor preset: disabled)
   Active: active (exited) since Wed 2023-05-31 15:10:04 CEST; 1min 16s ago
  Process: 2445 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
 Main PID: 2445 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 11144)
   Memory: 0B
   CGroup: /system.slice/centreon.service

May 31 15:10:04 centreon-central systemd[1]: centreon.service: Succeeded.
May 31 15:10:04 centreon-central systemd[1]: Stopped One Service to rule them all..
May 31 15:10:04 centreon-central systemd[1]: Stopping One Service to rule them all....
May 31 15:10:04 centreon-central systemd[1]: Starting One Service to rule them all....
May 31 15:10:04 centreon-central systemd[1]: Started One Service to rule them all..

● centengine.service - Centreon Engine
   Loaded: loaded (/usr/lib/systemd/system/centengine.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 15:10:04 CEST; 1min 16s ago
 Main PID: 2450 (centengine)
    Tasks: 11 (limit: 11144)
   Memory: 7.0M
   CGroup: /system.slice/centengine.service
           └─2450 /usr/sbin/centengine /etc/centreon-engine/centengine.cfg

May 31 15:10:04 centreon-central centengine[2450]: [1685538604] [2450] Processing object config file '/etc/centreon-engine/tags.cfg'
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31T15:10:04.591+02:00] [configuration] [info] Processing object config file '/etc/centreon-engine/tags.cfg'
● cbd.service - Centreon Broker watchdog
   Loaded: loaded (/usr/lib/systemd/system/cbd.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 15:10:04 CEST; 1min 16s ago
  Process: 2350 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
 Main PID: 2448 (cbwd)
    Tasks: 14 (limit: 11144)
   Memory: 5.0M
   CGroup: /system.slice/cbd.service
           ├─2448 /usr/sbin/cbwd /etc/centreon-broker/watchdog.json
           └─2461 /usr/sbin/cbd /etc/centreon-broker/central-rrd.json

May 31 15:11:14 centreon-central cbwd[2595]: [2023-05-31 15:11:14.621] [core] [error] Error during cbd exit: config parser: unified_sql output is incompatible with storage/sql outputs
May 31 15:11:14 centreon-central cbwd[2595]: [2023-05-31 15:11:14.621] [core] [info] main: process /usr/sbin/cbd pid:2595 end exit_code:1
May 31 15:11:14 centreon-central cbwd[2595]: [2023-05-31 15:11:14.621] [core] [info] log finished
May 31 15:11:19 centreon-central cbwd[2448]: [2023-05-31T15:11:19.619+02:00] [cbwd] [error] cbd instance with PID 2595 has stopped, attempt to restart it
May 31 15:11:19 centreon-central cbwd[2596]: [2023-05-31 15:11:19.621] [core] [info] Centreon Broker 23.04.0
May 31 15:11:19 centreon-central cbwd[2596]: [2023-05-31 15:11:19.621] [core] [info] Copyright 2009-2021 Centreon
May 31 15:11:19 centreon-central cbwd[2596]: [2023-05-31 15:11:19.621] [core] [info] License ASL 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
May 31 15:11:19 centreon-central cbwd[2596]: [2023-05-31 15:11:19.621] [core] [error] Error during cbd exit: config parser: unified_sql output is incompatible with storage/sql outputs
May 31 15:11:19 centreon-central cbwd[2596]: [2023-05-31 15:11:19.621] [core] [info] main: process /usr/sbin/cbd pid:2596 end exit_code:1
May 31 15:11:19 centreon-central cbwd[2596]: [2023-05-31 15:11:19.621] [core] [info] log finished

● centreon.service - One Service to rule them all.
   Loaded: loaded (/usr/lib/systemd/system/centreon.service; enabled; vendor preset: disabled)
   Active: active (exited) since Wed 2023-05-31 15:10:04 CEST; 1min 16s ago
  Process: 2445 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
 Main PID: 2445 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 11144)
   Memory: 0B
   CGroup: /system.slice/centreon.service

May 31 15:10:04 centreon-central systemd[1]: centreon.service: Succeeded.
May 31 15:10:04 centreon-central systemd[1]: Stopped One Service to rule them all..
May 31 15:10:04 centreon-central systemd[1]: Stopping One Service to rule them all....
May 31 15:10:04 centreon-central systemd[1]: Starting One Service to rule them all....
May 31 15:10:04 centreon-central systemd[1]: Started One Service to rule them all..

● centengine.service - Centreon Engine
   Loaded: loaded (/usr/lib/systemd/system/centengine.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 15:10:04 CEST; 1min 16s ago
 Main PID: 2450 (centengine)
    Tasks: 11 (limit: 11144)
   Memory: 7.0M
   CGroup: /system.slice/centengine.service
           └─2450 /usr/sbin/centengine /etc/centreon-engine/centengine.cfg

May 31 15:10:04 centreon-central centengine[2450]: [1685538604] [2450] Processing object config file '/etc/centreon-engine/tags.cfg'
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31T15:10:04.591+02:00] [configuration] [info] Processing object config file '/etc/centreon-engine/tags.cfg'
May 31 15:10:04 centreon-central centengine[2450]: [1685538604] [2450] Processing object config file '/etc/centreon-engine/severities.cfg'
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31T15:10:04.591+02:00] [configuration] [info] Processing object config file '/etc/centreon-engine/severities.cfg'
May 31 15:10:04 centreon-central centengine[2450]: [1685538604] [2450] Reading resource file '/etc/centreon-engine/resource.cfg'
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31T15:10:04.591+02:00] [configuration] [info] Reading resource file '/etc/centreon-engine/resource.cfg'
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31 15:10:04.597] [core] [info] Starting the TCP thread pool of 3 threads
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31 15:10:04.597] [core] [info] protocols: registering protocol ('file' (layers 1-3)
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31 15:10:04.597] [core] [info] protocols: registering protocol ('compression' (layers 6-6)
May 31 15:10:04 centreon-central centengine[2450]: [2023-05-31 15:10:04.597] [core] [info] protocols: registering protocol ('BBDO' (layers 7-7)

● gorgoned.service - Centreon Gorgone
   Loaded: loaded (/etc/systemd/system/gorgoned.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 15:10:04 CEST; 1min 16s ago
 Main PID: 2451 (perl)
    Tasks: 48 (limit: 11144)
   Memory: 144.6M
   CGroup: /system.slice/gorgoned.service
           ├─2451 /usr/bin/perl /usr/bin/gorgoned --config=/etc/centreon-gorgone/config.yaml --logfile=/var/log/centreon-gorgone/gorgoned.log --severity=error
           ├─2478 gorgone-statistics
           ├─2479 gorgone-engine
           ├─2480 gorgone-dbcleaner
           ├─2481 gorgone-audit
           ├─2482 gorgone-autodiscovery
           ├─2483 gorgone-legacycmd
           ├─2484 gorgone-nodes
           ├─2485 gorgone-httpserver
           ├─2486 gorgone-cron
           ├─2487 gorgone-action
           ├─2508 gorgone-proxy
           ├─2509 gorgone-proxy
           ├─2510 gorgone-proxy
           ├─2511 gorgone-proxy
           └─2512 gorgone-proxy

May 31 15:10:04 centreon-central systemd[1]: Started Centreon Gorgone.


● mariadb.service - MariaDB 10.5.20 database server
   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/mariadb.service.d
           └─centreon.conf, migrated-from-my.cnf-settings.conf
   Active: active (running) since Wed 2023-05-31 15:07:58 CEST; 3min 22s ago
     Docs: man:mariadbd(8)
           https://mariadb.com/kb/en/library/systemd/
  Process: 1447 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
  Process: 986 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=>
  Process: 958 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
 Main PID: 1259 (mariadbd)
   Status: "Taking your SQL requests now..."
    Tasks: 18 (limit: 11144)
   Memory: 249.1M
   CGroup: /system.slice/mariadb.service
           └─1259 /usr/sbin/mariadbd

May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] InnoDB: 10.5.20 started; log sequence number 314803827; transaction id 916217
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Plugin 'FEEDBACK' is disabled.
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Server socket created on IP: '::'.
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Reading of all Master_info entries succeeded
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Added new Master_info '' to hash table
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] /usr/sbin/mariadbd: ready for connections.
May 31 15:07:58 centreon-central mariadbd[1259]: Version: '10.5.20-MariaDB'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MariaDB Server
May 31 15:07:58 centreon-central systemd[1]: Started MariaDB 10.5.20 database server.
May 31 15:07:59 centreon-central mariadbd[1259]: 2023-05-31 15:07:59 0 [Note] InnoDB: Buffer pool(s) load completed at 230531 15:07:59

rpm -qa centreon\* | sort

centreon-23.04.1-1.el8.noarch
centreon-auto-discovery-server-23.04.0-1.el8.noarch
centreon-awie-23.04.0-1.el8.noarch
centreon-broker-23.04.0-1.el8.x86_64
centreon-broker-cbd-23.04.0-1.el8.x86_64
centreon-broker-cbmod-23.04.0-1.el8.x86_64
centreon-broker-core-23.04.0-1.el8.x86_64
centreon-broker-storage-23.04.0-1.el8.x86_64
centreon-central-23.04.1-1.el8.noarch
centreon-clib-23.04.0-1.el8.x86_64
centreon-common-23.04.1-1.el8.noarch
centreon-connector-23.04.0-1.el8.x86_64
centreon-connector-perl-23.04.0-1.el8.x86_64
centreon-connector-ssh-23.04.0-1.el8.x86_64
centreon-database-23.04.1-1.el8.noarch
centreon-engine-23.04.0-1.el8.x86_64
centreon-engine-daemon-23.04.0-1.el8.x86_64
centreon-engine-extcommands-23.04.0-1.el8.x86_64
centreon-gorgone-23.04.1-1.el8.noarch
centreon-gorgone-centreon-config-23.04.1-1.el8.noarch
centreon-license-manager-23.04.0-1.el8.noarch
centreon-license-manager-common-23.04.0-1.el8.noarch
centreon-pack-applications-active-directory-wsman-23.04.0-1.el8.noarch
centreon-pack-applications-activemq-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-ansible-cli-23.04.0-1.el8.noarch
centreon-pack-applications-ansible-tower-23.04.0-1.el8.noarch
centreon-pack-applications-antivirus-clamav-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-antivirus-kaspersky-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-antivirus-mcafee-webgateway-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-awa-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-backup-emc-recoverypoint-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-backupexec-nscp-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-bind9-web-23.04.0-1.el8.noarch
centreon-pack-applications-biztalk-23.04.0-1.el8.noarch
centreon-pack-applications-bluemind-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-ceph-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-cisco-cms-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-cisco-dnac-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-cisco-ise-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-cisco-ssms-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-commvault-commserve-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-controlm-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-databases-cassandra-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-databases-couchdb-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-databases-db2-23.04.0-1.el8.noarch
centreon-pack-applications-databases-elasticsearch-23.04.0-1.el8.noarch
centreon-pack-applications-databases-firebird-23.04.0-1.el8.noarch
centreon-pack-applications-databases-influxdb-23.04.0-1.el8.noarch
centreon-pack-applications-databases-informix-23.04.0-1.el8.noarch
centreon-pack-applications-databases-informix-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-databases-mongodb-23.04.0-1.el8.noarch
centreon-pack-applications-databases-mssql-23.04.0-1.el8.noarch
centreon-pack-applications-databases-mysql-23.05.0-1.el8.noarch
centreon-pack-applications-databases-oracle-23.04.0-1.el8.noarch
centreon-pack-applications-databases-postgresql-23.04.0-1.el8.noarch
centreon-pack-applications-databases-redis-23.04.0-1.el8.noarch
centreon-pack-applications-databases-rrdtool-23.04.0-1.el8.noarch
centreon-pack-applications-databases-sap-hana-23.04.0-1.el8.noarch
centreon-pack-applications-databases-sybase-23.04.0-1.el8.noarch
centreon-pack-applications-databases-warp10-sensision-23.04.0-1.el8.noarch
centreon-pack-applications-docker-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-drbd-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-dynamics-365-nsclient-05-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-dynamics-ax-mssql-23.04.0-1.el8.noarch
centreon-pack-applications-dynamics-ax-nsclient-05-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-elasticsearch-23.04.0-1.el8.noarch
centreon-pack-applications-emc-ppma-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-ericsson-enm-api-23.04.0-1.el8.noarch
centreon-pack-applications-exchange-2010-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-exchange-2010-nsclient-05-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-exchange-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-exchange-nsclient-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-github-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-google-gsuite-api-23.04.0-1.el8.noarch
centreon-pack-applications-google-workspace-api-23.04.0-1.el8.noarch
centreon-pack-applications-gorgone-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-grafana-api-23.04.0-1.el8.noarch
centreon-pack-applications-graylog-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-haproxy-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-hashicorp-vault-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-hddtemp-tcp-23.04.0-1.el8.noarch
centreon-pack-applications-hibernate-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-ibmmq-mqi-23.04.0-1.el8.noarch
centreon-pack-applications-ibmmq-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-ibm-tsamp-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-ibm-tsm-dsmadmc-23.04.0-1.el8.noarch
centreon-pack-applications-iis-wsman-23.04.0-1.el8.noarch
centreon-pack-applications-ipfabric-api-23.04.0-1.el8.noarch
centreon-pack-applications-jboss-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-jenkins-23.04.0-1.el8.noarch
centreon-pack-applications-jvm-actuator-23.04.0-1.el8.noarch
centreon-pack-applications-jvm-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-kafka-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-keepalived-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-lmsensors-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-lync-2013-mssql-23.04.0-1.el8.noarch
centreon-pack-applications-mail-bluemind-23.04.0-1.el8.noarch
centreon-pack-applications-microsoft-dhcp-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-alyvix-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-centreon-central-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-centreon-database-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-centreon-ha-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-centreon-map4-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-centreon-map-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-centreon-mbi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-centreon-poller-23.05.1-1.el8.noarch
centreon-pack-applications-monitoring-centreon-sql-metrics-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-dynatrace-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-iplabel-datametrie-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-iplabel-ekara-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-iplabel-newtest-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-kadiska-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-mip-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-netdata-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-node-exporter-linux-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-node-exporter-windows-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-ntopng-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-openmetrics-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-scom-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-speedtest-23.04.0-1.el8.noarch
centreon-pack-applications-monitoring-splunk-api-23.04.0-1.el8.noarch
centreon-pack-applications-mscs-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-mulesoft-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-netbackup-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-netbackup-nsclient-05-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-netbackup-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-nginx-plus-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-nmap-cli-23.04.0-1.el8.noarch
centreon-pack-applications-openldap-ldap-23.04.0-1.el8.noarch
centreon-pack-applications-openvpn-omi-23.04.0-1.el8.noarch
centreon-pack-applications-openweathermap-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-oracle-goldengate-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-oracle-ovm-api-23.04.0-1.el8.noarch
centreon-pack-applications-oracle-ucp-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-pacemaker-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-peoplesoft-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-pfsense-fauxapi-23.04.0-1.el8.noarch
centreon-pack-applications-php-apc-web-23.04.0-1.el8.noarch
centreon-pack-applications-php-fpm-web-23.04.0-1.el8.noarch
centreon-pack-applications-pineapp-securemail-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-bgp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-bgp-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-cifs-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-dhcp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-dns-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-ftp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-http-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-imap-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-ldap-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-modbus-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-ntp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-ospf-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-radius-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-sftp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-smtp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-snmp-23.05.1-1.el8.noarch
centreon-pack-applications-protocol-ssh-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-tcp-23.05.3-1.el8.noarch
centreon-pack-applications-protocol-telnet-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-tftp-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-udp-23.05.2-1.el8.noarch
centreon-pack-applications-protocol-whois-23.04.0-1.el8.noarch
centreon-pack-applications-protocol-x509-23.04.0-1.el8.noarch
centreon-pack-applications-proxmox-mg-api-23.04.0-1.el8.noarch
centreon-pack-applications-pvx-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-quadstor-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-rabbitmq-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-rapidrecovery-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-redis-cli-23.04.0-1.el8.noarch
centreon-pack-applications-redis-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-redis-rlec-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-redis-sentinel-23.04.0-1.el8.noarch
centreon-pack-applications-rubrik-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-rudder-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-salesforce-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-sccm-nsclient-23.04.0-1.el8.noarch
centreon-pack-applications-selenium-23.04.0-1.el8.noarch
centreon-pack-applications-sendmail-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-skype-2015-mssql-23.04.0-1.el8.noarch
centreon-pack-applications-slack-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-smartermail-api-23.04.0-1.el8.noarch
centreon-pack-applications-solr-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-squid-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-thales-mistral-vs9-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-trendmicro-iwsva-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-varnish-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-veeam-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-veeam-nsclient-05-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-vernemq-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-video-openheadend-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-video-zixi-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-vmware-vcsa-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-vmware-vcsa-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-voip-3cx-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-voip-asterisk-23.04.0-1.el8.noarch
centreon-pack-applications-voip-asterisk-ami-23.04.0-1.el8.noarch
centreon-pack-applications-voip-asterisk-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-voip-xivo-23.04.0-1.el8.noarch
centreon-pack-applications-vtom-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-wallix-bastion-snmp-23.04.0-1.el8.noarch
centreon-pack-applications-wazuh-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-weblogic-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-webservers-apache-serverstatus-23.04.0-1.el8.noarch
centreon-pack-applications-webservers-iis-nrpe-23.04.0-1.el8.noarch
centreon-pack-applications-webservers-iis-nsclient-05-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-webservers-iis-restapi-23.04.0-1.el8.noarch
centreon-pack-applications-webservers-nginx-serverstatus-23.04.0-1.el8.noarch
centreon-pack-applications-webservers-tomcat-jmx-23.04.0-1.el8.noarch
centreon-pack-applications-webservers-tomcat-webmanager-23.04.0-1.el8.noarch
centreon-pack-applications-wsus-nsclient-23.04.0-1.el8.noarch
centreon-pack-applications-zookeeper-jmx-23.04.0-1.el8.noarch
centreon-pack-base-generic-23.04.0-1.el8.noarch
centreon-pack-blockchain-hyperledger-exporter-23.04.0-1.el8.noarch
centreon-pack-blockchain-parity-ethpoller-restapi-23.04.0-1.el8.noarch
centreon-pack-blockchain-parity-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-ats-apc-23.04.0-1.el8.noarch
centreon-pack-hardware-ats-eaton-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-device-gorgy-ntpserver-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-abb-cms700-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-aeg-acm-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-device-safenet-keysecure-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-barco-cs-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-camera-hanwha-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-camera-hikvision-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-camera-mobotix-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-cisco-ces-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-cisco-cts-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-eltek-enexus-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-hikvision-nvr-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-hms-ewon-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-hms-netbiter-argos-restapi-23.05.0-1.el8.noarch
centreon-pack-hardware-devices-masterclock-ntp100gps-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-nvidia-gpu-smi-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-pexip-infinity-managementapi-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-polycom-dma-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-polycom-groupseries-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-polycom-hdx-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-polycom-rprm-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-polycom-trio-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-timelinkmicro-tms6001-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-devices-video-axis-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-kvm-adder-aim-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-kvm-avocent-acs-6000-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-apc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-clever-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-cyberpower-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-eaton-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-emerson-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-gude-epc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-raritan-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-pdu-schleifenbauer-gateway-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-printers-standard-rfc3805-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-akcp-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-apc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-comet-p8000-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-geist-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-hwgste-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-jacarta-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-netbotz-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-sensorip-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-sensormetrix-em01-web-23.04.0-1.el8.noarch
centreon-pack-hardware-sensors-serverscheck-sensorgateway-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-cisco-ucs-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-dell-cmc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-dell-idrac-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-dell-omem-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-dell-openmanage-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-dell-vxm-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-fujitsu-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-hp-blade-chassis-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-hp-ilo-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-hp-ilo-xmlapi-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-hp-oneview-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-hp-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-huawei-hmm-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-huawei-ibmc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-ibm-bladecenter-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-ibm-hmc-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-ibm-imm-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-lenovo-xcc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-sun-mgmtcards-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-sun-mseries-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-sun-sfxxk-pssh-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-supermicro-bmc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-supermicro-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-supermicro-superdoctor-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-servers-xfusion-ibmc-snmp-23.05.0-1.el8.noarch
centreon-pack-hardware-storage-adic-tape-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-avid-isis-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-bdt-multistak-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-buffalo-terastation-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-compellent-api-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-compellent-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-equallogic-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-fluidfs-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-md3000-smcli-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-me4-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-ml6000-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-powerstore-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-dell-tl2000-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-celerra-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-clariion-navisphere-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-datadomain-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-isilon-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-symmetrix-nrpe-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-symmetrix-nsclient-05-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-unisphere-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-vplex-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-emc-xtremio-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-exagrid-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-fujitsu-eternus-dx-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hitachi-hcp-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hitachi-hnas-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hitachi-standard-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-3par-7000-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-3par-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-eva-cli-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-lefthand-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-msa2000-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-msl-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-p2000-xmlapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-storeonce3-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-storeonce4-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-storeonce-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-hp-storeonce-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-huawei-oceanstor-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-ds3000-smcli-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-ds4000-smcli-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-ds5000-smcli-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-fs900-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-storwize-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-ts2900-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-ts3100-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-ts3200-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-ibm-ts3500-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-kaminario-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-lenovo-iomega-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-lenovo-sseries-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-netapp-ontap-oncommandapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-netapp-ontap-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-netapp-ontap-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-netapp-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-netapp-santricity-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-netapp-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-netgear-readynas-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-nimble-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-nimble-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-oracle-zs-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-oracle-zs-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-overland-neo-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-panzura-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-purestorage-flasharray-legacy-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-purestorage-flasharray-v2-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-purestorage-flashblade-v2-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-purestorage-restapi-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-purestorage-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-qnap-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-qsan-nas-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-quantum-dxi-ssh-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-quantum-scalar-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-storagetek-sl-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-synology-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-violin-3000-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-storage-wd-nas-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-telephony-alcatel-oxe-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-telephony-avaya-aes-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-telephony-avaya-cm-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-telephony-avaya-mediagateway-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-alpha-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-apc-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-cyberpower-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-himoinsa-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-hp-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-mge-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-nitram-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-phoenixtec-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-powerware-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-riello-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-socomec-netvision-snmp-23.04.0-1.el8.noarch
centreon-pack-hardware-ups-standard-rfc1628-snmp-23.04.0-1.el8.noarch
centreon-pack-infrastructure-active-directory-nrpe-23.04.0-1.el8.noarch
centreon-pack-infrastructure-active-directory-nsclient-05-restapi-23.04.0-1.el8.noarch
centreon-pack-infrastructure-dhcp-23.04.0-1.el8.noarch
centreon-pack-infrastructure-pop-23.04.0-1.el8.noarch

I hope this helps ! (I had to cut ou a bit because too many characters)

Userlevel 4
Badge +13

Can you confirm these two steps

Stop the Centreon Broker process:

systemctl stop cbd

 

Delete existing retention files:

rm /var/lib/centreon-broker/* -f

 

 

and restart

systemctl restart cbd centengine gorgoned

Badge +3

I have followed these two steps and restarted.

Here is the status afterwards : 

● cbd.service - Centreon Broker watchdog
   Loaded: loaded (/usr/lib/systemd/system/cbd.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 15:31:18 CEST; 16s ago
  Process: 2350 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS)
 Main PID: 3804 (cbwd)
    Tasks: 14 (limit: 11144)
   Memory: 3.0M
   CGroup: /system.slice/cbd.service
           ├─3804 /usr/sbin/cbwd /etc/centreon-broker/watchdog.json
           └─3806 /usr/sbin/cbd /etc/centreon-broker/central-rrd.json

May 31 15:31:28 centreon-central cbwd[3870]: [2023-05-31 15:31:28.769] [core] [error] Error during cbd exit: config parser: unified_sql output is incompatible with storage/sql outputs
May 31 15:31:28 centreon-central cbwd[3870]: [2023-05-31 15:31:28.769] [core] [info] main: process /usr/sbin/cbd pid:3870 end exit_code:1
May 31 15:31:28 centreon-central cbwd[3870]: [2023-05-31 15:31:28.769] [core] [info] log finished
May 31 15:31:33 centreon-central cbwd[3804]: [2023-05-31T15:31:33.767+02:00] [cbwd] [error] cbd instance with PID 3870 has stopped, attempt to restart it
May 31 15:31:33 centreon-central cbwd[3871]: [2023-05-31 15:31:33.770] [core] [info] Centreon Broker 23.04.0
May 31 15:31:33 centreon-central cbwd[3871]: [2023-05-31 15:31:33.770] [core] [info] Copyright 2009-2021 Centreon
May 31 15:31:33 centreon-central cbwd[3871]: [2023-05-31 15:31:33.770] [core] [info] License ASL 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
May 31 15:31:33 centreon-central cbwd[3871]: [2023-05-31 15:31:33.770] [core] [error] Error during cbd exit: config parser: unified_sql output is incompatible with storage/sql outputs
May 31 15:31:33 centreon-central cbwd[3871]: [2023-05-31 15:31:33.770] [core] [info] main: process /usr/sbin/cbd pid:3871 end exit_code:1
May 31 15:31:33 centreon-central cbwd[3871]: [2023-05-31 15:31:33.770] [core] [info] log finished

● centreon.service - One Service to rule them all.
   Loaded: loaded (/usr/lib/systemd/system/centreon.service; enabled; vendor preset: disabled)
   Active: active (exited) since Wed 2023-05-31 15:10:04 CEST; 21min ago
  Process: 2445 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
 Main PID: 2445 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 11144)
   Memory: 0B
   CGroup: /system.slice/centreon.service

May 31 15:10:04 centreon-central systemd[1]: centreon.service: Succeeded.
May 31 15:10:04 centreon-central systemd[1]: Stopped One Service to rule them all..
May 31 15:10:04 centreon-central systemd[1]: Stopping One Service to rule them all....
May 31 15:10:04 centreon-central systemd[1]: Starting One Service to rule them all....
May 31 15:10:04 centreon-central systemd[1]: Started One Service to rule them all..

● centengine.service - Centreon Engine
   Loaded: loaded (/usr/lib/systemd/system/centengine.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 15:31:20 CEST; 15s ago
 Main PID: 3818 (centengine)
    Tasks: 11 (limit: 11144)
   Memory: 3.0M
   CGroup: /system.slice/centengine.service
           └─3818 /usr/sbin/centengine /etc/centreon-engine/centengine.cfg

May 31 15:31:20 centreon-central centengine[3818]: [1685539880] [3818] Processing object config file '/etc/centreon-engine/tags.cfg'
May 31 15:31:20 centreon-central centengine[3818]: [2023-05-31T15:31:20.201+02:00] [configuration] [info] Processing object config file '/etc/centreon-engine/tags.cfg'
May 31 15:31:20 centreon-central centengine[3818]: [1685539880] [3818] Processing object config file '/etc/centreon-engine/severities.cfg'
May 31 15:31:20 centreon-central centengine[3818]: [2023-05-31T15:31:20.201+02:00] [configuration] [info] Processing object config file '/etc/centreon-engine/severities.cfg'
May 31 15:31:20 centreon-central centengine[3818]: [1685539880] [3818] Reading resource file '/etc/centreon-engine/resource.cfg'
May 31 15:31:20 centreon-central centengine[3818]: [2023-05-31T15:31:20.201+02:00] [configuration] [info] Reading resource file '/etc/centreon-engine/resource.cfg'
May 31 15:31:20 centreon-central centengine[3818]: [2023-05-31 15:31:20.207] [core] [info] Starting the TCP thread pool of 3 threads
May 31 15:31:20 centreon-central centengine[3818]: [2023-05-31 15:31:20.207] [core] [info] protocols: registering protocol ('file' (layers 1-3)
May 31 15:31:20 centreon-central centengine[3818]: [2023-05-31 15:31:20.207] [core] [info] protocols: registering protocol ('compression' (layers 6-6)
May 31 15:31:20 centreon-central centengine[3818]: [2023-05-31 15:31:20.207] [core] [info] protocols: registering protocol ('BBDO' (layers 7-7)


● gorgoned.service - Centreon Gorgone
   Loaded: loaded (/etc/systemd/system/gorgoned.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-05-31 15:31:25 CEST; 10s ago
 Main PID: 3832 (perl)
    Tasks: 33 (limit: 11144)
   Memory: 118.2M
   CGroup: /system.slice/gorgoned.service
           ├─3832 /usr/bin/perl /usr/bin/gorgoned --config=/etc/centreon-gorgone/config.yaml --logfile=/var/log/centreon-gorgone/gorgoned.log --severity=error
           ├─3836 gorgone-httpserver
           ├─3837 gorgone-action
           ├─3838 gorgone-autodiscovery
           ├─3839 gorgone-nodes
           ├─3840 gorgone-engine
           ├─3841 gorgone-legacycmd
           ├─3842 gorgone-dbcleaner
           ├─3843 gorgone-cron
           ├─3844 gorgone-statistics
           └─3845 gorgone-audit

May 31 15:31:25 centreon-central systemd[1]: gorgoned.service: Succeeded.
May 31 15:31:25 centreon-central systemd[1]: Stopped Centreon Gorgone.
May 31 15:31:25 centreon-central systemd[1]: Started Centreon Gorgone.

● mariadb.service - MariaDB 10.5.20 database server
   Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
  Drop-In: /etc/systemd/system/mariadb.service.d
           └─centreon.conf, migrated-from-my.cnf-settings.conf
   Active: active (running) since Wed 2023-05-31 15:07:58 CEST; 23min ago
     Docs: man:mariadbd(8)
           https://mariadb.com/kb/en/library/systemd/
  Process: 1447 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
  Process: 986 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=>
  Process: 958 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
 Main PID: 1259 (mariadbd)
   Status: "Taking your SQL requests now..."
    Tasks: 20 (limit: 11144)
   Memory: 315.8M
   CGroup: /system.slice/mariadb.service
           └─1259 /usr/sbin/mariadbd

May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] InnoDB: 10.5.20 started; log sequence number 314803827; transaction id 916217
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Plugin 'FEEDBACK' is disabled.
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Server socket created on IP: '::'.
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Reading of all Master_info entries succeeded
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] Added new Master_info '' to hash table
May 31 15:07:58 centreon-central mariadbd[1259]: 2023-05-31 15:07:58 0 [Note] /usr/sbin/mariadbd: ready for connections.
May 31 15:07:58 centreon-central mariadbd[1259]: Version: '10.5.20-MariaDB'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MariaDB Server
May 31 15:07:58 centreon-central systemd[1]: Started MariaDB 10.5.20 database server.
May 31 15:07:59 centreon-central mariadbd[1259]: 2023-05-31 15:07:59 0 [Note] InnoDB: Buffer pool(s) load completed at 230531 15:07:59

 

Badge +3

When looking in the Centreon logs, I found multiple errors the day the container went down.

Unfortunately, I’m really bad with databases so if anyone knows how to fix or troubleshoot this sort of error, it would be really appreciated !

 

Badge +3

I had the error “Error during cbd exit: config parser: unified_sql output is incompatible with storage/sql outputs”. Similar issue

So the solution was to edit central-broker outputs to use “broker SQL database” instead of “unified SQL”

edit “/etc/centreon-broker/central-broker.json” to delete the unified SQL section before anything else. Export configuration and then restart.

systemctl restart cbd centengine gorgoned

Now this error is fixed.

Anyway, this doesnt seem to help much in my original problem. 

in logs in still get :

Here is my /etc/centreon-broker

I can provide further details so if anyone has a clue feel free to reply !

/var/logs/centreib-broker

==> central-broker-master.log <==
[2023-06-07T11:15:43.019+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:15:43.019+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:15:58.039+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:15:58.039+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:15:58.039+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:16:13.057+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:16:13.057+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:16:13.057+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:16:28.067+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:16:28.067+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:16:28.067+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:16:43.079+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:16:43.079+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:16:43.079+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:16:58.100+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:16:58.100+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:16:58.101+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:17:13.107+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:17:13.107+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:17:13.107+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:17:28.113+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:17:28.113+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:17:28.113+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:17:43.134+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:17:43.134+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:17:43.134+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:17:58.138+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:17:58.138+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:17:58.138+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:18:13.141+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:18:13.141+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:18:13.141+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:18:28.159+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:18:28.159+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:18:28.159+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:18:43.177+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:18:43.177+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:18:43.177+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:18:58.193+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:18:58.193+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:18:58.193+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:19:13.222+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:19:13.222+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:19:13.222+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:19:28.266+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:19:28.266+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:19:28.266+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database
[2023-06-07T11:19:43.290+02:00] [sql] [error] Conflict manager: storage and sql streams do not have the same database configuration
[2023-06-07T11:19:43.290+02:00] [sql] [error] storage stream instanciation failed
[2023-06-07T11:19:43.290+02:00] [core] [error] failover: global error: storage: Unable to initialize the storage connection to the database

==> central-module-master.log <==
[2023-06-07T11:06:02.032+02:00] [core] [info] protocols: unregistering protocol 'BBDO'
[2023-06-07T11:06:02.032+02:00] [core] [info] protocols: unregistering protocol 'compression'
[2023-06-07T11:06:02.032+02:00] [core] [info] protocols: unregistering protocol 'file'
[2023-06-07T11:06:02.032+02:00] [core] [info] protocols: destruction (0 protocols still registered)
[2023-06-07T11:06:02.032+02:00] [core] [info] pool: the latency check encountered an error: Operation aborted.
[2023-06-07T11:06:02.032+02:00] [core] [info] log finished
[2023-06-07T11:06:02.221+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/50-tcp.so'
[2023-06-07T11:06:02.221+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/10-neb.so'
[2023-06-07T11:06:02.222+02:00] [core] [info] NEB: module for Centreon Broker 23.04.0
[2023-06-07T11:06:02.222+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/60-tls.so'
[2023-06-07T11:06:02.224+02:00] [core] [info] protocols: registering protocol ('TLS' (layers 5-5)
[2023-06-07T11:06:02.224+02:00] [core] [info] protocols: registering protocol ('TCP' (layers 1-4)
[2023-06-07T11:06:02.224+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/15-stats.so'
[2023-06-07T11:06:02.225+02:00] [core] [info] multiplexing: 'central-module-master-output' starts with 0 in queue and the queue file is disable
[2023-06-07T11:06:02.226+02:00] [core] [info] start of asio thread 7fc249576700
[2023-06-07T11:06:02.226+02:00] [core] [info] start of asio thread 7fc248d75700
[2023-06-07T11:06:02.226+02:00] [core] [info] start of asio thread 7fc233fff700
[2023-06-07T11:06:02.226+02:00] [core] [info] multiplexing: engine started
[2023-06-07T11:06:02.228+02:00] [core] [info] Poller '' with id 0 connected
[2023-06-07T11:06:10.058+02:00] [core] [info] bbdo stream stopped with 0 events acknowledged
[2023-06-07T11:06:10.058+02:00] [core] [info] Poller '' with id 0 just disconnected
[2023-06-07T11:06:10.058+02:00] [tcp] [error] Error while reading on socket: Operation aborted.
[2023-06-07T11:06:10.058+02:00] [core] [info] multiplexing: stopping engine
[2023-06-07T11:06:10.058+02:00] [core] [info] multiplexing: sending events to muxers for the last time 0 events to send
[2023-06-07T11:06:10.058+02:00] [core] [info] Destroying muxer central-module-master-output: number of events in the queue: 0
[2023-06-07T11:06:10.058+02:00] [core] [info] modules: closing '/usr/share/centreon/lib/centreon-broker/60-tls.so'
[2023-06-07T11:06:10.059+02:00] [core] [info] protocols: unregistering protocol 'TLS'
[2023-06-07T11:06:10.059+02:00] [core] [info] modules: closing '/usr/share/centreon/lib/centreon-broker/50-tcp.so'
[2023-06-07T11:06:10.059+02:00] [core] [info] protocols: unregistering protocol 'TCP'
[2023-06-07T11:06:10.059+02:00] [core] [info] modules: closing '/usr/share/centreon/lib/centreon-broker/15-stats.so'
[2023-06-07T11:06:10.146+02:00] [core] [info] modules: closing '/usr/share/centreon/lib/centreon-broker/10-neb.so'
[2023-06-07T11:06:10.146+02:00] [core] [info] protocols: unregistering protocol 'BBDO'
[2023-06-07T11:06:10.146+02:00] [core] [info] protocols: unregistering protocol 'compression'
[2023-06-07T11:06:10.146+02:00] [core] [info] protocols: unregistering protocol 'file'
[2023-06-07T11:06:10.146+02:00] [core] [info] protocols: destruction (0 protocols still registered)
[2023-06-07T11:06:10.146+02:00] [core] [info] pool: the latency check encountered an error: Operation aborted.
[2023-06-07T11:06:10.147+02:00] [core] [info] log finished
[2023-06-07T11:06:12.389+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/50-tcp.so'
[2023-06-07T11:06:12.389+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/10-neb.so'
[2023-06-07T11:06:12.397+02:00] [core] [info] start of asio thread 7f7292c37700
[2023-06-07T11:06:12.397+02:00] [core] [info] start of asio thread 7f7292436700
[2023-06-07T11:06:12.397+02:00] [core] [info] start of asio thread 7f7291c35700
[2023-06-07T11:06:12.412+02:00] [core] [info] NEB: module for Centreon Broker 23.04.0
[2023-06-07T11:06:12.412+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/60-tls.so'
[2023-06-07T11:06:12.414+02:00] [core] [info] protocols: registering protocol ('TLS' (layers 5-5)
[2023-06-07T11:06:12.414+02:00] [core] [info] protocols: registering protocol ('TCP' (layers 1-4)
[2023-06-07T11:06:12.414+02:00] [core] [info] modules: attempt to load module '/usr/share/centreon/lib/centreon-broker/15-stats.so'
[2023-06-07T11:06:12.415+02:00] [core] [info] multiplexing: 'central-module-master-output' starts with 0 in queue and the queue file is disable
[2023-06-07T11:06:12.423+02:00] [core] [info] multiplexing: engine started
[2023-06-07T11:06:12.425+02:00] [core] [info] Poller '' with id 0 connected

==> central-rrd-master.log <==
[2023-06-07T11:07:27.562+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:07:42.578+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:07:57.619+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:08:12.637+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:08:27.644+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:08:42.673+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:08:57.677+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:09:12.678+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:09:27.680+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:09:42.690+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:09:57.691+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:10:12.703+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:10:27.704+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:10:42.720+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:10:57.729+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:11:12.732+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:11:27.742+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:11:42.755+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:11:57.762+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:12:12.785+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:12:27.814+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:12:42.828+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:12:57.833+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:13:12.848+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:13:27.861+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:13:42.868+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:13:57.880+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:14:12.893+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:14:27.916+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:14:42.929+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:14:57.933+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:15:12.990+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:15:28.018+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:15:43.019+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:15:58.039+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:16:13.057+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:16:28.067+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:16:43.079+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:16:58.100+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:17:13.107+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:17:28.113+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:17:43.134+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:17:58.138+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:18:13.141+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:18:28.159+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:18:43.177+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:18:58.193+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:19:13.212+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:19:28.220+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use
[2023-06-07T11:19:43.229+02:00] [core] [error] acceptor: endpoint 'central-rrd-master-input' could not accept client: bind: Address already in use

==> watchdog.log <==
[2023-06-07T11:04:29.482+02:00] [cbwd] [error] cbd instance with PID 3194 has stopped, attempt to restart it
[2023-06-07T11:04:29.482+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:04:29.482+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3195)
[2023-06-07T11:04:34.132+02:00] [cbwd] [error] cbd instance with PID 3195 has stopped, attempt to restart it
[2023-06-07T11:04:34.132+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:04:34.132+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3212)
[2023-06-07T11:04:40.505+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:04:40.505+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3262)
[2023-06-07T11:04:40.505+02:00] [cbwd] [info] Starting progress 'central-rrd-master'
[2023-06-07T11:04:40.505+02:00] [cbwd] [info] Process 'central-rrd-master' started (PID 3263)
[2023-06-07T11:04:45.512+02:00] [cbwd] [error] cbd instance with PID 3262 has stopped, attempt to restart it
[2023-06-07T11:04:45.512+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:04:45.513+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3281)
[2023-06-07T11:04:50.522+02:00] [cbwd] [error] cbd instance with PID 3281 has stopped, attempt to restart it
[2023-06-07T11:04:50.522+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:04:50.523+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3331)
[2023-06-07T11:04:55.523+02:00] [cbwd] [error] cbd instance with PID 3331 has stopped, attempt to restart it
[2023-06-07T11:04:55.523+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:04:55.523+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3332)
[2023-06-07T11:05:00.525+02:00] [cbwd] [error] cbd instance with PID 3332 has stopped, attempt to restart it
[2023-06-07T11:05:00.525+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:00.525+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3333)
[2023-06-07T11:05:05.534+02:00] [cbwd] [error] cbd instance with PID 3333 has stopped, attempt to restart it
[2023-06-07T11:05:05.535+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:05.535+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3385)
[2023-06-07T11:05:10.535+02:00] [cbwd] [error] cbd instance with PID 3385 has stopped, attempt to restart it
[2023-06-07T11:05:10.535+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:10.535+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3390)
[2023-06-07T11:05:15.536+02:00] [cbwd] [error] cbd instance with PID 3390 has stopped, attempt to restart it
[2023-06-07T11:05:15.536+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:15.536+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3401)
[2023-06-07T11:05:20.537+02:00] [cbwd] [error] cbd instance with PID 3401 has stopped, attempt to restart it
[2023-06-07T11:05:20.537+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:20.537+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3407)
[2023-06-07T11:05:25.537+02:00] [cbwd] [error] cbd instance with PID 3407 has stopped, attempt to restart it
[2023-06-07T11:05:25.537+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:25.537+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3408)
[2023-06-07T11:05:30.538+02:00] [cbwd] [error] cbd instance with PID 3408 has stopped, attempt to restart it
[2023-06-07T11:05:30.538+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:30.538+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3409)
[2023-06-07T11:05:35.543+02:00] [cbwd] [error] cbd instance with PID 3409 has stopped, attempt to restart it
[2023-06-07T11:05:35.543+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:35.544+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3418)
[2023-06-07T11:05:40.544+02:00] [cbwd] [error] cbd instance with PID 3418 has stopped, attempt to restart it
[2023-06-07T11:05:40.544+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:05:40.544+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3419)
[2023-06-07T11:06:12.396+02:00] [cbwd] [info] Starting progress 'central-broker-master'
[2023-06-07T11:06:12.396+02:00] [cbwd] [info] Process 'central-broker-master' started (PID 3533)
[2023-06-07T11:06:12.396+02:00] [cbwd] [info] Starting progress 'central-rrd-master'
[2023-06-07T11:06:12.396+02:00] [cbwd] [info] Process 'central-rrd-master' started (PID 3534)

Looks like I have created more errors while fixing the unified SQL issue... I can’t seem to wrap my head around this...

Badge +3

Some progress, changed a few things in broker configuration, also turns out I was out of space in /var/lib/centreon-broker so I did this step once more :

Stop the Centreon Broker process:

systemctl stop cbd

 

Delete existing retention files:

rm /var/lib/centreon-broker/* -f

 

 

and restart

systemctl restart cbd centengine gorgoned

Now the problem is it doesnt stop fiiling up the disk space and I don’t know why. I have 5Gb on /var/lib/centreon-brocker is that enough ? Is it the “Link to cbd service” option ? Looks like it I have disabled it and now its okay. Maybe because the process keeps restarting. Also I have lost connection to hosts.

 

Badge +3

I don’t understand, everything else seems good. But the sql database is not working as it should.

But why does “central-broker-sql -” have so many events ? Is that normal ? 

Badge +3

Found a fix, this doesnt get rid of the initial probelm “error while reading on socket” but it does make my central work.

The problem was that I was using output SQL and Storage which were deprecated. Just replace the two by one “unified SQL”. This did the trick for me. If anyone has a proper solution for the original problem feel free to respond.

Good day !

 

Reply