Zabbix 2.4 †
Windowsにagentをインストール †
- SNMPで済む場合はエージェントインストールせずに済む分、SNMPの方が簡単
- Zabbix :: The Enterprise-Class Open Source Network Monitoring Solution からWindows向けagentをダウンロード。例:zabbix_agents_2.4.4.win.zip
- zabbix_agents_2.4.4.win.zip を展開し、以下にc:\zabbixにリネーム
- 空ファイル c:\zabbix\zabbix_agentd.userparams.conf を作成
- 設定変更: C:\zabbix\conf\zabbix_agentd.win.conf をコピーして C:\zabbix\zabbix_agentd.conf を編集
Timeout=10
LogFile=c:\zabbix\zabbix_agentd.log
EnableRemoteCommands=1
LogRemoteCommands=1
Server=192.168.1.10
ListenIP=0.0.0.0
ServerActive=192.168.1.10
Hostname=win.example.com
Include=c:\zabbix\zabbix_agentd.userparams.conf
- サービスとしてインストール
cd C:\zabbix\bin\win64
zabbix_agentd.exe --config C:\zabbix\zabbix_agentd.conf --install
zabbix_agentd.exe --config C:\zabbix\zabbix_agentd.conf --start
- アンインストールする場合
cd C:\zabbix\bin\win64
zabbix_agentd.exe --config C:\zabbix\zabbix_agentd.conf --stop
zabbix_agentd.exe --config C:\zabbix\zabbix_agentd.conf --uninstall
- Zabbix server上のホストにテンプレート追加
Ubuntuへのインストール †
- 対応OS
- Ubuntu 14.04.5 LTS (Trusty Tahr)
EPEL版からZabbix公式リポジトリ版へのアップグレード †
|
|