You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
I've a problem when I try to add a remote server to my central. On my sql log have this message:
2022-09-30 12:50|0|0|SQLSTATE[HY000]: General error: 1364 Field 'app_key' doesn't have a default value QUERY : INSERT INTO remote_servers (ip,version,is_connected,created_at,connected_at,centreon_path,http_method,http_port,no_check_certificate,no_proxy) VALUES (:ip,:version,:is_connected,:created_at,:connected_at,:centreon_path,:http_method,:http_port,:no_check_certificate,:no_proxy), null
on Central:
MariaDB [centreon_storage]> USE centreon; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
Database changed MariaDB [centreon]> SELECT app_key FROM remote_servers WHERE ip = '192.168.220.50'; Empty set (0.001 sec)
MariaDB [centreon]>
and on remote:
MariaDB [centreon]> SELECT app_key FROM remote_servers;
+---------+
| app_key |
+---------+
| |
| |
| |
| |
+---------+
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I've a problem when I try to add a remote server to my central. On my sql log have this message:
2022-09-30 12:50|0|0|SQLSTATE[HY000]: General error: 1364 Field 'app_key' doesn't have a default value QUERY : INSERT INTO remote_servers (ip,version,is_connected,created_at,connected_at,centreon_path,http_method,http_port,no_check_certificate,no_proxy) VALUES (:ip,:version,:is_connected,:created_at,:connected_at,:centreon_path,:http_method,:http_port,:no_check_certificate,:no_proxy), null
on Central:
MariaDB [centreon_storage]> USE centreon; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
Database changed MariaDB [centreon]> SELECT app_key FROM remote_servers WHERE ip = '192.168.220.50'; Empty set (0.001 sec)
MariaDB [centreon]>
and on remote:
MariaDB [centreon]> SELECT app_key FROM remote_servers;
+---------+
| app_key |
+---------+
| |
| |
| |
| |
+---------+
I'm using 22.04.6 on both
Beta Was this translation helpful? Give feedback.
All reactions