«前の日記(2014-02-09 Sunday) 最新 次の日記(2014-02-16 Sunday)» 編集

libAlexandrina.so.tDiary


2014-02-11 Tuesday

お次はzabbixを入れてみる

nginx + php-fpm な環境だったので、こちらを参考にインストールしました。

http://blog.kenjiskywalker.org/blog/2013/01/03/zabbix/

PHP message: PHP Fatal error:  require_once(): Failed opening required '/etc/zabbix/web/maintenance.inc.php' (include_path='.:/usr/share/pear:/usr/share/php') in /usr/share/zabbix/include/classes/core/ZBase.php on line 276" while reading response header from upstream, client: 219.111.38.200, server: zabbix.phalanxware.com, request: "GET /zabbix/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "zabbix.phalanxware.com"

permission denied で ハマったのですが、なんのことはないファイルの/etc/zabbix/webあたりがapache/acpacheでnginxでは読めなかったもよう。chown nginx.nginxで対応。

グラフの日本語

sudo vim /usr/share/zabbix/include/defines.inc.php 

define('ZBX_FONTPATH', '/usr/share/fonts/ipa-pgothic'); // where to search for font (GD > 2.0.18)
〜
define('ZBX_GRAPH_FONT_NAME', 'ipagp'); // font file name

でOK