This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.
Table of Contents

2 設定

メンテナンスモードを有効にするには、conf/maintenance.conf.phpファイルで以下の行のコメント化を解除する必要があります。

// Maintenance mode 
       define('ZBX_DENY_GUI_ACCESS',1);
       
       // IP range, who allowed to connect to FrontEnd 
       $ZBX_GUI_ACCESS_IP_RANGE = array('127.0.0.1');
       
       // MSG showed on Warning screen!
       $_REQUEST['warning_msg'] = 'Zabbix is under maintenance.';
パラメータ 詳細
ZBX_DENY_GUI_ACCESS メンテナンスモードを有効にします:
1 - メンテナンスモードが有効になります。それ以外は無効です。
ZBX_GUI_ACCESS_IP_RANGE メンテナンスモードでないときに、指定したIPアドレスからの接続を許可します。
例:
192.168.1.1-255
warning_msg インフォメーションメッセージです。