Hitachi

JP1 Version 13 JP1/Integrated Management 3 - Manager コマンド・定義ファイル・APIリファレンス


Node exporter for AIXのディスカバリ設定ファイル(jpc_file_sd_config_node_aix.yml)

〈このページの構成〉

形式

YAML形式で記述します。

- targets:
  - 監視対象ホスト名:Node exporter for AIXのポート番号
  ・・・
  labels:
    jp1_pc_exporter: JPC Node exporter for AIX
    jp1_pc_category: platform
    jp1_pc_trendname: node_exporter_aix

ファイル

jpc_file_sd_config_node_aix.yml

jpc_file_sd_config_node_aix.yml.model(モデルファイル)

格納先ディレクトリ

■統合エージェントホスト

Windowsの場合

  • 物理ホストのとき

    Agentパス\conf\

  • 論理ホストのとき

    共有フォルダ\jp1ima\conf\

Linuxの場合

  • 物理ホストのとき

    /opt/jp1ima/conf/

  • 論理ホストのとき

    共有ディレクトリ/jp1ima/conf/

説明

Prometheus serverがスクレイプするNode Exporter for AIXを設定するファイルです。

文字コード

UTF-8(BOM無し)

改行コード

Windowsの場合:CR+LF

Linuxの場合:LF

定義の反映時期

Prometheus serverのリロードAPIを実行,または,再起動したとき,Prometheus serverがスクレイプする対象となります。そのあと,jddcreatetreeコマンドおよびjddupdatetreeコマンドを実行したとき,統合オペレーション・ビューアーのツリーの表示内容に反映されます。

記述内容

監視対象ホスト名

監視対象ホスト(AIX)のホスト名を1〜255文字の制御文字以外の文字で指定します。FQDN形式も指定できます。「localhost」は指定できません。

Node exporter for AIXのポート番号

スクレイプ先のNode exporter for AIXのポート番号を指定します。

定義例

- targets:
  - hostA:20730
  - hostB:20730
  labels:
    jp1_pc_exporter: JPC Node exporter for AIX
    jp1_pc_category: platform
    jp1_pc_trendname: node_exporter_aix