Hitachi

JP1 Version 13 JP1/Integrated Management 3 - Manager Command, Definition File and API Reference


Node exporter for AIX discovery configuration file (jpc_file_sd_config_node_aix.yml)

Organization of this page

Format

Write in YAML format.

- targets:
  - Monitored hostname: Port number of the Node exporter for AIX
  ...
  labels:
    jp1_pc_exporter: JPC Node exporter for AIX
    jp1_pc_category: platform
    jp1_pc_trendname: node_exporter_aix

File

jpc_file_sd_config_node_aix.yml

jpc_file_sd_config_node_aix.yml.model (model file)

Storage directory

- Integrated agent host

In Windows:

  • For a physical host

    Agent-path\conf\

  • For a logical host

    shared-folder\jp1ima\conf\

In Linux:

  • For a physical host

    /opt/jp1ima/conf/

  • For a logical host

    shared-directory/jp1ima/conf/

Description

This is a file that configures the Node Exporter for AIX that the Prometheus server scrapes.

Character code

UTF-8 (without BOM)

Line feed code

In Windows: CR+LF

In Linux: LF

When the definitions are applied

When the Prometheus server reload API is executed or restarted, the Prometheus server is subject to scraping. Then, when the jddcreatetree and jddupdatetree commands are executed, the contents of the tree display in the integrated operations viewer are reflected

Information that is specified

Monitored host name

Specifies the host name of the monitored host (AIX) in characters other than 1 to 255 control characters. You can also specify FQDN format. "localhost" cannot be specified.

Node exporter for AIX port number

Specifies the port number of Node exporter for AIX to scrape to.

Example definition

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