Skip to main content
Solved

Add admin without using the web interface

  • June 28, 2022
  • 2 replies
  • 176 views

Forum|alt.badge.img+1

Hello, 

I was wondering if it was possible to add another admin on the web interface without having to use the web interface ? Like do i add it from the database ?

As my alias is saying, i am totally new to centreon so i really hope you can help me. 

Thank you

Best answer by noob_centreon

So i found the answer by myself, you can add an admin via the database, by adding all the value like in the web interface. 

Thank you 

2 replies

Forum|alt.badge.img+1
  • Author
  • Steward *
  • Answer
  • June 28, 2022

So i found the answer by myself, you can add an admin via the database, by adding all the value like in the web interface. 

Thank you 


Forum|alt.badge.img+14
  • Builder ***
  • June 29, 2022

Hello,

Directly on database is not a good practice.

You have API and Command Line CLAPI. https://docs.centreon.com/fr/docs/api/introduction/ - https://docs-api.centreon.com/api/centreon-web/22.04/

Ypsi develop a tool which named centctl also to interact with the API https://github.com/YPSI-SAS/centctl

Regards,