Stream Connectors Release – July 2026
Learn more about the Centreon Infra Monitoring.
Recently active
i need help to fix this proplem
Hi,I need to deal with this kind of return from my MSSQL query: “IDF - OK”i tried to use a regex expression, of course i have read this:How to play with Regex - Part I | Community (centreon.com)How to play with Regex - Part II | Community (centreon.com) so i tried : --critical-string='%{value_field} ne "^(.*OK.*)" 'it’s seem to be ok there: regex101: build, test, and debug regex so for now i got a wrong return:CRITICAL: IDF - OK I also try to return multiple rows with a single query but I did not achieve to print a key_field and a value_field in a same return. any idea are welcome.
Bonjour à tous,Mon client a un script custom qui à un output en texte avec des balises HTML.Dans la génération précédente de Centreon, on modifiait le escape_html_tags dans Cgi.cfg et cela fonctionnait. L’output de Centreon interprétait les balises HTML correctement ( gras, retour à la ligne, etc..).Dans Centreon 23.10, il n’y a plus de cgi.cfg.. et donc un output HTML qui n’est pas compris.Avez vous une idée pour résoudre le problème?
Greetings everyone,i have a strange problem in which i cannot solve, perhaps someone can point in right direction.I’m polling my printer thru snmp with “consum test” command to see whats available to poll:screenshot below shows I’m able to poll listed items such as black toner:my next item i want to poll are the drum status, so:printer or centreon doesn't like the string “Drum Cartridge (R1)”but its listed as that just like Black Toner.However, this string with backslashes works via command line:My problem really is the above command with the backslashes only works with command line, when doing this command via the GUI, it doesn't work, I’m finding the GUI is stripping the backslashes… has anyone come across this or know of a solution/workaround ??
Dear community,I’m asking your help. I try to create a new customized notification connector. At this moment I’m pretty sure the command is properly formated.However, Never I’ve received a notification sent using this connector.From “Notification side”, here is what I’ve configured.host notifyservice notifyHere is what is logged within centreon-engine.loglog centreon-engine(No output return from plugin is just because of the connection unavailable, as everytime I want the system to use this connector, I cut the network connection within the virtual machine. Therefore Centreon is unable to communicate with the agent).The more strange that I’m unable to understand and go further is “Error: can't execute service notification 'astreinte_tel' : missing separator '''”The user ‘astreinte_tel’ is the one who should use the connectors… Note: I’ve tried to enable debug logs, but don’t know why the current system is unable to keep my settings, therefore nothing is filled in centengine.debug. I ho
Hello everybody,I am trying to set alarm threshold on my AWS RDS alerting. (“Cloud-Aws-Rds-Storage-Api” service template)When I try to set a threshold i get the UNKNOWN message: “Wrong warning-memory-free threshold”I have tried almost every combination (10 GB, 10G, 10*1024B and even with space before the unit)The “--unit” option is unavailable…Anyone succeeded in setting threshold in this plugin ? (centreon_aws_rds_api.pl)Thank you :)
Hi, Im currently trying to do a Centreon cluster, with the centreon documentation two nodes.I’m able to do the master and slave replication, so if I ve a host in the master and the master goes down and my slave become the master I can see the host on the centreon interface.But when I do the reserve, so adding a host in my slave when my master is down, then I set my master to up, and I come to see the host on the master the replication is not done i can’t see the host on the master.To conclude replication master to slave OK but replication slave to master NOT OKIf you have any ideas what is going on tell me 🙂 thanks . Salut, j’essaye actuellement de faire un cluster Centreon, avec la documentation Centreon deux nœuds.Je suis capable de faire la réplication maître et esclave, donc si j'ai un hôte dans le maître et que le maître tombe en panne et que mon esclave devient le maître, je peux voir l'hôte sur l'interface centreon.Mais quand je fais la l’inverse, donc ajouter un host dans mon
I get as ouput for an interface this:“Interface '1' Status : up (admin: up), Traffic In : 28.37Kb/s (0.00%), Traffic Out : 215.18Kb/s (0.02%)Interface '1' Status : down (admin: up)” My regex is this ‘^1$’. But I want to match it for the first occurence only so that I get the right output. Thank you for your help
Je suis intéressé par Centreon pour le monitoring et la supervision. je voudrais savoir si les informations existantes dans la documentation concernent la version communautaire ou bien la version propriétaire.Merci bien pour votre collaboration.
je voudrais savoir comment je peu resoudre ce probleme
Hello,I’m getting downtimes using API v2 without problems. I need to filter those downtimes that are really actives, specifically those you can see at ‘Downtimes’ page in the Centreon interface. However, from the API I get many more than the ones I see at ‘Downtimes’ page. How can I get the same result? Which filter do I have to use?I thought the active ones were those with ‘deletion_time’ to NULL or ‘actual_end_time‘ to NULL, but the are a lot with these values that don’yt appear on the interface. So I don’t know how to get the ‘real’ ones.Can you help me?Thanks in advance.Albert
Hi,I’m trying to configure SNMP Traps on my Centreon servers, I have one Central and one Poller which are correctly working as active monitoring servers.When I take a look at the config files:Central (/etc/centreon/centreontrapd.pm)our %centreontrapd_config = ( # databases credentials centreon_db => "dbname=/etc/snmp/centreon_traps/centreontrapd.sdb", centstorage_db => "dbname=/etc/snmp/centreon_traps/centreontrapd.sdb", db_type => 'SQLite', # server type (0: central, 1: poller) mode => 0 # spool directory spool_directory => '/var/spool/centreontrapd/',);1;Central (/etc/centreon/conf.pm)$centreon_config = { VarLib => "/var/lib/centreon", CentreonDir => "/usr/share/centreon/", CacheDir => "/var/cache/centreon/", "centreon_db" => "centreon", "centstorage_db" => "centreon_storage", "db_host" => "localhost:3306", "db_user" => "centreon", "db_passwd" =&
Hi,To monitor our Linux Hosts, we are using the agent nrpe :We are using the check_nrpe (Version: 4.0.3) on the Pollers Side, and the old nrpe agent binary (Hosts side).These binaries are issued from a ‘nagios’ git… (hard to maintain - compiled ...etc)We would like to use a more standard “centreon” oriented and supported method (with regular updates). An alternative could be to use this Agentless ssh method :https://docs.centreon.com/pp/integrations/plugin-packs/procedures/operatingsystems-linux-ssh/Also centreon mention nrpe3:https://docs.centreon.com/pp/integrations/plugin-packs/procedures/operatingsystems-linux-snmpv3/… but it seems that the needed packages are not provided any more with version 23.XX (Example : centreon-nrpe3-daemon.x86_64) Also snmp exists but it is not our prefered solution. From you point of view : What is the best recommended standard method by centreon ??Which method is the most used ? Do you think using ssh could lead to potential security risks ??Thanks a l
Hello, i don’t know were to find a solution for this issue and i wanted to know if somebody have already meet this issue and if you have find a way to resolve it.Thanks you.
I try to monitor interface 1 of an Aruba-Switch-1930. The command which I use is the following:/usr/lib/centreon/plugins//centreon_aruba.pl--plugin=network::aruba::standard::snmp::plugin--mode=interfaces--hostname=10.133.120.240--snmp-version='3'--snmp-community='public'--snmp-username=admin03--authpassphrase="my password"--authprotocol=SHA--privpassphrase="my password"--privprotocol=DES--interface='^1$'--name--add-status--add-traffic--warning-in-traffic='80'--critical-in-traffic='90'--warning-out-traffic='80'--critical-out-traffic='90'--verboseI replaced the authpassphrase and the privpassphrase. The problem with this command is that it returns the following output:There are two states for the same interface. The first one mentioned (Interface ‘1’ Status : up (admin: up) is the right one. However, Centreon uses the second output (Interface: down). How could i change it to make this right? For all other interfaces it functions perfectly.
Hi,Recently i remove all my host drom a template that was use before i started working for my company and wanted to update it/replace it so i did.And now i’m having an issue where some of my host keep the services from the old template and give me information about it and some use the services from my new template.So my question is how can i remove services from an host and how can i do it for all of them.Thanks for you reply.
Hi,To submit a result to a service with the HTTP REST API, as described in https://docs-api.centreon.com/api/centreon-web/22.10/#tag/Submit/paths/~1monitoring~1hosts~1%7Bhost_id%7D~1services~1%7Bservice_id%7D~1submit/postdoes the service have to be a passive service? Or is it possible to submit a result for an active service?Is the REST API the preferred way of doing that? Or NSCP still is the more obvious choice? Is this part of the REST API considered stable? In 22.10? In 23.10?
Good morning,I migrated Centreon from Centos 7 to Debian 11, everything was going well, but since yesterday, my central server has been in this state. see image above.I did everything: restarted all the services that were active: centreon centengine, gorgoned, cbc, I even restarted the machine. I disabled IPv6. everything but it remained in this state.you have an idea ?
Hello,I manage many old alcatel omni switches on different sites and some have a fan who’s not working.I would like to specify if a fan is dead then status ok but if two fans are dead satus critical.I’ve tested this, but the problem is, sometimes the dead fan index is 569.2 or 569.3 also if i modify the check command it will apply on all switches/usr/lib/centreon/plugins_new/src/centreon_plugins.pl --plugin=network::alcatel::omniswitch::snmp::plugin --mode=hardware --hostname=xxx.xxx.xxx.xxx --snmp-version=3 --snmp-username=xxxxxxxx --authpassphrase=xxxxxxxxx --authprotocol=SHA --privpassphrase=xxxxxxxxxx --privprotocol=AES --component=fan --filter=fan,569.1How can i manages that ?Thanks.
Hello Centreon Slack!I'm on version 22.10.On the Centreon Web interface I have several services in this status. They were configured using cisco_standard template from the plugin packs and are monitoring Traffic Global with a filter for each specific interface.This were created using the discovery feature and started having this issue a short time after the plugin pack license expired but there are other services created in a similiar way still working.I have already cleared the cache files from /var/lib/centreon/centplugins and permissions in that folder set to centreon and centengine. It is also not a storage issue in the server and executing the command through terminal returns the exact same output Thanks in advance
Hi All,I’ve configured a passwive monitoring form my device, in centreontrapd.log I see this: 2024-02-05 12:11:15 - DEBUG - 961124 - Processing file: #centreon-trap-17071314741099272024-02-05 12:11:15 - DEBUG - 961124 - Reading trap. Current time: Mon Feb 5 12:11:15 20242024-02-05 12:11:15 - DEBUG - 961124 - Raw trap passed from snmptrapd:2024-02-05 12:11:15 - DEBUG - 961124 - 17071314742024-02-05 12:11:15 - DEBUG - 961124 - UDP: [10.36.245.100]:65534->[10.36.245.115]:1622024-02-05 12:11:15 - DEBUG - 961124 - UDP: [10.36.245.100]:65534->[10.36.245.115]:1622024-02-05 12:11:15 - DEBUG - 961124 - .1.3.6.1.2.1.1.3.0 0:2:42:00.292024-02-05 12:11:15 - DEBUG - 961124 - .1.3.6.1.6.3.1.1.4.1.0 .1.3.6.1.4.1.17095.1.0.22024-02-05 12:11:15 - DEBUG - 961124 - .1.3.6.1.4.1.17095.1.3.8.0 02024-02-05 12:11:15 - DEBUG - 961124 - .1.3.6.1.6.3.18.1.3.0 10.36.245.1002024-02-05 12:11:15 - DEBUG - 961124 - .1.3.6.1.6.3.1.1.4.3.0 .1.3.6.1.4.1.17095.12024-02-05 12:11:15 - DEBUG - 961124 - Items passed
Hello Watch community !The purpose of this topic is to know how I can modify the result of the check_icmp. Currently I have the following results (packet loss, rta min, rta max, rta average). [centreon-engine@poller ~]$ /usr/lib64/nagios/plugins/check_icmp -H 10.1.2.3 -n 4 -w 1000,40% -c 4000,80%OK - 10.1.2.3 rta 125.546ms lost 0%|rta=125.546ms;1000.000;4000.000;0; pl=0%;40;80;0;100 rtmax=126.204ms;;;; rtmin=125.043ms;;;; I’d like to have only packet loss and rta average, not rta min and rta max.I tried /usr/lib64/nagios/plugins/check_icmp --help without finding my answer.Thanks,
Hello,We are trying to create a new module in Centreon 22.10 following the documentationhttps://docs.centreon.com/docs/22.10/developer/developer-module/andhttps://github.com/centreon/centreon-dummy/tree/masterbut we haven't gotten it to work. We think that this documentation may not be up to date.Does anyone know if there is more up-to-date documentation or a guide to creating it? We would appreciate help. Regards,
Hi all, i have installed a new centreon 23.10.7 on debian11 and i need to import via awie all the hosts, services, hostgroups etc from old 22.10. i have exported what i needed and i’m importing in the new server. my services export is about 105k rows and the size is 480kb...should i divide those services in more files so it’s a lighter job for centreon or it doesn’t matter? and can i modify the limit of 500kb for the zip file upload?thank you very much
Bonjour,Is someone has used the microsoft API Teams to generate a call to an onduty person on its personal mobile ?I yould like to do this in a shell script with a curl request.If someone have a sample I will be happy !Eric
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.