Hitachi

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


[Figure]Alertmanager configuration file (jpc_alertmanager.yml)

Organization of this page

Format

Write in YAML format.

  :
(Abbreviated)
  :
receivers:
- name: 'JP1IMDD'
  
  webhook_configs:
  - send_resolved: true
    url: 'http://host-name-of-JP1/IM - Agent:20726/ima/api/v1/proxy/service/imdd/im/api_system/v1/events/transform'

File

jpc_alertmanager.yml

jpc_alertmanager.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 configuration file that defines the operation of AlertManager.

Character code

UTF-8 (without BOM)

Line feed code

In Windows: CR+LF

In Linux: LF

When the definitions are applied

Reflected when Alertmanager is restarted and when Alertmanager is instructed to reload.

Information that is specified

For definitions of common placeholders used in the table below, see About definition of common placeholders for descriptive items in yml file.

Item

Description

Changeability

What You Setup in Your JP1/IM - Agent

JP1/IM - Agent Defaults Value

global:

--

N

--

--

route: <route>

Configure alert routing.

See the <route> description below.

Y

For details, see <route> below.

--

receivers:

Set the notification destination for the alert.

N

--

--

- <receiver> ...

See the <receiver> description below.

Y

For details, see <receiver> below.

Describes the definition for sending to JP1/IM - Manager (Intelligent Integrated Management Platform).

Legend:

Y: Changeable, N: Not changeable, --: Not applicable

Legend:

N: Not changeable, --: Not applicable

Legend:

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