/etc/zabbix/zabbix_server.conf
編集していきます。
DBName=zabbix DBUser=zabbix DBPassword=zabbixpassword DBSocket=/var/lib/mysql/mysql.sock
mysql.sockって何? /var/lib/mysqlにmysqlで作成したdatabase一覧がありますね。
zabbix serverを起動
[vagrant@localhost zabbix]$ sudo service zabbix-server start
Starting Zabbix server: [ OK ]
うお!
あ、これやってなかった。
yum install -y zabbix-web zabbix-web-mysql zabbix-web-japanese
こうか?
[vagrant@localhost src]$ cd /usr/share/doc/zabbix-web-3.0.22
[vagrant@localhost zabbix-web-3.0.22]$ cp httpd24-example.conf /etc/httpd/conf.d/zabbix.conf
cp: cannot create regular file `/etc/httpd/conf.d/zabbix.conf’: 許可がありません
[vagrant@localhost zabbix-web-3.0.22]$ sudo httpd24-example.conf /etc/httpd/conf.d/zabbix.conf
sudo: httpd24-example.conf: コマンドが見つかりません
[vagrant@localhost zabbix-web-3.0.22]$ sudo cp httpd24-example.conf /etc/httpd/conf.d/zabbix.conf
Internal Server Error
なぜ?