From 2deb5121eff68bd795bb9642276b4940141437f4 Mon Sep 17 00:00:00 2001 From: Alexander Bakaldin Date: Thu, 18 Feb 2021 15:48:06 +0300 Subject: .........T [ZBX-18051] fixed typos extra space after "(" --- templates/net/extreme_snmp/README.md | 2 +- templates/net/extreme_snmp/template_net_extreme_snmp.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/net/extreme_snmp') diff --git a/templates/net/extreme_snmp/README.md b/templates/net/extreme_snmp/README.md index 207501e115f..00179a37bc0 100644 --- a/templates/net/extreme_snmp/README.md +++ b/templates/net/extreme_snmp/README.md @@ -70,7 +70,7 @@ No specific Zabbix configuration is required. |Device has been replaced (new serial number received) |

Device serial number has changed. Ack to close

|`{TEMPLATE_NAME:system.hw.serialnumber.diff()}=1 and {TEMPLATE_NAME:system.hw.serialnumber.strlen()}>0` |INFO |

Manual close: YES

| |Firmware has changed |

Firmware version has changed. Ack to close

|`{TEMPLATE_NAME:system.hw.firmware.diff()}=1 and {TEMPLATE_NAME:system.hw.firmware.strlen()}>0` |INFO |

Manual close: YES

| |Operating system description has changed |

Operating system description has changed. Possible reasons that system has been updated or replaced. Ack to close.

|`{TEMPLATE_NAME:system.sw.os[extremePrimarySoftwareRev.0].diff()}=1 and {TEMPLATE_NAME:system.sw.os[extremePrimarySoftwareRev.0].strlen()}>0` |INFO |

Manual close: YES

| -|#{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m) |

The system is running out of free memory.

|`{TEMPLATE_NAME:vm.memory.util[{#SNMPVALUE}].min(5m)}>{$MEMORY.UTIL.MAX}` |AVERAGE | | +|#{#SNMPVALUE}: High memory utilization (>{$MEMORY.UTIL.MAX}% for 5m) |

The system is running out of free memory.

|`{TEMPLATE_NAME:vm.memory.util[{#SNMPVALUE}].min(5m)}>{$MEMORY.UTIL.MAX}` |AVERAGE | | |PSU {#SNMPVALUE}: Power supply is in critical state |

Please check the power supply unit for errors

|`{TEMPLATE_NAME:sensor.psu.status[extremePowerSupplyStatus.{#SNMPINDEX}].count(#1,{$PSU_CRIT_STATUS},eq)}=1` |AVERAGE | | |Device: Temperature is above warning threshold: >{$TEMP_WARN:""} |

This trigger uses temperature sensor values as well as temperature sensor status if available

|`{TEMPLATE_NAME:sensor.temp.value[extremeCurrentTemperature.0].avg(5m)}>{$TEMP_WARN:""}`

Recovery expression:

`{TEMPLATE_NAME:sensor.temp.value[extremeCurrentTemperature.0].max(5m)}<{$TEMP_WARN:""}-3` |WARNING |

**Depends on**:

- Device: Temperature is above critical threshold: >{$TEMP_CRIT:""}

| |Device: Temperature is above critical threshold: >{$TEMP_CRIT:""} |

This trigger uses temperature sensor values as well as temperature sensor status if available

|`{TEMPLATE_NAME:sensor.temp.value[extremeCurrentTemperature.0].avg(5m)}>{$TEMP_CRIT:""} or {Extreme EXOS SNMP:sensor.temp.status[extremeOverTemperatureAlarm.0].last()}={$TEMP_CRIT_STATUS}`

Recovery expression:

`{TEMPLATE_NAME:sensor.temp.value[extremeCurrentTemperature.0].max(5m)}<{$TEMP_CRIT:""}-3` |HIGH | | diff --git a/templates/net/extreme_snmp/template_net_extreme_snmp.yaml b/templates/net/extreme_snmp/template_net_extreme_snmp.yaml index 26bf146ace7..e9f2f8b9609 100644 --- a/templates/net/extreme_snmp/template_net_extreme_snmp.yaml +++ b/templates/net/extreme_snmp/template_net_extreme_snmp.yaml @@ -337,7 +337,7 @@ zabbix_export: trigger_prototypes: - expression: '{min(5m)}>{$MEMORY.UTIL.MAX}' - name: '#{#SNMPVALUE}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)' + name: '#{#SNMPVALUE}: High memory utilization (>{$MEMORY.UTIL.MAX}% for 5m)' priority: AVERAGE description: 'The system is running out of free memory.' graph_prototypes: -- cgit v1.2.3