1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Zabbix用語

Posted at

#Zabbix用が非常に分かりずらかったのでメモ
##ホスト
監視対象
 サーバ、仮想マシン、ESXiホスト、ルータ、スイッチetc

##アイテム
監視項目
 何を監視するか
  CPU使用率、httpdプロセス、PING監視etc

##トリガー
監視閾値
 アイテムのステータスが何を基準に正常/障害を判定して、イベントを起こすか
  CPU使用率が90%を超えたら、PINGが3回連続で応答なくなったらetc

##イベント
 トリガーで発生した情報

##アクション
 どのイベントで、どんなアウトプットをするか定義
  CPU使用率が90%を超えたら管理者へメール通知する、httpdプロセスが存在しなくなったらサーバを再起動するetc

##LLD
ローレベルディスカバリ
 ホストを自動で監視対象に追加し、OSなどホストに適したアイテム設定を自動的に割り当てる。
  ESXiホストを自動検出し、仮想マシンを自動で追加etc
  Windowsのドライブ名、Linuxパーティション構成を検出etc

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?