Hitachi

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


Yet another cloudwatch exporter configuration file (jpc_ya_cloudwatch_exporter.yml)

Organization of this page

Format

Write in YAML format.

discovery:
  exportedTagsOnMetrics:
    AWS/EC2:
      - jp1_pc_nodelabel
    AWS/Lambda:
      - jp1_pc_nodelabel
    AWS/S3:
      - jp1_pc_nodelabel
    AWS/DynamoDB:
      - jp1_pc_nodelabel
    AWS/States:
      - jp1_pc_nodelabel
    AWS/SQS:
      - jp1_pc_nodelabel
    AWS/ESC:
      - jp1_pc_nodelabel
    AWS/EBS:
      - jp1_pc_nodelabel
    AWS/EFS:
      - jp1_pc_nodelabel
    AWS/FSx:
      - jp1_pc_nodelabel
    AWS/SNS:
      - jp1_pc_nodelabel
    AWS/RDS:
      - jp1_pc_nodelabel
  jobs:
  - type: AWS/EC2
    regions:
      - ap-northeast-1
    period: 0
    length: 600
    delay: 120
    metrics:
      - name: CPUUtilization
        statistics:
        - Average
      - name: DiskReadBytes
        statistics:
        - Sum
      - name: DiskWriteBytes
        statistics:
        - Sum

File

jpc_ya_cloudwatch_exporter.yml

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

■Integrated manager host (model File only)

/opt/jp1pccspkg/jp1_pc_agent_cloud/jp1_pc_agent_cloud_linux_JP1/IM - Agent-version-number-(VVRRSS-format)/ya_cloudwatch_exporter/conf/

■Monitoring agent host
  • For a physical host

    Install the monitoring agent directory/jp1pccs/conf/

  • For a logical host

    shared-directory/jp1pccs/conf/

Description

A configuration file that specifies the behavior of Yet another cloudwatch exporter.

Character code

UTF-8 (without BOM)

Line feed code

In Windows: CR+LF

In Linux: LF

When the definitions are applied

When you restart Yet another cloudwatch exporter, it will be reflected in the behavior of Yet another cloudwatch exporter.

Also, when you execute the jddcreatetree command and the jddupdatetree command after performing the above operation, it is reflected in the displayed contents of the tree in the integrated operation viewer.

Information that is specified

Legend:

Y: Changeable

Legend:

R: Required, Y: Changeable, --: Not applicable

Legend:

R: Required, Y: Changeable, --: Not applicable

Legend:

R: Required, Y: Changeable, --: Not applicable