zabbix安装记录

 

 

apt-get install php5-gd

/etc/init.d/apache2 restart

service zabbix-server restart

创建mysql账号

mysql -u root -p

mysql> create user 'zabbix'@'localhost'identified by 'zabbix';

mysql> create database zabbix;

mysql> grant all privileges on zabbix.*to 'zabbix'@'localhost';

mysql> flush privileges;

mysql> exit;

[编辑]导入初始化数据

cd /usr/share/zabbix-server-mysql/

sudo gunzip *.gz

mysql -u zabbix -p zabbix < schema.sql

mysql -u zabbix -p zabbix < images.sql

mysql -u zabbix -p zabbix < data.sql

 

sudo cp /home/ubuntu/zabbix.conf.php/etc/zabbix/

 

登陆后,页面提示:zabbixserver is not running

查看日志发现有报错如下

 3135:20160628:005148.392 [Z3001] connection to database 'zabbix' failed:[1045] Access denied for user 'zabbix'@'localhost' (using password: NO)

 3135:20160628:005148.393 cannot set MySQL character set to"utf8"

 3135:20160628:005148.393 database is down: reconnecting in 10 seconds

 3135:20160628:005158.393 [Z3001] connection to database 'zabbix' failed:[1045] Access denied for user 'zabbix'@'localhost' (using password: NO)

 3135:20160628:005158.393 cannot set MySQL character set to"utf8"

 3135:20160628:005158.393 database is down: reconnecting in 10 seconds

 3135:20160628:005208.394 [Z3001] connection to database 'zabbix' failed:[1045] Access denied for user 'zabbix'@'localhost' (using password: NO)

 3135:20160628:005208.394 cannot set MySQL character set to"utf8"

解决方法:

/etc/zabbix/zabbix_server.conf配置文件中找到下面的行,取消注释,等号后面写你管理zabbix数据库的用户密码。

DBPassword=zabbix

 

 

最后,贴一张成功接入windows域的截图。

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值