Stream Connectors Release – July 2026
Learn more about the Centreon Infra Monitoring.
Recently active
Hi,we’ve upgrade Centreon from 23.04 to 24.10. We discover the the Dashboard system and is seems to be great.We encounter a problem to Create a playlist. it’s just didn’t work when i clic on Save… nothing hapen..
Hi,I stumbled on the following instruction reading the documentation for the Postgres Connector: I don’t understand.Does online license and offline license have to be understood as, respectively, “SaaS” and “on premise”? I wouldn’t say so, but ?Else, if it’s about the way the license validity is checked, then why the nature of this verification would change the way a Connector Pack has to be installed? Do any other non-intuitive things like this are already present or are to be awaited in future releases?Do you have a list of what « online licensing » implies for the way Centreon behaves? I remember I’ve been told back then it was introduced, that it’s a matter of checking the licence validity, and only that. I’m afraid I’ve been lied to about the real purpose of this functionality. Can someone explain me what means this part of the documentation?
Good morning,I have an opensource centreon in 24.04.8 which uses mediawiki 1.39.1.MariaDB is installed on a remote server in version: 10.11.10. It hosts the 2 centreon DBs and 2 mediawiki DBs.In the Centreon doc it is written that you must use version 1.31 of mediawiki.And it is written in the mediawki doc that it is compatible with MariaDB 10.3.0+.I get this error when I click on the notes_url in the resources screen:Warning: Trying to access array offset on value of type null in /usr/share/centreon/www/class/centreon-knowledge/wikiApi.class.php on line 98Is this related to the different versions installed?Sincerely
I receive notification status UP for all my hosts continuously although the status of the host is not changing (always up)
Hi,we’ve upgrade Centreon from 23.04 to 24.10. We discover the the Dashboard system and is seems to be great.We encounter a problem to share a dashboard to Contact group. We have some Contact group but the list stay empty in the drop down list.EDIT : I realized the drop down list Contact is also bugged. there is no all the users…
Hello ! We would like to push centreon alerts to our webex communication tool. Is this possible?
Bonjour j’ai déployer centreon 24.4 sur une VM debian12 , et je souhaite votre aide pour avoir un rapport hebdomadaire de l’état de mon infra par mail . j’utilise une licence IT-100
Bonjour,J’ai la page des graphes de statuts de la plateforme qui fonctionne seulement à certaines périodes depuis quelques temps.Est-ce que quelqu’un a déjà rencontré un problème similaire, et aurait éventuellement une solution ?
Hi,During the upgrade of a central server, especially when the PHP script are run, should/must distant poller be up and running? Or doesn’t matter?I have this question with Gorgone in mind: do the PHP upgrade scripts could need to do any modification on the remote pollers, like deploying new files?
Hi, after migrate 22.10 to 23.10 , Ressource status page contains an error with “check (C)” column.It indicates the "only passive check" icon on an active service and nothing on a passive service.Best regards,
Hello,This morning, I tried to log in to the Centreon web interface. I selected my admin account, and it first showed "Login Succeeded" followed by "Unauthorized." After that, I was left with a blank page displaying "Centreon is loading" indefinitely.I was on Centreon just yesterday, and I don't understand what could have changed since then.Centreon version : 24.04.7I try with an other navigator and it’s Ok.Ok the solution is just close and reopen the navigator...
Hi, Is it possible to set macro extraoption in autodiscovery rules?This is what I do:$_SERVICEEXTRAOPTIONS$="--oid-filter='ifDesc' --oid-display='ifDesc' --snmp-autoreduce --verbose";I want just set that if my variable $name_index$ is empty Cordialy,Francis
Hi everyone,I have a perl script that runs fine from the commandline, gives back the error level and the text. Runs under the Centreon user as well, but it keeps giving me the message ‘ No output returned from plugin’.The return code used is this: if( $currentlyBuilding eq 'false' ) { if( int($lsbThresholdCrit) <= int($tsec) && int($lsbThresholdCrit) != "0" ) { $retStr = "Build has been broken for " . $tsec ." seconds; first failed build number: " . $firstFailedBuildId . " (" . $firstFailedBuildURL . ")"; $exitCode = 2; } elsif( int($lsbThresholdWarn) <= int($tsec) && int($lsbThresholdWarn) != "0" ) { $retStr = "Build has been broken for " . $tsec ." seconds; first failed build number: " . $firstFailedBuildId . " (" . $firstFailedBuildURL . ")"; $exitCode = 1; } else { $retStr .= ", build has been broken for " . $tsec ." seconds; first failed build number: " . $firstFailedBuildId . " (" . $fir
Hi everybody !I have created a service in order to check Oracle autoextended tablespaces.A SQL custom query runs in order to retrieve the TB space utilization. Unfortunately, the result in UNKNOWN because some special caracters appears in the command output.The query (in the command check):--sql-statement="SELECT ddf.tablespace_name $ARG5$,round((ddf.bytes - sum(dfs.bytes)) / (ddf.maxbytes) * 100, 2) taux_occupation_tablespace FROM dba_free_space dfs,(select tablespace_name, sum(bytes) bytes, sum(decode(maxbytes, 0, bytes, maxbytes)) maxbytes FROM dba_data_files group by tablespace_name) ddf,dba_tablespaces dt WHERE dfs.tablespace_name (+) = ddf.tablespace_name AND dt.tablespace_name = dfs.tablespace_name AND dt.contents <> 'UNDO' GROUP BY ddf.tablespace_name, ddf.bytes, ddf.maxbytes ORDER BY $ARG5$" --warning=$ARG6$ --critical=$ARG7$But in centreon, <*> appears in the output, just before ‘UNDO’:UNKNOWN: Cannot execute query: ORA-00904: "UNDO" : identificateur non valide (D
Hello,Unless I’m mistaken, it is not possible to share a playlist with a public link in Centreon 24.04.8.Are there any plans to add this feature in a future version 24.04.x ?Thanks for your help
Hello,Do you think it would be possible to provide an APT repository for the plugins (https://packages.centreon.com/apt-plugins-stable/) for Ubuntu or other distributions? Or, could you please tell me where I can download the script "/usr/lib/centreon/plugins/centreon_linux_local.pl" along with the plugins? Also, an installation procedure with dependencies would be very helpful.Have a good day.Best Regards
Hi,When I use the "hardware::pdu::eaton::snmp::plugin" plugin with the "environment" mode I get errors on the return : It turns out that the temperature probes which are added to the PDU no longer have the same OIDs. OIDs requested by the plugin : OIDs from the new MIB EATON : (.1.3.6.1.4.1.534.6.8) I can also see that this request has already been made several times on the centreon-plugins github :https://github.com/centreon/centreon-plugins/issues/3222https://github.com/centreon/centreon-plugins/issues/2888 If it was only necessary to change the OID I could have made the modification but in this case it is also necessary to review the mapping because the return of these new OIDs is different and requires adaptation. Could you please modify this plugin to be able to check new PDU ? Do you need me to provide any other information ? Thanks for your help.Kind Regards.
Bonjour,Nous voudrions changer notre configuration concernant notre de base de donnée .Nous voulons mettre les données sur un serveur externe , toute la configuration du ‘Mariadb’ est faite lace ( Création du User avec les privilèges).Maintenant je me pose la question pour effectuer le changement sur le serveur Centreon.Faut il juste modifier le configuration du Broker Output , en changeant la nouvelle adresse du serveur de base de donnée ? Ou faut il modifier autre chose ?Merci pour votre aide Hello,We would like to change our database configuration.We want to put the data on an external server, all the configuration of the 'Mariadb' is done lace (User creation with privileges).Now I'm wondering how to make the change on the Centreon server.Should I just modify the Broker Output configuration, changing the new database server address? Or do I need to change something else?Thanks for your help
Hi,I’ve imported the configuration from my Centreon 20.10 to my new Centreon 24 but it doesn’t work : [ - ] CentralConfiguration mechanism used: legacyReading main configuration file '/var/cache/centreon/config/engine/1/centengine.DEBUG'.Reading resource file '/var/cache/centreon/config/engine/1/resource.cfg'Error Contact 'User' has no service notification commands defined!Error Contact 'User' has no host notification commands defined!Cannot resolve contact 'User'Checking global event handlers...Checking obsessive compulsive processor commands… Thank you for your help !
Bonjour,Is someone succeeded to retrieve macro parameters from Host, HTPL, Service and STPL ?Centreon version 24.04
Hello,I created a notification command to send an email when a specific alert occurs, but it doesn't work. The Host or service is not recognized.Could you help me please?Notification Command:/usr/local/bin/send_ticket_email.sh SMTPAPPR_IVA-IVANTI@groupe-casino.fr "$NOTIFICATIONTYPE$" "$HOSTNAME$" "$SERVICEDESC$" "$NOTIFICATIONOUTPUT$" "$SERVICESTATE$"CASE 1:echo "[`date +%s`] SEND_CUSTOM_SVC_NOTIFICATION;ENG_XM001W9J_SRV_WIN_APP_PRD;HTTP-Soap-Content-eng-e-com;1;auteur;Ceci est un test de notification de hôte" >> /var/lib/centreon-engine/rw/centengine.cmd[2024-11-29T09:49:57.408+01:00] [external_command] [debug] [1386] push execute [1732870197] SEND_CUSTOM_SVC_NOTIFICATION;ENG_XM001W9J_SRV_WIN_APP_PRD;HTTP-Soap-Content-eng-e-com;1;auteur;Ceci est un test de notification de hôte[2024-11-29T09:49:57.770+01:00] [external_command] [info] [1386] EXTERNAL COMMAND: SEND_CUSTOM_SVC_NOTIFICATION;ENG_XM001W9J_SRV_WIN_APP_PRD;HTTP-Soap-Content-eng-e-com;1;auteur;Ceci est un test de
Hi everybody, I’m new in Centreon’s world (and to the world of monitoring).In my Centreon, I’ve many hosts where I monitor processes or services (Windows). What is the best practice for checking processes?Currently, I have 1 check per service, like this:/usr/lib/xxx/xxx//centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=service --hostname=1.2.3.4 --snmp-version='2c' --snmp-community='public' --service='service_name1' --warning= --critical= --state='' --regexp Result : OK: Service 'service1' state is 'active' [installed state: 'installed']/usr/lib/xxx/xxx//centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=service --hostname=1.2.3.4 --snmp-version='2c' --snmp-community='public' --service='service2' --warning= --critical= --state='' --regexp Result : OK: Service 'service2' state is 'active' [installed state: 'installed']etc…I’ve tried to use just one command, with this syntaxe : /usr/lib/xxx/xxx//centreon_windows_snmp.pl
I have 3 DB2 servers, all have the same processes (only the DB name are different), they all have the same process check (based on a service template).The checks worked well for several months, from a few days the check is CRITICAL on 1 server whereas the process is still present. I can’t find why. Here is the check command from the poller :/usr/lib64/nagios/plugins/check_centreon_nrpe3 -H XXX0002.domain -p xxxx -t30 -u -c check_centreon_plugins -a ‘os::linux::local::plugin’ ‘process’ ‘--warning-total= --critical-total=1:1 --warning-time= --critical-time= --filter-command="^db2sysc$" --filter-arg="0" --filter-state="" ‘For XXX0002 it returns :CRITICAL: Number of current processes: 0 | 'processes.total.count'=0;;1:1;0;For XXX0001 and XXX0003 it returns :OK: Process: [command => db2sysc] [arg => db2sysc 0] [state => S] duration: 1y 7M 12h 30m 31s - Number of current processes: 1 | 'processes.total.count'=1;;1:1;0; When I execute the bash command used by the check, i.e.ps -e -o s
Hello,please, how to set a static IP address in Centreon 24.10 (Debian)?The file “/etc/network/interfaces” does not exist.Thank You.
Hi,When I try to install centreon-awie to migrate, I can’t find it on the web interface.I have repo errors when I try with CLI.Thanks
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.