Zabbix のサーバ設定エラー
Zabbix server is not running: the information displayed may not be current. というエラーが出た時の
対応。
DBがZabbixが動いているサーバである場合の設定。
2つのファイル変更
# vi /etc/zabbix/web/zabbix.conf.php
$DB[‘SERVER’] = ‘127.0.0.1’;
# vi /etc/zabbix/zabbix_server.conf
DBHost=127.0.0.1
zabbixのサーバ再起動
systemctl restart zabbix-server