Skip to main content

Hello everyone,

Currently deploying an Debian11 poller to my infrastructure, I encounter issues when I want to install new package :

Unable to locate package centreon-plugin-Network-Aruba-Aoscx-Snmp

 

I tried to remove then re-set the repo following the guide https://docs.centreon.com/docs/installation/installation-of-a-poller/using-packages/#:~:text=To%20install%20the%20Centreon%20repository%2C%20execute%20following%20command%20line%3A but it doesn’t seems to work.

 

I add an screenshot of what is happening

 

Can you help me ?

Hi 👋

You might be looking onto this route if you are missing a license

https://github.com/centreon/centreon-plugins

 

🤞


Hi.

Thank you for the answer, 

We already “subscribed” to the IT100 license, and as of now, we only have 5 hosts, so we are far away of the limitations if I understand correctly.


I see, in this case you are missing the connectors repo, They should be available through the documentation that was provided.


I’m sorry, I’m might be dumb, but if we are talking about these repo :

echo "deb https://packages.centreon.com/apt-standard-23.04-stable/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/centreon.list
echo "deb https://packages.centreon.com/apt-plugins-stable/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/centreon-plugins.list

They are already configured :

If not, which should I configure and not these? : https://docs.centreon.com/docs/installation/installation-of-a-poller/using-packages/#:~:text=To%20install%20the%20Centreon%20repository%2C%20execute%20following%20command%20line%3A


No, all good we are just both crazy. 😋😋😋

 

try with lowercase

 

apt install centreon-plugin-network-aruba-aoscx-snmp

 


Hello,

Thank you, everything is working well.

 

The name of the plugin seems to have to be in lower case only

 

I tried with another plugin, this one doesn’t work :

apt install centreon-plugin-Network-Firewalls-Fortinet-Fortigate-Snmp

But this worked :

apt install centreon-plugin-network-firewalls-fortinet-fortigate-snmp

 

Once again, thank you, is there a way to contact Centreon to inform them of the issue in their documentation ?

 

Regards,


@BenjaminL no problem, I believe there is an internal ticket to address that in future docs 👍🧙‍♂️


Reply