Hitachi

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


Windows exporter discovery configuration file (jpc_file_sd_config_windows.yml)

Organization of this page

Format

Write in YAML format.

- targets:
  - Monitored hostname:Port number of the Windows exporter
  labels:
    jp1_pc_exporter: JPC Windows Exporter
    jp1_pc_category: platform
    jp1_pc_trendname: windows_exporter
    jp1_pc_multiple_node: "{__name__=~'windows_process_.*|windows_service_.*'}"#
#

Parameters that JP1/IM - Agent 13-01 or later installer sets in the model file for process monitoring and service monitoring.

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 1.21.2(3)(f) Configuring service monitoring settings (for Windows) (Optional) in the JP1/Integrated Management 3 - Manager Configuration Guide.

File

jpc_file_sd_config_windows.yml

jpc_file_sd_config_windows.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/

Description

This is a file that configures the Windows exporter that Prometheus server scrapes.

Character code

UTF-8 (without BOM)

Line feed code

CR+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 Windows exporter

Specify "Monitored hostname:Port number of the Windows 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 Windows exporter from the initial value, change the value of the Port number of the Windows exporter.