このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
mae3xx_tips:setup_zabbix_agent:start [2014/07/31 12:33] – admin | mae3xx_tips:setup_zabbix_agent:start [2014/08/27 11:17] (現在) – admin | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Zabbix (Agent) の設定 ====== | ||
+ | MA-E3xxには、Zabbix Agent をインストールしてあります。\\ | ||
+ | 設定することにより、Zabbix により監視・制御をすることが可能です。 | ||
+ | |||
+ | [[http:// | ||
+ | [[http:// | ||
+ | |||
+ | |||
+ | \\ | ||
+ | |||
+ | とても役に立つ参考書を紹介しておきます。 | ||
+ | |||
+ | [[http:// | ||
+ | [[http:// | ||
+ | |||
+ | \\ | ||
+ | |||
+ | 監視中の画面例です。 | ||
+ | |||
+ | {{zabbix_agent_00.png? | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== 監視可能項目 ===== | ||
+ | |||
+ | 取得・監視できる項目は、下の表のとおりです。 | ||
+ | |||
+ | ^ Application | ||
+ | | CPU |Context switches per second| | ||
+ | |:::|CPU idle time| G | | ||
+ | |:::|CPU interrupt time| G | | ||
+ | |:::|CPU iowait time| G | | ||
+ | |:::|CPU nice time| G | | ||
+ | |:::|CPU softirq time| G | | ||
+ | |:::|CPU steal time| G | | ||
+ | |:::|CPU system time| G | | ||
+ | |:::|CPU user time| G | | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | | General | ||
+ | |:::|Host local time| G | | ||
+ | |:::|Host name| H | | ||
+ | |:::|System information| | ||
+ | |:::|System uptime| | ||
+ | | Memory | ||
+ | |:::|Free swap space| | ||
+ | |:::|Free swap space in %| G | | ||
+ | |:::|Total memory| | ||
+ | |:::|Total swap space| | ||
+ | | Network interfaces | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | |::: | ||
+ | | OS |Host boot time| G | | ||
+ | |:::|Host local time| G | | ||
+ | |:::|Host name| H | | ||
+ | |::: | ||
+ | |::: | ||
+ | |:::|Number of logged in users| | ||
+ | |:::|System information| | ||
+ | |:::|System uptime| | ||
+ | | Performance | ||
+ | | Processes | ||
+ | |:::|Number of running processes| | ||
+ | | Security | ||
+ | | Zabbix agent |Agent ping| G | | ||
+ | |:::|Host name of zabbix\_agentd running| | ||
+ | |::: | ||
+ | |||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== 設定 ===== | ||
+ | |||
+ | ==== Agent (端末側) の設定 ==== | ||
+ | |||
+ | === 設定ファイルの編集 === | ||
+ | |||
+ | Zabbix Agent の設定ファイルは、/ | ||
+ | いくつかの項目を設定します。 | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | 設定が必要な項目は下記となります。 | ||
+ | |||
+ | ^ Item ^ Default | ||
+ | |LogFileSize| | ||
+ | |EnableRemoteCommands| | ||
+ | |Server| | ||
+ | |ServerActive| | ||
+ | |Hostname| | ||
+ | |||
+ | \\ | ||
+ | |||
+ | Zabbix Agent を起動するかどうかの設定は、/ | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | # defaults file for zabbix-agent | ||
+ | |||
+ | # Start the Zabbix on init? | ||
+ | # (Possible values: " | ||
+ | START=" | ||
+ | |||
+ | # Absolute path to the configuration file | ||
+ | CONFIG_FILE="/ | ||
+ | </ | ||
+ | |||
+ | " | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === Zabbix-Agent の起動 === | ||
+ | |||
+ | service コマンドにより、Zabbix-Agent を起動します。 | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | zabbix-agent start/ | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | user1@plum: | ||
+ | 1930 ? S 0:00 / | ||
+ | 1933 ? S 0:00 / | ||
+ | 1934 ? S 0:00 / | ||
+ | 1936 ? S 0:00 / | ||
+ | 1938 ? S 0:00 / | ||
+ | 1939 ? S 0:00 / | ||
+ | 1942 pts/0 S+ 0:00 grep --color=auto zabbix | ||
+ | user1@plum: | ||
+ | </ | ||
+ | |||
+ | ※ 次回起動以降は自動起動されます。 | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== Server 側の設定 ==== | ||
+ | |||
+ | MA-E3xx を、監視対象として登録します。\\ | ||
+ | テンプレートは、" | ||
+ | |||
+ | {{: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | しばらくすると、監視が開始され、データが蓄積されていることが確認できます。 | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: |