Hitachi

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


Node exporter discovery configuration file (jpc_file_sd_config_node.yml)

Organization of this page

Format

Write in YAML format.

- targets:
  - Monitored hostname:Port number of the Node exporter
  labels:
    jp1_pc_exporter: JPC Node Exporter
    jp1_pc_category: platform
    jp1_pc_trendname: node_exporter
    jp1_pc_multiple_node: "{__name__=~'node_systemd_unit_.*'}"#
#

Parameters for service monitoring that are set in the model file by JP1/IM - Agent 13-01 or later installer.

If you are upgrading from JP1/IM - Agent 13-00 to 13-01 or later and want to use the service monitoring feature, add the jp1_pc_multiple_node parameters manually. For details, see 2.19.2(3)(f) Configuring service monitor settings (for Linux) (Optional) in the JP1/Integrated Management 3 - Manager Configuration Guide.

File

jpc_file_sd_config_node.yml

jpc_file_sd_config_node.yml.model (model file)

Storage directory

■Integrated agent host

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 that Prometheus server scrapes.

Character code

UTF-8 (without BOM)

Line feed code

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 hostname:Port number of the Node exporter

Specify "Monitored hostname:Port number of the Node exporter" as characters other than 1 to 2,595 control characters.

The monitored host name is required and specified. The specified monitored host name is set in the monitoring agent installation script. You can also specify the FQDN format.

If you have changed the port number of the Node exporter from the initial value, change the value of the Port number of the Node exporter.