Hi,Â
Â
The t​​​​​​oken limits the number of hosts to one hundred.
Â
Do you have more than 100 hosts configured?Â
Â
Â
I know the 100 host limit, but I only have 15 at the moment
Can you share a screenshot of Configuration > Plugin Packs > Manager page with a search on Synology please ?
Oups sorry I have 21 hosts
This is the screenshot you requested
Â

Â
Hello
You don't have a solution for my problem?
Best regards
Hi,
Can you execute this query on centreon database?
SELECT COUNT(*) FROM host WHERE host_register='1';
Â
This is the answer
[root@centreon]# mysql -h localhost -u root
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 153970
Server version: 10.3.25-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> SELECT COUNT(*) FROM host WHERE host_register='1';
ERROR 1046 (3D000): No database selected
[root@centreon]# mysql -h localhost -u root centreon
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 153892
Server version: 10.3.25-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [centreon]> SELECT COUNT(*) FROM host WHERE host_register='1';
+----------+
| COUNT(*) |
+----------+
| 23 |
+----------+
1 row in set (0.000 sec)
Â
Can you show a screenshot of the Administration > Extensions > Manager page?
Hello and thank you very much because you saved my day
So I went to Administration > Extensions >Â Manager and saw this
Â

Â
After clicking on "update all" all my templates are finally available in configuration/hosts/hosts
Thank you