From f4d4f6fff537b230b76d44c8d0476eadd739ec7e Mon Sep 17 00:00:00 2001 From: Denis Rasihov Date: Tue, 31 May 2022 12:47:14 +0300 Subject: .........T [ZBXNEXT-7630] updated HPE MSA templates --- templates/san/hpe_msa2060_http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/san/hpe_msa2060_http/README.md') diff --git a/templates/san/hpe_msa2060_http/README.md b/templates/san/hpe_msa2060_http/README.md index 1d3b882b534..a553c46c294 100644 --- a/templates/san/hpe_msa2060_http/README.md +++ b/templates/san/hpe_msa2060_http/README.md @@ -170,7 +170,7 @@ There are no template links in this template. |HPE |FRU [{#ENCLOSURE.ID}: {#LOCATION}]: Status |

{#DESCRIPTION}. FRU status:

Absent: The FRU is not present.

Fault: The FRU's health is Degraded or Fault.

Invalid data: The FRU ID data is invalid. The FRU's EEPROM is improperly programmed.

OK: The FRU is operating normally.

Power off: The FRU is powered off.

|DEPENDENT |hpe.msa.frus["{#ENCLOSURE.ID}:{#LOCATION}",status]

**Preprocessing**:

- JSONPATH: `$.['frus'][?(@['name'] == "{#TYPE}" && @['fru-location'] == "{#LOCATION}")].['fru-status-numeric'].first()`

- DISCARD_UNCHANGED_HEARTBEAT: `1h`

| |HPE |FRU [{#ENCLOSURE.ID}: {#LOCATION}]: Part number |

{#DESCRIPTION}. Part number of the FRU.

|DEPENDENT |hpe.msa.frus["{#ENCLOSURE.ID}:{#LOCATION}",part_number]

**Preprocessing**:

- JSONPATH: `$.['frus'][?(@['name'] == "{#TYPE}" && @['fru-location'] == "{#LOCATION}")].['part-number'].first()`

- DISCARD_UNCHANGED_HEARTBEAT: `1d`

| |HPE |FRU [{#ENCLOSURE.ID}: {#LOCATION}]: Serial number |

{#DESCRIPTION}. FRU serial number.

|DEPENDENT |hpe.msa.frus["{#ENCLOSURE.ID}:{#LOCATION}",serial_number]

**Preprocessing**:

- JSONPATH: `$.['frus'][?(@['name'] == "{#TYPE}" && @['fru-location'] == "{#LOCATION}")].['serial-number'].first()`

- DISCARD_UNCHANGED_HEARTBEAT: `1d`

| -|Zabbix raw items |HPE MSA: Get data |

The JSON with result of API requests.

|SCRIPT |hpe.msa.raw.data

**Expression**:

`The text is too long. Please see the template.` | +|Zabbix raw items |HPE MSA: Get data |

The JSON with result of API requests.

|SCRIPT |hpe.msa.data.get

**Expression**:

`The text is too long. Please see the template.` | ## Triggers -- cgit v1.2.3