Bonsoir, j'ai vu des pb similaires aux miens mais même avec ces sujet impossible de résoudre mon pb.
Alors voila après installation de Zabbix j'ai ce msg : Zabbix server is not running : the information displayed may not be current.
Avec ces logs :
4953:20200116:205830.017 using configuration file: /etc/zabbix/zabbix_server.conf
4953:20200116:205830.025 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
Voici mon fichier zabbix.conf.php :
$DB['TYPE'] = 'MYSQL';
$DB['SERVER'] = 'localhost';
$DB['PORT'] = '3306';
$DB['DATABASE'] = 'zabbix';
$DB['USER'] = 'zabbix';
$DB['PASSWORD'] = 'supermdp';
// Schema name. Used for IBM DB2 and PostgreSQL.
$DB['SCHEMA'] = '';
$ZBX_SERVER = 'localhost';
$ZBX_SERVER_PORT = '10051';
$ZBX_SERVER_NAME = 'Zabbix-Server';
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
Puis mon fichier zabbix_server.conf :
# Mandatory: no
# Default:
# DBUser=
DBUser=zabbix
### Option: DBPassword
# Database password.
# Comment this line if no password is used.
#
# Mandatory: no
# Default:
# DBPassword=
# Password=supermdp
(ligne rajoutée)