Stream Connectors Release – July 2026
Learn more about the Centreon Infra Monitoring.
Recently active
Hi all,We would like to add a 4th poller, we have follow the procedure to add them, poller work well but central can’t see them.I open a ticket to the support , after 2 webex we are in the same issue.Did you have see the same situation ?(we use an external MariaDB 10.6) Thanks
Hi,We have here Centreon 22.04.We use the clapi binary on our Central Server to manipulate Centreon objects: particulary to import /build hosts, hosttempletes, servicestemplates ...etcThe binary is provided by the package "centreon-web-22.04.7-5.el7.centos.noarch"EX:/usr/share/centreon/bin/centreon -u admin -p XXX -o HG -a show/usr/share/centreon/bin/centreon -u admin -p XXX -i my_file.txt # THIS WILL IMPORT THE CONTENT OF THE FILE Now we need to run this but from another linux server (Not on the Central), be I wonder how it is possible : ? Install the binary but how to specify where is the Centreon environment (database) to modify.In other words : we need to run imports/creation of centreon objects remotely.Has anyone already done this before ?I know ‘centctl’ : but is from community and not supported by Centreon …Thanks a lot !
once i play the OS-LINUX-Cpu-SNMP-custom check-command i got this messagebut when i play this command on backend they conplains that the argument --host is missing, but i don’t say how do i parse it on front end/usr/lib/centreon/plugins/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=cpu --help Output perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "pt_BR.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
We want to monitor the virtual fabric on our brocade san switchsHas anyone ever encountered this type of problem and found a solution?
Hello, I’m configuring mail notification for my Centreon server, but I can’t receive mail after configuring Postfix. I tried few parameters from different tutorials but it still doesn’t work. Logs : Feb 13 15:53:18 xxx postfix/qmgr[584413]: ED80F64CD1: from=<centreon-engine@xxx.xxx.xxx>, size=671, nrcpt=1 (queue active)Feb 13 15:53:18 xxx postfix/qmgr[584413]: E905E64DF0: from=<centreon-engine@xxx.xxx.xxx>, size=731, nrcpt=1 (queue active)Feb 13 15:53:18 xxx postfix/error[597488]: ED80F64CD1: to=<xxx@xxx.xxx>, relay=none, delay=719, delays=719/0/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to smtp.xxx.xxx[xxx.xxx.xxx.xxx]:25: Connection refused)Feb 13 15:53:18 xxx postfix/qmgr[584413]: E722B64DCE: from=<centreon-engine@xxx.xxx.xxx>, size=671, nrcpt=1 (queue active)Feb 13 15:53:18 xxx postfix/error[597695]: E905E64DF0: to=<xxx@xxx.xxx>, relay=none, delay=5939, delays=5939/0/0/0, dsn=4.4.1, status=deferred (delivery temporarily su
After a fresh install with packages on Debian 11.I read all about it and even I wrote a post with some errors.In /var/log/centreon-broker/central-broker-master.log there a some errors The error have sense cause cbd is listening on 0.0.0.0 Since I tried this before. I used the IP (13.0.2.252) of the instance into the form during https://docs.centreon.com/docs/installation/web-and-post-installation/#web-installationcentreon/config.d/10-database.yaml, centreon/centreon.conf.php, centreon/conf.pm have 13.0.2.252.More errors...central-broker-master.log:[2023-03-06T15:24:58.072+00:00] [core] [error] failover: global error: failover: 'centreon-broker-rrd' cannot connect endpoint.central-rrd-master.log:[2023-03-06T15:29:37.240+00:00] [bbdo] [error] BBDO: invalid protocol header, aborting connection: waiting for message of type 'version_response' but nothing receivedcentral-rrd-master.log:[2023-03-06T15:29:37.240+00:00] [tcp] [error] Error while reading on socket: End of filecentral-rrd-master
Hello, Is it possible to download the Centreon documentation (https://docs.centreon.com/docs/22.04/XXXX) in .pdf or .html to read locally ? Thank you.
Hello the community,Nice to meet you. I am testing Centreon 22.10.5 using remote pollers.Is there any conditions for changing the centreon-engine password? Could I change it with no risk?
Hello,I am testing the new version of Centreon Map (22.10), the problem is that when I click on a map to view it, sometimes it works and displays the map, sometimes it doesn't show anything for a second and returns to the maps list page, so I have to click on the map two or three times to be able to display it.Here are some photos:if I want to display the map named “myMap”, it will display like this for a secondthen it’s rollback to maps list pageI have to repeat the process two or three times to be able to display myMap Thank you for your help.
Good morning, I am monitoring several Windows services with "centreon_windows_snmp.pl". It works fine with the following argument and service name, for example: --service='dcsx'. My question is: why does it show services in critical state if they are running? I have tested with the "Print Spooler" service and it works fine. I have also tested with the DataCore Executive service and even though it is running, it appears as critical. All of this with the same configuration and host. King regards.
Hello community ! I’ve recently encountered a problem while trying to install the centreon-plugin-Operatingsystems-Linux-Local.noarch component for Linux NRPE3 plugin supervision on an Oracle Linux end-server, using Ansible automation. Here is a fragment of my Ansible playbook code (I use yum_repository as dnf_repository is not yet available in Ansible):- name: Add Yum repository yum_repository: name: Centreon baseurl: https://yum.centreon.com/standard/22.10/el8/stable/x86_64 - name: Install requirements dnf: name: “{{ item }}” state: latest with_items: - centreon-nrpe3-daemon.x86_64 - centreon-plugin-Operatingsystems-Linux-Local.noarch While launching the above playbook i got the following error related to the installation of the second component:Depsolve Error occurred:Problem: cannot install the best candidate for the job - nothing provides perl(JSON::XS) needed by centreon-plugin-Operatingsystems-Linux-Local-20230215-164619.el8.noarch I did some research
Hello,I'm installing centreon 21.04 and I'm stuck at step 2 (step 2)error message log/php-fpm/centreon-error.logthe installation is on a shared serverError log centreon.log PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'centreon.informations' doesn't exist in /usr/share/centreon/www/class/centreonDB.class.php:2Stack trace:#0 /usr/share/centreon/www/install/step_upgrade/step3.php(52): CentreonDB->query('SELECT `value` ...')#1 {main} thrown in /usr/share/centreon/www/class/centreonDB.class.php on lineThanks in advance
Hello,Why do you think access to the configuration page of a host is slow? By slow I mean at least 30 seconds of waiting?
7Installation Currently installing database and generating cache... please do not interrupt this process. Step Status Setting up configuration file OK Configuration database createTables.sql Line 21:Cannot execute query : /*!40101 SET character_set_client = @saved_cs_client */; Any idea why I’m getting a “Cannot execute query” error? Jacques
Hi,Currently, in the search bar, if there are some suggested entries, hitting Enter automatically selects the first suggested entry. If you don’t want to select this entry, you must hit Escape before hitting Enter (or entering a space character).I’d prefer having to use the down arrow key to select the first entry, and so, hitting Enter would search for what’s effectively in the search bar, not he first suggested entry.I understand this is quite a matter of personal preferences. To illustrate that both behaviors exist: - the Chrome address bar behave like the current behavior in Centreon: it automatically selects the first suggested entry - the search bar in the Google home page behaves the right way, 😉: it goes for what’s effectively written in the input field.In many cases, the suggested entry that the user wants will not be the first, so the user will have to use the down arrow key. It appears to me that it’s more consistent to always have to use the arrow keys to select one of th
Good morningI have a problem there but impossible to add a 3rd ESX error: UNKNOWN: Unknown container name 'default12'Other ESX works fine but not this one Here is my configuration :
Bonjour,J’aimerais pouvoir ajouter un widget à ma vue personnalisée qui permettrait de voir le top 10 des espaces disques qui consomment le plus sur une version 22.10 de centreon Open Source. J’ai remarqué sur la documentation Centreon qu’il existait le widget “Storage list near saturation”, mais je n’arrive pas a trouvé le widget en question, est-ce que le widget existe sur la version 22.10 ? Est-elle payante ? Faut-il l’ajouter à la main ? Merci d’avance,Opaline
Hi, During Network manipulations and installation our neighbor team is using API requests to force a check on a service/host, to set DOWNTIMEs…But their token token being valid just for 10 minutes they need to get a brand new almost for every new request. Is there a way to extend the validity of a token with Centreon ? Thanks in advance for your answer. Farzana
Bonjour,objet: RHEL 8 et Centreon 21.10 J’ai réussi avec la mise à jour de Centron à 21.10 et maintenant quand je fait un “dnf install”, j’ai l’erreur suivante.Problem 1: cannot install the best update candidate for package centreon-helios-1.0.0-1.el7.noarch - nothing provides rh-php72-php-cli needed by centreon-helios-1.2.0-2.php72.el7.noarch Problem 2: cannot install the best update candidate for package rrdtool-perl-1.7.0-16.el8.x86_64 - nothing provides perl(:MODULE_COMPAT_5.16.3) needed by rrdtool-perl-1.7.2-1.el7.centos.x86_64 Problem 3: package centreon-web-21.10.13-2.el8.noarch requires rrdtool-perl, but none of the providers can be installed - package rrdtool-perl-1.7.0-16.el8.x86_64 requires rrdtool = 1.7.0-16.el8, but none of the providers can be installed - rrdtool-1.7.0-16.el8.i686 has inferior architecture - cannot install both rrdtool-1.7.2-1.el7.centos.x86_64 and rrdtool-1.7.0-16.el8.x86_64 - cannot install the best update candidate for package rrdtool-1.7.0-16
Hello, so here I have 80 machines and 1045 services.I think I have a configuration problem, because my /var/lib/centreon/metric is 100G and the bdd 30g.With very low retention.host configuration :Service configuration : Is it normal to have so much data?Can you help ? Much appreciated.
Hello,When deploying latest Centreon v22.10.5 from OVF image or through “unattended.sh” script, everywhere where the date needs to show up, I’m getting “Invalid Date” instead. Please see the image bellow. Any idea how it can be fixed?Thank you
Hello,In order to test passive checks on my Centreon i have configured SNMP Trap for changing on the running configuration.Tthe switch i try to monitor is Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE10a.I use the passive check OID : .1.3.6.1.4.1.9.9.43.2.0.2 that was already built in Centreon.But when i’m trying to test this OID my service, it still be on “pending”.My configuration receives the check because i can see on my logs this output :I have followed https://docs.centreon.com/fr/docs/20.04/monitoring/passive-monitoring/enable-snmp-traps and https://docs.centreon.com/fr/docs/monitoring/passive-monitoring/debug-snmp-traps-management to debug my configuration.Do you have any suggestions to resolve this problem ?Thanks a lot.
Hello ! I have the alert “high CPU usage” (100%) on my Centreon server since last week, no major changeapart from some added traffic data services, used version is 22.10.1. This alert is always active, it never stops.I upgraded to 22.10.6 and error is always present. OS is CentOS 7.I checked with top command and the problematic process seems to be “centreontrapdforward”.I don't know what else to do, can you help me ?Thank you.
Hi,Currently, if a service which is in a downtime period is renamed, cancelling the downtime doesn’t work. It requires the engine to be restarted, a simple reload isn’t sufficient. In addition, after the restart, the downtime, while effectively cancelled, is still shown as “Nerver started” in the downtime list.Is it something that one can expect to be fixed? If it can’t be handled as if the service hasn’t been renamed, could it be possible that a simple reload does the job? Because restarting the engine on a poller with thousands of service isn’t something which is absolutely transparent: it takes a couple of minutes and the poller may appear as not running for a little while and services as being in a unknown state.As a service has an ID, changing its description (ie: name) shouldn’t have an impact on downtimes.If it can’t be fixed because it would require too much modification of the code, would it be possible to prevent the renaming with a message telling that the service can’t be r
Bonjour,Suite à l’installation de Centreon MAP, je rencontre un bug lors de la création d’une Map contenant un cadre et un objet provenant de Centreon.C’est une installation toute fraiche de la solution MSP réalisée par une personne de l’équipe Centreon dans sa toute dernière version sur du Redhat 8.Chaque service/fonctionnalité est sur un serveur dédié. Centreon est en version 22.10.04 relié à une BdD MariaDB déportée. Le serveur MAP possède quant à lui sa propre base de données.Tous les accès sont pour le moment en http et le résultat du diagnostic.sh sur MAP est OK.Les premiers tests qui ont été réalisé sont bien évidemment le reboot, la vérification du lancement des services et les logs Centreon-map-engine.Testé à la fois sur Chrome Engine et Firefox pour un résultat identique. Je créé donc une vue map dans laquelle je créé un cadre basique dans lequel je place un objet ou un widget et que je groupe. Je refait la même manipulation à coté avec un autre cadre, un autre objet et donc
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.