0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【ZABBIX7.0LTS】"Template App Zabbix Server"にアイテム追加

Posted at

はじめに

「ZABBIX 7.0」では、pollerプロセスの非同期実行による監視効率化のため、以下のプロセスが追加されました。これらのプロセスを使用するにあたり、使用率を確認しようとしましたが、デフォルトの「Template App Zabbix Server」にはこれらのプロセスの使用率を確認するためのアイテムが存在していませんでした。そこで、今回はアイテムを追加し、これらのプロセスの使用率を確認できるようにしたいと思います。

 【agent poller】
  Zabbix Agent(パッシブ)のデータ取得を非同期で行う poller プロセス

 【http agent poller】
  Web監視(パッシブ)のデータ取得を非同期で行う poller プロセス

 【snmp poller】
  SNMP(パッシブ)のデータ取得を非同期で行う poller プロセス

【テンプレート:Template App Zabbix Server】
image.png

【Template App Zabbix Serverの「pollerプロセス」使用率アイテム】
image.png

agent poller 用のアイテム作成

既存の「Utilization of poller data collector processes, in %」アイテムなどを複製し、「agent poller」用の使用率アイテムを作成します。

image.png

使用するキー:
【zabbix[process,<type>,<mode>,<state>]】
特定のZabbixのプロセスもしくはプロセスグループ(<type>や<mode>で特定できるもの)が<state>で消費している時間のパーセントテージ

【[ZABBIX 7.0] 8. Internal checks】

以下でもどういったタイプがあるか把握することができる。
【[ZABBIX 7.0] Server process types and threads】

作成した「Utilization of agent poller data collector processes, in %」アイテム

image.png

agent poller 用のトリガー作成

既存の「Zabbix poller processes more than 75% busy」トリガーなどを複製し、「agent poller」用のトリガーを作成します。

image.png

作成した「Zabbix agent poller processes more than 75% busy」トリガー

image.png

agent poller 用のアイテムをグラフに追加

既存の「Zabbix data gathering process busy %」グラフに、作成した「Utilization of agent poller data collector processes, in %」アイテムを追加します。

image.png

既存の「Zabbix data gathering process busy %」グラフに作成した「Utilization of agent poller data collector processes, in %」アイテムが追加された。

image.png

同様に残り2つのプロセスも作成する。

参考資料

Zabbix 7.0 の紹介 - poller プロセスの非同期実行による監視の効率化

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?