I can’t seem to find any monitoring connectors on centreon UI, I don’t know if it’s an issue with the proxy or not because i have an older vsersion of centreon with the same exact configuration and that one works perfecelty fine although itself doesnt connect when i “test connection” but i can see plugin packs there, however on my new solution the list is empty there is nothing, ive tried setting up proxy and all nothing works
hello
what centreon version are you using and can you screenshot the status in
Administration / Extension / manager
it should look like that


I’m currenlty on centreon 24.04.1
well, you seem to be missing the licence (free) for your installation
if you reinstalled or changed the OS there is a serial that fix your licence, you would need to ask for a new one on the centreon website
if you never had a free licence, you would need to ask for one here:
Set up your free IT-100 solution | Centreon Documentation
because that license seems to be just for “auto discovery” does that have anything to do with the catalogue for the packs?

IT-100 licence is free and no expiration date, it’s free up to 100 host and gives you access to all monitor connector, you just need to register

autodiscovery is included in the monitoring packs
if you have more that 100 host you need to contact centreon sales, which outside my scope :)
hello
you can effectively install all the plugin from the git, simply git clone the centreon-plugin repository
HOWEVER : this will only install the executable (perl) commands, this will not install the configuration and template in the Web UI, that is what the monitoring connector is for (and what you pay for basically), and maybe in some case some dependencies
you can also use the command pre-packaged (and their dependencies) with ‘yum/apt install centreon-plugin-???’ from the public repository, but that will also only install the commands, but at least the command name is the same as in the plugin documentation (and the package name is in the plugin doc)
in both case you will need to create your own “check command”, “service template” and “host template”, this is oldschool centreon
this needs a bit of knowledge on how to create command with “macro”, and where to set the macro on the service and host template, but it is doable (hard and long if you want lots of plugin)

this is all confusing me
hello
if you don’t understand the concept of working with the git clone, don’t work with the git clone, it takes practice and undestanfing of centreon (and other linux component) to be able to work with that.
this way outside the scope of thing I can explain here, and you would need to read a lot of documentation.
you need https connection to internet, and you need dns resolution, and you need to use the package from the repository, they will install the correct commands and their packages.
(without internet you will have problems, there are workarounds, but that’s highly technical, like installing a linux repository server, again way outside the scope of centreon)
here is an example :
Fortinet Fortigate | Centreon Documentation go to the section “installing the connector”
you have “Pack” which is the thing with licence
and you have “plugin” which is the command you can install from the repository for free

you have the command to copy/paste
then below that section you get the command to test if it is working

there you can see were the plugin was installed (/usr/lib/centreon/plugins/….)
and again, if creating template or using command and macro is confusing and you don’t know how, you will need to read a lot of documentation (or simply contact a pre-sale from centreon to explain your need and how to work with your limited internet connexion, and benefit from the all the simplicitiy of using the “connectors)
here the entry point of the doc for how to monitor thing with centreon Basic principles of monitoring | Centreon Documentation
on the left section you get “how to monitor a host manually”, a service manually
and here is where you create commands and macro
Commands | Centreon Documentation
and lots of concept to understand here
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.