Stream Connectors Release – July 2026
Learn more about the Centreon Infra Monitoring.
Recently active
Hi,One of our remote server centreon_storage tables are not partitioned properly. all tables below.My question is, what is the best approach to fix the issue?Should I try to use this on the docs? https://docs.centreon.com/docs/administration/database-partitioning/Or Do I need to re-create the centreon_storage DB?Also noticed that data_bin table is already partitioned into one.-rw-rw---- 1 mysql mysql 479606079488 May 20 15:41 data_bin#P#pmax.ibd Thank you in advance for the suggestions.
I am trying to monitor some devices with snmp traps. I have followed the centreon docs and I receive the trap, but I don´t know why it is not working. I have configured a debug and I config that I receive the trap, but I don´t know why folder /var/spool/centreontrapd/ is always empty. Please if you could help me I would really appreciate that.Here is my config: [root@CENTREON2025 ~]# more /etc/snmp/snmptrapd.confdisableAuthorization yestraphandle default su -l centreon -c "/usr/share/centreon/bin/centreontrapdforward"OPTIONS="-On -Lf /var/log/snmptrapd.log -p /var/run/snmptrapd.pid"-----------------------------------[root@CENTREON2025 ~]# more /etc/centreon/centreontrapd.pmour %centreontrapd_config = ( spool_directory => '/var/spool/centreontrapd/', # databases credentials centreon_db => "dbname=/etc/snmp/centreon_traps/1/centreontrapd.sdb", centstorage_db => "dbname=/etc/snmp/centreon_traps/1/centreontrapd.sdb", db_type => 'SQLite',
Getting 'No output returned from plugin' alert on Windows Server. The server is reachable (pingable) from the poller, but all services are showing an 'Unknown' status.
Bonjour, Nous sommes actuellement entrain de tester une version dev de Centreon pour une montée de version. Nous souhaitons utiliser la fonctionnalité d’authentification SAML, pour cela devons nous configurer Centreon dans notre fournisseur d’identité (Google dans notre cas) ? Autre chose dans le champ remote login URL, qu’est ce qui est exactement attendu ? Merci d’avance pour les réponses Cordialement
Hello, I need help figuring out how to exclude data from a service.I'd like to hide the "Hole Punch Box" from monitoring the "MarkerSupply-Usage" service.To do this, I was thinking of using the EXTRAOPTIONS --filter command. However, I can't find the right syntax for this to work properly.I've tried a lot of different things, e.g.:--filter '^(?!Hole Box Punch$)'--filter '.*Cart.*'Do you have any ideas, please? Thanks for your help.
Hello,I already had a remote server in CentOs7I reinstalled a new server in Alma 9 and when trying to put it into service I had this problem.The remote server is "Not Running" only on itself, but appears online on the central server.Central:Remote server: The communication works because when I restart the remote I can see the uptime updating on the central.I checked all my services they are up: CBD, centre-engine, centreon, gorgoned, centreontrapd By checking in /var/log/Centreon-broker with the “poller-broker.log” file I have this error message: [warning] Poller '' with id 0 already known as connected. Replacing it with '' [tcp] [error] TCP: Connection refused to central:5669 [tcp] [error] Error while reading on socket from central: Operation canceled [tcp] [error] TCP: Connection refused to localhost:5670
Bonjour,Hier matin en supervisant mes imprimantes, je parviens à faire fonctionner les services de ces hôtes, mais malgré le fait que les ping soient fonctionnels pour une majorité d’appareils, l’interface web me dit toujours que mes appareils sont dans un état de pending, donc en attente d’être validé soit 24 heures après l’ajout de tous ces hôtes.Merci pour vos réponses.
Hi,I’ve been told licence key were now handled online and I would not have to ask for key anytime. What naive being I had have to beleive in this.In addition I’m quite sure licence was valid before I upgrade from 23.10.18 to 23.10.21.Can someone please look at what the funk could it be made to fix this issue? I can’t upgrade the plugin packs.The fingerprint of the regarded platform is 1c7XXXXXX26003These licence key problematic is a funky plain in the grass!Cheers.
Do you know if the new Centreon monitoring agent opentelemetry (In version 24.10.X) is fully supported by Centreon ? ( also : not in beta test release) Did you have a chance to test it on Windows / Linux ? Thanks a lot
Hello folks! I’m trying to do a trial of Centreon; however, our FW policy doesn’t allow for non-US based repos.Googling doesn’t come up with much around the topic, but does anyone know of a US mirror that can be specified rather than using the default that is in amazaon EU-West via jfrogs?
Hello,I was wondering if there is a RSS Feed that can display the latest Common Vulnerabilities and Exposures for Centreon. I tried to search it on the internet and i didn’t found.Thanks in advance,RicL
Hi,Some of my rrd's have obsolete entries and this affects the visibility of the graph.Example with load: a metric load_192.168.1.1The ip has changed, so I have this metric that I don't need anymore.How can I MASSIVELY purge all rrd entries that haven't been updated in a certain time?Thanks
Currently we have a working LDAP connection to our AD but we import users manually and remove them manually when access should be stopped.This is a certain administration effort, the only advantage is that users can user their AD credentials to authenticate. Target is to manage user access to Centreon only in AD, e.g.,all members of the AD group Group_A should be member of a certain Centreon contact group, e.g. “Admin” all members of the D group Group_B should be member of a certain Centreon contact group, e.g. “ReadUsers” …When a user has been removed from the corresponding AD group access to Centreon should be removed automatically.Long story short: Centreon access rights should be managed fully in AD without need to manage users in Centreon. Is this possible? Official documentation is not very helpful (https://docs.centreon.com/docs/administration/parameters/ldap/).For me this seems to be the standard how authorization should work. I searched in TheWatch as well but I did not found
Hello, so I was configuring a new centreon solution manually and in a command check called: OS-Linux-SNMP-Traffic-If-SpeedI found the following command:$USER1/$/check_centreon_snmp_traffic -H $HOSTADDRESS$ -S --snmp-version='$_HOSTSNMPVERSION$' $_HOSTSNMPTRAFFICEXTRAOPTIONS$ -i '$_SERVICEINTERFACENAME$' -n -w '$_SERVICEWARNING$' -c '$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$however, I didn’t know where to find “check_centreon_snmp_traffic” file so I’ve looked online and found this github repo:centreon-plugins/src/check_centreon_snmp_traffic at 7bd0a4bd38bb7f9ce7be15b1a0efd045245b4a84 · centreon/centreon-plugins · GitHub And it contains the file, so I’ve followed the insctructions on the read me file, aka:- just run install.sh in src/ directory- don't directly copy plugins in Nagios plugins directoryand I did just that, I downloaded the whole directory, and I tried running the ./install.sh file, however I got this error:I’m guessing ebcause the “functions” dir doesn’t exist but I’m not
Hi everyone, We are new in Centreon configuration and we get some issues using one plugin. I’m french so I hope my English will be understandable. We just install the plugin “Extreme Network” on our Centreon 24.10.5 to monitor our Extreme switches.We configured SNMPv3 on our Extreme switches :$enable snmp access$configure snmpv3 add user toto authentication sha tototitiauth privacy aes tototitipri$configure snmpv3 add group admin user toto sec-model usm$configure snmpv3 add access admin sec-model usm sec-level priv read-view defaultAdminView write-view defaultAdminView notify-view defaultNotifyView In Centreon, we create these entries for the host model :SNMPUSERNAME totoAUTHPROTOCOL SHAAUTHPASSPHRASE ‘tototitiauth’PRIVPROTOCOL AESPRIVPASSPHRASE ‘tototitipri’SNMPEXTRAOPTIONS We select the v3 for SNMP version and do not define the name SNMP community. Not necessery in SNMPv3. With the command “snmpwalk” from our Central Centreon to our switch with this command :$snmpwalk
=============================================================================================== ENGLISH (FRENCH BELOW) ===========================================================================================Hello,I expose my problem here hoping to find some help...I noticed a rather strange behavior on my Centreon, I connect via LDAP.If I make a single login/password mistake, my AD account is instantly locked.On the AD side, the locking policy is 3 attempts and the problem is only encountered with Centreon.Real example:Here we can see 3 attempts with failure, except that I tried to connect only once.As if Centreon retries several times by itself? ==================================================================================================== FRENCH ======================================================================================================Bonjour,J’expose mon problème ici en espérant pouvoir trouver de l’aide…J’ai remarqué un comportement assez étrange sur mon Centreon
Hello Guy’sI want to know that is it ok to update my central server as my central server is at 23.10 and all pollers are in 24.10(Total 25 Pollers) active at production environment?Is it ok to update central server now? or keep it as it is? can you please suggest safest way to procced for updating cental server.Thank you
Hello everyone, i’ve followed the poller installation one by one, and checked the link for troubleshooting why a poller might be doing, which is:My poller is down | Communityand these are the results from following those steps:Check 1: Network connectionsfrom poller netstat -plant | egrep '5556|5669'tcp 0 0 0.0.0.0:5556 0.0.0.0:* LISTEN 6152/perltcp 0 0 10.99.8.214:5556 10.99.8.118:60702 ESTABLISHED 6152/perlfrom central: netstat -plant | egrep '5669|5556'tcp 0 0 0.0.0.0:5669 0.0.0.0:* LISTEN 18458/cbdtcp 0 0 127.0.0.1:46150 127.0.0.1:5669 ESTABLISHED 18446/centenginetcp 0 0 10.99.8.118:60702 10.99.8.214:5556 ESTABLISHED 18510/gorgone-proxytcp 0 0 127.0.0.1:5669 127.0.0.1:46150 ESTABLISHED 18458/cbdfor the firewall i got:systemctl status firewalld:on both poller and central.Check 2: centreon-engine process:the results:system
Hello, i wondered if there was a CLAPI query to get the top counter values from a centreon. I am not running the latest version so i’m unsure that it is available in the web API or the CLAPI.Do anyone know what could be used to get this data programatically ?
Hello everyone Ive tried connecting my poller to the centreon central server and tired debugging and I see nothing wrong on the poller side nor the central server side, ive retsrated cbd, centengine, gorgoned, ive exported and imported config files, ive restarted the services on both vms, etc. I cant seem to figure out what’s wrong now, however i do see this log in the debug of centreon central, something about a key that changed?and Ive tried checking the ip tables and netstat connections etc and the result below is what i got, appearenlty the central is trying to connect to the poller but the connection gets refused or soemthing, and no the firewall isnt issue nor is the SElinux. Update:Ive changed the fingerprint in the hsitory.dsb file from the old one to the new one, now when I run the netstat command the connection is established in the centreon central, but now the poller has the same “TIME_WAIT” thing that i had in the central earlierresult in the central , Im not sure what TI
Hello, We have to survey our video devices with Microsoft Teams Rooms. With Windows, a plug-in exist and we have find the method to survey these devices. But with the android devices, we don’t see the plug-in to use. Do someone know it ?Thanks fo your answer,JP.
goodmorning,under report->mbi->general options->notification options we have configured our local postfix and with test button is sending test mail correctly.under publication rules we have configured a new rule with the same behavior to automatically send us a weekyl report and test button is sending test mail correctlyunder jobs we have created a new jobs with publication rule configured before and administration notification enabled, but in this case nothing is sent through mail nor postfix logs something. seems that at the end of the report creation nothing is called to send a mail. could someone help ?thanks
Hello community !Recently, I installed some Huawei OceanStor storage array. So I installed the “Huawei OceanStor SNMP” plugin pack and when I try to use it to check through SNMPv3, the checks stays in unknown state “ UNKNOWN: SNMP Session: unable to create “.When I try a snmpwalk v3, it’s OK.snmpwalk -v3 -l authPriv -u usernamesnmpv3 -a SHA256 -A "AuthenticationPassword" -x AES256 -X "EncryptionPassword" hostfqdnIn Centreon, I added the following informations in the “SNMPEXTRAOPTIONS” field :--snmp-username="usernamesnmpv3" --authpassphrase="AuthenticationPassword" --authprotocol="SHA256" --privpassphrase="EncryptionPassword" --privprotocol="AES256"Do someone have the same issue ?Thanks,Regards.Sully
HelloHas anyone already implemented filters on the hardware::server::lenovo::xcc::snmp::plugin plugin for fan named 6A, 7B, etc?I have already set up filters for fans named with a simple digit, but I can't do it when there is a digit and a letter. exemple : centreon_plugins.pl --hostname XXX.XXX.XXX.XXX --snmp-username centreon --snmp-timeout 30 --snmp-version 3 --plugin hardware::server::lenovo::xcc::snmp::plugin --mode=hardware --component=fan --filter=Fan,6A CRITICAL: Fan 'Fan 6A Tach' status is 'Unknown' - Fan 'Fan 6B Tach' status is 'Unknown' - Fan 'Fan 7A Tach' status is 'Unknown' - Fan 'Fan 7B Tach' status is 'Unknown' | 'fan_Fan 1A Tach'=27%;;;0;100 'fan_Fan 1B Tach'=24%;;;0;100 'fan_Fan 2A Tach'=27%;;;0;100 'fan_Fan 2B Tach'=24%;;;0;100 'fan_Fan 3A Tach'=27%;;;0;100 'fan_Fan 3B Tach'=24%;;;0;100 'fan_Fan 4A Tach'=26%;;;0;100 'fan_Fan 4B Tach'=25%;;;0;100 'fan_Fan 5A Tach'=26%;;;0;100 'fan_Fan 5B Tach'=25%;;;0;100 'count_fan'=14;;;; Best regards
Hi everyone,I’m encountering an error with the centreon_cisco plugin while trying to monitor memory usage on a Cisco CBS350 switch (firmware version 3.4.0.17): UNKNOWN: Cannot find memory informationsHas anyone experienced this issue before? If so, are there known workarounds to retrieve memory metrics?Details: The plugin fails to fetch memory data via SNMP. A custom script workaround might require privilege level 15 (full admin access), which is restrictive. Questions: Is there a specific OID for memory monitoring on CBS350 switches running firmware 3.4.0.17? Are there alternative methods to monitor memory without requiring privilege level 15? Any insights, scripts, or configuration tips would be greatly appreciated!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.