ZABBIX is temporary unavailable
はじめまして、
今、zabbix 1.6.2を導入しようとしていると、
ZABBIX is temporary unavailable!のエラーが出てきました。
環境:
以下は全てVMWare Server上に導入した環境です。
OS: fedora10
mysql:5.0.67-2.fc10
php:5.2.6-5
使用したソースファイル:zabbix-1.6.2.tar.gz
導入の最後の段階でwebページでZABBIX is temporary unavailable!とのエラーが出ました。
webページの上段に
# This file is a place-holder. When you run through the zabbix # web setup, a proper configuration file should be generated # for you to drop in this location.
のメッセージがあります。
対応方法を教えていただけないでしょうか?
よろしくお願いします。
nobby - 投稿数: 4
kyamaさんの掲示したエラーメッセージをそのままぐぐってみたら一番上の
エントリーに解決策のヒントが出てましたよ。
http://mirarepo.blog48.fc2.com/blog-entry-245.html
-------------
#vi /usr/share/zabbix/conf/zabbix.conf.php
↓コメント行を削除しましょう -----
# This file is a place-holder. When you run through the zabbix
# web setup, a proper configuration file should be generated
# for you to drop in this location.
# This file is a place-holder. When you run through the zabbix
# web setup, a proper configuration file should be generated
# for you to drop in this location.
↑コメント行を削除しましょう -----
/*
** ZABBIX
** Copyright (C) 2000-2005 SIA Zabbix
**
・
・
------------------
kyama - 投稿数: 8
nobbyさん
了解しました。
ありがとうございます。