I am using centreon since last month and everything was working fine. But today, When I connect to Centreon, the licence has been removed and I can’t add a licence anymore.
This morning, I have lost my internet connection for 30 minutes (I think this is relevant)
Page 1 / 1
Hello @quentinjn-avo
It seems that the license is here because we can see the end date.
Why do you think it has been removed? You don’t have access to the plugin packs?
Can you share with us the last entries of /var/log/centreon/license-manager.log?
Hello @sduret,
I don’t really know why it’s not working… Here what it say when I try to install / Update my plugin packs, I need an subscription :
And here my log :
I try to create a new IT-100 Licence and add it to the instance but it says this message and refuse to register me :
Can you check the proxy information in Administration > Parameters > Centreon UI ?
Hi thanks for your answer, I have link a multiple time this IT 100 I think because I have move and copy my centreon platform to different ESX so I think the licence is still there but its bugged, It is possible to remove the licence completly whithout the web interface ? like removing the file of licence of something like that ? then add another licence ? because the web interface seem bugged.
But I still think I have the licence because a can use Auto Discovery and we can the licence expires 9999-12-30
Log of license manager:
trying to get acces to api.imp.centreon.com
License information:
My bad, I didn’t pay attention to “Authentication failed” message.
So yes you can join it.
If you have link your instance many times, it can be the issue because you can’t link more than 3 platform to only one token.
Can you execute this query?
MariaDB >centreon]> SELECT * FROM options WHERE options.key LIKE "imp%";
My bad, I didn’t pay attention to “Authentication failed” message.
So yes you can join it.
If you have link your instance many times, it can be the issue because you can’t link more than 3 platform to only one token.
Can you execute this query?
MariaDB >centreon]> SELECT * FROM options WHERE options.key LIKE "imp%";
Hi, but can I unlink my token and add another one with CLI ? or something because the web interface seems really bugging to add another token, Ive tried to add another token but didn’t worked at all
the query:
Up
Any answers ?
up
Hi Can you backup your centreon database?
mysqldump -u USER -pPASSWORD centreon > /tmp/dump_centreon.sql
And then execute this query?
USE centreon UPDATE options SET value = '' WHERE options.key LIKE 'imp%';
Hi Can you backup your centreon database?
mysqldump -u USER -pPASSWORD centreon > /tmp/dump_centreon.sql
And then execute this query?
USE centreon UPDATE options SET value = '' WHERE options.key LIKE 'imp%';
Hi thanks for your answer !!
I have done the backup of centreon database
What does this query ?
result of this query:
Hi This query removed the token related informations. So now are you able to add a new token?
If no, I invite you to send an email to sophie@centreon.com
ThHi This query removed the token related informations. So now are you able to add a new token?
If no, I invite you to send an email to sophie@centreon.com
Thank you so much !!!!! It’s working Im able to add a new token again !! I can install my plugins right now !!