Stream Connectors Release – July 2026
Learn more about the Centreon Infra Monitoring.
Recently active
Hello;i just fresh install a server central with the automatic processus “Unattended installation of a central server” version 24.04once installed , i set the https access to the central GUI and i can connect on it with a self certificate. Now i would like to register a remote server with same process install “Unattended installation of a central server” version 24.04”.once installed, when i run /usr/share/centreon/bin/registerServerTopology.sh -u admin -t remote -h ipcentral -n remoteserver1 --insecurei have this issue: 2024-09-04 18:25:46+02:00 - ERROR - ip remoteserver: {"code":500,"message":"Request to the Central's API failed : Recv failure: Connection reset by peer for \"http:\/\/ipcentral\/centreon\/api\/v24.04\/login\"."} could you help me?thank
Hello everyone I had deployed a machine as a poller and connected it to centreon, then later i exported it to a different network and wanted to attach it to a different centreon server, however the command “/usr/share/centreon/bin/registerServerTopology.sh -u admin -t poller -h 192.168.0.1 -n poller-1’ was run succesfully and I could see the poller in the list when I went to add it, however when It came to the gorgoned file I click to copy the contents and I see the error above, I’m unsure what I’m supposed to do, I deleted the old gorgoned file and restarted the service on both the central and the poller, and redeployed the poller and added it again, still same issue, I’m unsure what I should do, I also deleted the log files and the key files: rm -rf /var/lib/centreon-gorgone/.keysrm -rf /var/log/centreon-gorgone/*
In the Monitoring > Map menu of the Centreon web interface, in 21.10 version, what are the prerequisites for displaying the different MAPs that we create with our heavy client? I can see them, but my colleagues can’t, and I don't know why, since we belong to the same groups so the same rules are applied to us. Do we need to change something at the ACL level ? Is there any parameters on their profile that I need to change ?
Hello,I install the last connector but on plugins folder there isn’t a pl file to excecute the plugin.Anyone have solved this problem?Thanks
Hi, I have a poller with many Oracle databases monitored by Centreon’s plugin centreon_oracle.pl.But I have a lot of trace files in directory “/var/tmp/oradiag_centreon-engine/diag/clients/user_centreon-engine/host_<123456789>_<123>/trace”.This leads my poller to ran out of inodes:Filesystem Inodes IUsed IFree IUse% Mounted on[...]/dev/mapper/vg0-racine 1237888 1237888 0 100% /[...] There is a way to avoid that?
I made a manual offline installation on a redhat 9 server of centreon 24.04. After correcting some things, I thnik my installation is not the cleanest but should be working. Instead, everytime I go to the centreon login page I have a big centreon logo, a You need to enable JavaScript to run this app message and if I check the inspect page and the access logs, I have a 404 error on /centreon/api/latest/platform/installation/status, and I cant find this file anywhere??
Hello,I have different resources named “Traffic” (from an interface) that i want to put on a view, on Centreon MAP 21.10. But when i select “Geometric style”, a green little triangle appears. I want to increase it size, so we can be able to see it when we’ll display the view on a screen, but increasing the size (by stretching the corners) just increase the size of the surface of the icon, and not the size of the triangle properly. Do you have any other solution so we can see it more easily ?
Hello,Im following the migration guide:https://docs.centreon.com/docs/migrate/migrate-from-el-to-debian/#prerequisites After done the steps 4 adn 5 from Step 2 : Synchronize the data, i cant log in the web interface, i got this error Before done this steps i was be able to login with local admin.How can i fix it? Thanks,
Hello guys,Everytime I try to update to a newer version of Centreon starting from Centreon 24.04.4 to a newer version, the update gets stuck on "Congratulations, you have successfully upgraded to Centreon version 24.04.11”. The page that it’s stuck onWhat I have tried so far:I try to update to version 24.10 after to see if it resolved the problem (which it didn’t )I checked the storage, there is still plenty.I checked that all the services required were at the right version and started. (but I could have missed one)In the installation process I get prompted those lines :chmod: cannot access '/var/cache/centreon/config/engine/*': No such file or directorychmod: cannot access '/var/cache/centreon/config/broker/*': No such file or directorySo i’m wondering if it could be a rights attribution problem.Also when I click the finish button I get prompted for a quarter of a second the following:The error that gets displayedBut it could be unrelated. Do you guys have any ideas about what could b
Hello , I am upgrading my platform from 23.10 to 24.10. But while upgrading centreon 24.10 need GLIBC_2.34 and upward. So how can we upgrade GLIBC? How can i Proceed further? Thank You
Hi,Checking TCP is ok, but how do i check an openvpn UDP port? /usr/lib/centreon/plugins//centreon_protocol_udp.pl --plugin=apps::protocols::udp::plugin --mode=connection --hostname=192.168.0.1 --port=1111CRITICAL: Connection failed on port 1111 thanks,Mathias🤔
Hello,I have an API whose authentication is only done by user/password: basic authentication.How can I translate this into the json file?Knowing that I only want to provide the user and password, and not the base64 encoding of user/password in the header.
Hi,(Sorry in advance for my English) I’m trying to link a Remote Server on a Central both behind a firewall. Everything is Working (i can supervise some equipement on the remote network) but the Poller on the Remote is still displayed as “Central” and not running. On the Central side, everything is working and the Remote is displayed as working and updating. Is this an issue on the Remote ? Thank you in advance for your help.
The issue is specifically with PHP v8.2 install. It appears that for Alma v8 it would use the remi repository, but when the OS is v9 it does not use the remi repository.My operating system is AlmaLinux v9.2 ESU (with Tuxcare). It appears that the unattended.sh script tries to install php 8.2 (required for 24.10) using the command “dnf module install php:8.2”.I have installed PHP 8.2 from the remi repository outside the unattended.sh script, is there an option to the script to skip the php install during the installation process?I have also posted this on the CloudLinux support site to get their take on it and still waiting on their response. ThanksSteve H.
Hi,I have a centreon 24.10.4 environment at work and we currently ran into one issue after migrating an old environment.Everything works fine except we noticed the postfix sends a mail every minute which seems to be a result of centreon-tokens not being able to remove outdated tokens.This is what /var/log/centreon/centreon-tokens.log is saying.#1 {main} thrown in /usr/share/centreon/www/class/centreonDB.class.php on line 165PHP Fatal error: Uncaught Exception: SQLSTATE[HY000] [1045] Access denied for user 'centreon'@'localhost' (using password: YES) in /usr/share/centreon/www/class/centreonDB.class.php:165Stack trace:#0 /usr/share/centreon/cron/outdated-token-removal.php(35): CentreonDB->__construct()#1 {main} thrown in /usr/share/centreon/www/class/centreonDB.class.php on line 165 This is from the postfix logMar 12 09:21:01 centreon postfix/smtp[2613111]: 369C81C0AA0: to=<www-data@centreon.xxx.se>, orig_to=<www-data>, relay=smtp.xxx.se[192.168.x.xxx]:25, delay=0.15,
Hello,I have my centreon server who’s on another site, to access it I use proxy cause i currently have PRTG and I want to change it to centreon. So temporarly I access my centreon all with url’s :PRTG : myurl.com Centreon : myurl.com/centreon/loginAnd the thing is whenever I want to connect my poller , who’s on another site, to that remote server he can’t find it.
Bonjour Je viens de migré une partie de mon infra de centreon 23.04 vers 24.10.5.J’ai des remote server.lorsque j’essai de les reload ou restart depuis l’interface web du central, les broker ne sont pas relancer.gorgoned.log : 2025-03-18 10:48:11 - DEBUG - [pull] read message from external: [ACTIONENGINE] [4c0377c5d7047c4200ddb350137041d73f2090489eb8903c6bea8ccbc5764f3f9f8c793823e93f8253476e60dd186645afdb3ab9c6e49b7cee7d9f79b50c16aa] [25] {"logging":0,"content":{"metadata":{"centcore_cmd":"ENGINERESTART","centcore_proxy":1},"command":"sudo systemctl restart centreon_vmware.service"}}2025-03-18 10:48:11 - DEBUG - [pull] internal message: [ACTIONENGINE] [4c0377c5d7047c4200ddb350137041d73f2090489eb8903c6bea8ccbc5764f3f9f8c793823e93f8253476e60dd186645afdb3ab9c6e49b7cee7d9f79b50c16aa] [25] {"logging":0,"content":{"metadata":{"centcore_cmd":"ENGINERESTART","centcore_proxy":1},"command":"sudo systemctl restart centreon_vmware.service"}}2025-03-18 10:48:11 - DEBUG - [pull] read message from ex
Bonjour,Depuis quelques jours, je m’intéresse à Centreon pour superviser mon parc informatique.J’ai installé Centreon 24.10.7 sur une VM, puis quelques hôtes et services.Le service « ping_lan » affiche bien que mes éléments supervisés sont bien actifs maisje bute sur comment visualiser l’état des disques constituant un NAS Qnap.Mon service est bien basé sur le modèle « HW-Storage-Qnap-Disk-Global-SNMP-custom », les valeurs de la macrosont celles de base.Le status des ressources est réactif mais je n’ai pas saisi où indiquer à Centreoncomment checker les disques du NAS.merci pour votre aideEric
I have followed the guide https://docs.centreon.com/docs/migrate/migrate-from-3-4/migration from-3-4 to 24.Just a few error when"Everything is ready !Your Centreon Platform is about to be upgraded from version 2.8.26 to 24.04.6"I had to manually run the SQL statements in the files:/usr/share/centreon/www/install/php/Update-20.04.19.php/usr/share/centreon/www/install/php/Update-20.10.11.php/usr/share/centreon/www/install/php/Update-20.10.12.phpBut when the migration is done, and I try to login, I get:"An error occurred during authentication" If I check the browser DevTools console (F12), i see “500 Internal Server Error”. BRFredrik
I have multiple Centreon instances and wanted to provide a standard configuration to my instances.Currently i am making use of the CLAPI v1 and was considering using the API REST as it seem to be the target now, but as what i want to deploy is provided as a rolling release, i’m wondering if there is a better way to provide commands and templates in a standard way in “readonly” mode and to update them as i roll updates.I wish to deploy that as i deploy configuration files through rpm packages, my hope is that there is some kind of config.d folder that i could make use of to deploy my files so they are added to the available commands and services. Anyone making this kind of updates ?
Hi there!I am currently downloading Centreon's open-source version 24.10.I'm struggling and I don't know why.I followed the Centreon documentation: https://docs.centreon.com/fr/pp/integrations/plugin-packs/procedures/operatingsystems-linux-ssh/The problem is that I can’t find the service "OS-Linux-Cpu-SSH-custom" in my Centreon interface.My plugins are updated, so do I need to create this service manually?I created a check command that I use in the host setup, which is:--plugin=os::linux::local::plugin --mode=cpu --hostname=$HOSTADDRESS$ --ssh-option='-l <user>' --warning=70 --critical=90When i restart my poller, no error is return.Can someone help me or redirect me to a blog or tutorial that I can follow?Sorry if I'm not very clear — I'm trying to understand how SSH-Remote monitoring works in Centreon.
Hi,when I export a configuration, on all the pollers file /var/log/centreon-gorgone/gorgoned.log reports:2025-01-07 11:00:13 - ERROR - [action] Copy processing - Can't copy file to /etc/centreon/centreon_vmware.json, Permission denied2025-01-07 11:00:13 - ERROR - [action] Copy processing - MD5 does not match2025-01-07 11:00:13 - ERROR - [action] Copy processing - MD5 does not match2025-01-07 11:02:13 - ERROR - [action] Copy processing - Can't copy file to /etc/centreon/centreon_vmware.json, Permission denied2025-01-07 11:02:13 - ERROR - [action] Copy processing - MD5 does not match2025-01-07 11:02:13 - ERROR - [action] Copy processing - MD5 does not match2025-01-07 14:40:40 - ERROR - [action] Copy processing - Can't copy file to /etc/centreon/centreon_vmware.json, Permission denied2025-01-07 14:40:40 - ERROR - [action] Copy processing - MD5 does not match2025-01-07 14:40:40 - ERROR - [action] Copy processing - MD5 does not matchThese messages started after a restore of the central serv
Today, we have probes for CPU, Swap and Memory and I'd like to be able to add a duration before considering the alert, whether it's warning or critical.A CPU consumption of over 90% for 3 minutes doesn't require the same analysis as a consumption of over 90% for 1 hour.That's why I'd like to add this waiting time before triggering the alert
Bonjour la communauté,Nous avons effectué une migration de CentOS 7 Centreon version 22.10 vers une distribution Alma 9 Centreon version 24.10.5.Nous avons suivi la procédure Migrer depuis un OS de type EL vers un autre OS de type EL (depuis un Centreon 18.10 ou plus récent) | Centreon Documentation (jusqu’à l’étape 5.8).La migration semble s’être bien déroulée.Cependant, en s’authentifiant sur la page aucun résultat s’affiche. Or, dans la partie Configuration\Hôtes\Hôtes ou Configuration\Services\Services par hôte des éléments y figurent.Dans la partie Collecteurs, le collecteur Central.Nous n’avons pas désinstallé les agents précédemment installés pour la version 22.10 (environnement Windows).Serait-il possible d’avoir une aide ?Merci à toute la communauté.
Hello,I got an Database issue but I don’t know where the error can be, when I check mysql/error.log nothing there.I already followed steps with https://thewatch.centreon.com/troubleshooting%2D41/my%2Dpoller%2Dis%2Ddown%2D112?tid=112&fid=41My connections are up Central :tcp 0 0 10.x.x.x:38000 10.x.x.x:5777 ESTABLISHED 56402/gorgone-proxytcp 0 0 10.x.x.x:5669 10.x.x.x:57086 ESTABLISHED 734/cbdPoller :tcp 0 0 10.x.x.x:5777 x.x.x:38000 ESTABLISHED 1757/perltcp 0 0 10.x.x.x:57086 x.x.x:5669 ESTABLISHED 1816/centengine I have this error :2024-12-19 09:18:45 - ERROR - [core] Package 'gorgone::modules::core::action::hooks' already loaded2024-12-19 09:19:00 - ERROR - [legacycmd] Cannot process message type 'SENDCBCFGthrowing it away. the 3 pollers have the same image I just changed the ip and the hostname, on my hypervisor in 1 the poller does not work while on hypervisor 2 it works
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.