Stream Connectors Release – July 2026
Learn more about the Centreon Infra Monitoring.
Recently active
Hello, I need to check the disk groups of a dell me4 storage. I am using centreon_dell_me4_restapi.pl but it seems that we can not check the disk groups this way.How can I chek this ? Thank you.
Hello,First of all, thank you if you can correct me if it is not the right subforum and thank you in advance for any help.INTRODUCTIONI am deploying a platform from scratch that includes:- Central server- Poller server 1- Poller server 2By this I mean that all repositories, etc. They are updated to the latest.They are all mounted on RHEL9.2 and the Centreon version is 23.10. Everything is deployed according to the documentation, and there are currently several hosts already successfully monitored.Now, I am deploying monitoring for one of my VCSAs via restAPI (vSphere Client version 7.0.3.01700) as per the documentationhttps://docs.centreon.com/pp/integrations/plugin-packs/procedures/applications-vmware-vcsa-restapi/*Indicate that I already have the monitoring of my ESX hosts of that same VCSA correctly deployed according to the documentation https://docs.centreon.com/pp/integrations/plugin-packs/procedures/virtualization-vmware2-esx/I have a license acquired from Centreon. Could I open
Hi,New Centreon platform under Debian 12 + Centreon 24.04.Working last week in pre-production.Today, wanted to configure vCenter monitoring and done a apt update & apt upgarde -yCentreon web switched to 24.04.1 and done the web wizard (http://central/centreon/install/upgrade.php) but it is still on step 5 “Upgrade finished”.I’ve tried to clear my browser cache and symfony one :sudo -u www-data php /usr/share/centreon/bin/console cache:clearAny other idea ?
Dear community users,I have a central and a poller server, and try to do checks on my AS400. Everything seems to be correctly installed, according to the following : https://docs.centreon.com/pp/integrations/plugin-packs/procedures/operatingsystems-as400-connector/Running the command line on the central server, the requests are OK, but not from the poller server (cannot connect to localhost). This means that all the packages and services are installed and working on the central server.I tried to use either the central or the poller server by changing the "supervisor server", but none of them worked in the GUI.Can somebody help me please ?Regards,Jean
Hi, Auto discovery → scan does not work for some reason. When we specify the host name, Rule section appears as “none” as seen in attached picture. We already have “Auto Discovery” installed and this function was working good for long time. But for some reason it stopped working. We upgraded to the latest version but this did not help.Can you please help how we can debug this further and resolve ? Thank you in advance
I'm attempting to obtain the authentication token for Centreon's REST API using the ARC client API. Currently, I'm running Centreon version 22.10 and referring to the API documentation (https://docs.centreon.com/docs/22.10/api/rest-api-v1/).I'm simply including my credentials in the body of my POST query in JSON format like this:{ "username": "user_name", "password": "admin_passwd"}the url i used is 'https://local_domain/centreon/api/index.php?action=authenticate'However, I'm receiving a 'bad parameters' error response, which I'm unsure how to resolve. I've already checked the syntax using a JSON checker.I've also tried using Postman with the v2 API, but encountered the same error. Could anyone provide assistance?
Hello, I am trying to use the Netapp Ontap SNMP plugin by following this https://docs.centreon.com/pp/integrations/plugin-packs/procedures/hardware-storage-netapp-ontap-snmp/ .I am able to ping it but all the other services have an “Execute command failed” error and I can’t figure out where it comes from. I tried to configure a community on my Netapp as well but nothing changed.Thanks in advance for the help.
Hello everyone,I’m on Centreon 23.10.7 and on OpenID connect conf, I think that the scope part isn’t working.I put “openid email profile” in the scope but, in the logs during a connexion test I only see “openid” : Result, I only have “sub” claim and not user info like email to match with my centreon users entries.Maybe an issue with the version ?Thanks for your help !
What characters are allowed in a service name? Or which ones are forbidden?I haven't found anything on this subject in the documentation.Best regardsStéphane
Hello,seems like dashboard data does not corresponds to data which centreon is showing. Any ideas? Im using latest version 24.04.2Thanks
Centreon 23.10 install via ovaSnmpv3 setted and tests via command line between 2 serveurs (centreon and snmpv3 agent) is functionning perfectly. Hi all, here is my issue :I’ve got an issue to define snmp-username in centreon, The error message is “Missing parameter Security Name, in the status of the message I can copy the command line with the options.I copied the command line and I noticed that there’s NO “security name parameter” in the command line.So, I ran manually the command line with the “security name” and everything ran perfectly.I checked in Centreon (configuration > services > services by hosts) → I notices that in the options (-snmpm-username-authpassphrase-privpassphrase-authprotocol-privprototol )are setted. But the command line I copied from Centreon did not include the security name. Could you please tell me why the command line sends by Centreon did not include the “Security Name” ?Thank you for your help. Kay
Hello,Thank you for welcoming me into your community.I have an issue with Checkpoint firewalls plugin pack and SNMP v3.When I try a snmpwalk is ok :snmpwalk -v3 -l authPriv -u xxx -a SHA256 -A 'yyy' -x AES256 'zzz' 10.40.1.mmBut when I try with centreon checkpoint script it always return “unable to create session”/usr/lib/centreon/plugins/centreon_checkpoint.pl --plugin=network::checkpoint::snmp::plugin --mode=connections --hostname=10.40.1.mm --snmp-version='3' --snmp-username='xxx' --authpassphrase='yyy' --authprotocol='SHA256' --privpassphrase='zzz' --privprotocol='AES256'Maybe something I’m doing wrong ?Any ideas ?Thanks in advance,JB
Hi, I want to monitor my printer (Konica Minolta) i used snmpwalk and snmpget for extract the MIB and OID.I followed this post for my the Centreon’s settings : My target is to get an alert when the levels of ink are low but i got all the time the errot “(Execute command failed)” Can someone help me ? I can’t found the solution, OID look complicated to use...
Hi,I'd like to install a poller on the Centreon server itself.But when I add it from the web interface, it doesn't start.even after export the conf.Thanks for your help.
i have install centreon24.04 i have change $USER1$ to /usr/local/nagios/libexec but if i add an command ,it not list my plugins how can i do that can list my install plugins?
Good morning. I can't get Teams notifications to work via Webhook.When I test sending a notification from my centreon server with this customize command with my information, I get this error 500 Certificate verify failed.What could this mean? And how to bypass this verification?/usr/lib/centreon/plugins/centreon_notification_teams.pl --plugin=notification::microsoft::office365::teams::plugin --mode=alert --custommode=webhookapi --teams-webhook=[URL_WEBHOOK] --notification-type='RECOVERY' host-name=[URL_WEBHOOK] --service-state='UP' --date='14-06-2022' --action-links --centreon-url=[URL_CENTREON]Use of uninitialized value in concatenation (.) or string at /usr/lib/centreon/plugins/centreon_notification_teams.pl line 9512.Use of uninitialized value in concatenation (.) or string at /usr/lib/centreon/plugins/centreon_notification_teams.pl line 9512.Use of uninitialized value in concatenation (.) or string at /usr/lib/centreon/plugins/centreon_notification_teams.pl line 9569.Use of uninit
23.10 broker documentation for Unified SQL output statesunified-sql-type outputs have the following parameters:.. Connections count Number of connections to the database maintained by this output. This allows broker to write data in parallel using up to 3 connections: 1: all the database traffic goes through only one connection. It is fine for small platforms. 2: one connection is dedicated to the traffic (BULK INSERT statements) towards the data_bin and logs tables and the second one handles the rest. 3: two connections are dedicated to the traffic (BULK INSERT statements) towards the data_bin and logs tables and the third one handles the rest. We recommend this setting for large platforms. But looking at actual 23.10 broker configuration UI for Unified SQL I don’t see “Connections count” named setting. There is however a “Number of connection to the database” but (?) for that parameter states “Usually cpus/2”.So which is it? Is UI’s “Number of connection to the database” setting s
Hello,after upgrading centreon to 24.04, i have this issues when i want to modify notifications command or plugins paramters : Can you help me please?Thanks a lot
Greetings, I’m using the plugin “storage::hp::3par::ssh::plugin”, i have a case where i need to set thresholds for “ node1~Node Input 12V#hardware.sensor.voltage.volt” but i didn’t understood the correct syntax… I’m using the option ```--threshold-overload```, supposing i need to set critical threshold for “< 11.30” or “> 12.7”, what would be the syntax? Thanks!
HiSince updating our centreon platform to version 23.10.3, I have four connectors in the being 'UNKNOWN: Cannot get token'. On the host, I've used the 'OS-Windows-SNMP-Custom' and 'App-Commvault-Commserv-restapi' templates. For services, I have more or less the same commands I'm new to Centreon and the update was carried out by a service provider without any support.I think the problem lies with the configuration on the host and/or the version of the package to be used. Can anyone give me a clue as to how to fix this?ThanksFred
Hi the community,I have follow multiple procedures of centreon documentation to migrate my centreon in 2.8 on CentOS 6 to centreon 23.04 on Debian 11 and everything is functional except some of my personnalised plugins. When I run the command on CLI, it work : But in web interface it return “Execute command failed” : Here is my right access :If you can help me, I'd be very grateful.
Objet : Supervision des services auto-service sur VM Windows avec Centreon /SNMPBonjour,J'ai besoin de votre aide pour superviser tous les services auto-service sur des VMs Windows.Le problème est que les plugins Centreon par défaut utilisent des commandes WMI (pas d’installation de client centreon sur les machines), ce qui n'est pas adapté à mon besoin car mon équipe souhaite utiliser uniquement les services SNMP.J'ai essayé de créer un nouveau service avec la commande suivante : /usr/lib/centreon/plugins/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=service --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' --service='' --state='paused|stopped' --regexp Cependant, je n'arrive pas à obtenir les résultats souhaités et à être alerté uniquement lorsqu'un service auto-service passe en état arrêté ou en pause.Pourriez-vous m'aider à configurer la supervision des services auto-service sur des VM Windows en utilisant uni
Hello, we are preparing to migrate from CentOS7 to OL8 following this procedure:https://docs.centreon.com/docs/22.10/migrate/migrate-from-el-to-el/#step-1-install-the-new-server The thing is that our database is already running on OL8 so I don’t want to migrate that. As I understand, in that linked procedure during the installation of Centreon I need to provide the database server, but I don’t know how that would affect the DB while stil having to perform the migration. Is there any documentation for this case? I was thinking that maybe I can clone the DBMS server and use that one as a temporal DB and after completing the installation and migration connect the new OL8 Central to the actual DBMS server. Is that a good way of doing it? Regards,Enrique
Hello, i have a problem with nagvis when i want create a new icon for exemple. I have this message Failed to get objects: The backend with ID "centreonbroker_1" of type "" does not exist. Here the nagvis.ini.confg [backend_centreonbroker]backendtype="centreonbroker"statushost=""dbhost="localhost"dbport=3306dbname="centreon_storage"dbuser="centreon"dbpass="centreon"dbinstancename="default"htmlcgi="/centreon" Do you have an idea or give me a log to check? Thank you
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.