Skip to main content

Bonjour,

Je tente actuellement d'installer en mode offline les plugins pack sur centreon 24.04.
Après installation du manager en offline, j'ai rien qui s'affiche sur le gestionnaire des plugins depuis l'interface web.

Merci pour vos conseils.

Cordidalement

 


 

Hello,

I am trying to install the plugins pack on centreon 24.04 in offline mode.
After installing the manager in offline mode, I have nothing displayed on the plugin manager from the web interface.

Thank you for your advice.

Best regards

 

j’ai trouvé la solution.

Pour ça fonctionne en offline il faut cloner les repos suivants :

 

En espérant que ça serve à d’autre

 

Repo Command + URL
Centreon echo "deb https://packages.centreon.com/apt-standard-24.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
Centreon Business echo "deb https://packages.centreon.com/apt-24.04-business-stable $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/centreon-business.list

Centreon Monitoring Connectors

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

Thank you @julien93 for sharing the solution! I'm sure it will help someone facing the same issue.


Reply