Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AvTech Room Alert 3S (New) Template & Improvements to AvTech Room Alert 3E Template #358

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
# RoomAlert 3E
# AvTech RoomAlert 3E

## Overview

Zabbix template for the AVTECH Room Alert 3E environment monitor. This template can be used to monitor the temperature reading from the device's internal thermometer.
Zabbix template for the AvTech Room Alert 3E environment monitor. This template can be used to monitor the temperature reading from the device's internal thermometer.


To use, create a new host with an SNMP Interface pointing at the IP address of the Room Alert 3E. This interface **must be set to SNMPv1** otherwise it will not be able to read the temperature.
To use, create a new host with an SNMP Interface pointing at the IP address of the Room Alert 3E. This interface should be set to SNMPv1, or it may not be able to read the temperature.


Includes a 'high' alert trigger for temperatures in excess of 25°C and a 'critical' alert trigger for temperatures in excess of 30°C.
Includes an 'average' alert trigger for temperatures in excess of 75°F and a 'high' alert trigger for temperatures in excess of 86°C.



## Macros used

There are no macros links in this template.
There are no unique macros in this template.

## Template links

There are no template links in this template.
- Template Net Network Generic Device SNMP

## Discovery rules

There are no discovery rules in this template.

## Items collected

|Name|Description|Type|Key and additional info|
|----|-----------|----|----|
|Temperature Celcius|<p>Temperature reading from the internal thermometer</p>|`SNMP agent`|temperatureCelcius<p>Update: 1m</p>|
| Name | Description | Type | Key and additional info |
|--------------------------------------|------------------------------------------------------------|--------------|----------------------------------------------------------------|
| Internal Sensor: Temperature C | <p>Temperature reading from the internal thermometer</p> | `SNMP agent` | temp.celsius[Internal Sensor]<p>Update: 1m</p> |
| Internal Sensor: Temperature F | <p>Temperature reading from the internal thermometer</p> | `SNMP agent` | temp.fahrenheit[Internal Sensor]<p>Update: 1m</p> |
| External Sensor: Temperature C | <p>Temperature reading from the sensor</p> | `SNMP agent` | temp.celsius[External Sensor]<p>Update: 1m</p> |
| External Sensor: Temperature F | <p>Temperature reading from the sensor</p> | `SNMP agent` | temp.fahrenheit[External Sensor]<p>Update: 1m</p> |


## Triggers

There are no triggers in this template.
## Triggers

| Name | Description | Severity |
|------------------------------------------|--------------------------------------------------------------------|-----------|
| Temperature Warning - Over 75ºF | Alerts when temperature exceeds 77 degrees F. Resolves when below. | Average |
| Critical Temperature Reading - Over 90ºF | Alerts when temperature exceeds 86 degrees F. Resolves when below. | High |
Original file line number Diff line number Diff line change
@@ -1,60 +1,110 @@
zabbix_export:
version: '6.0'
date: '2021-11-21T22:06:46Z'
date: '2024-05-16T00:53:46Z'
groups:
-
uuid: 36bff6c29af64692839d077febfc7079
name: 'Templates/Network devices'
uuid: 7df96b18c230490a9a0a9e2307226338
name: Templates
templates:
-
uuid: 762a1214488d4b58b27446c33b46c07b
template: 'RoomAlert 3E'
name: 'RoomAlert 3E'
description: |
## Overview

Zabbix template for the AVTECH Room Alert 3E environment monitor. This template can be used to monitor the temperature reading from the device's internal thermometer.


To use, create a new host with an SNMP Interface pointing at the IP address of the Room Alert 3E. This interface **must be set to SNMPv1** otherwise it will not be able to read the temperature.


Includes a 'high' alert trigger for temperatures in excess of 25°C and a 'critical' alert trigger for temperatures in excess of 30°C.




uuid: 6bd0bba1354542f9b9590f48c1c20874
template: 'AvTech Room Alert 3E SNMP'
name: 'AvTech Room Alert 3E SNMP'
templates:
-
name: 'Template Net Network Generic Device SNMP'
groups:
-
name: 'Templates/Network devices'
name: Templates
items:
-
uuid: 5df202304fa945c1bc616fd878864b6b
name: 'Temperature Celcius'
uuid: e48d8d4337d04b97b5d95a24003e1c03
name: 'External Sensor: Temperature C'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.4.1.20916.1.9.1.1.2.1.0
key: 'temp.celsius[External Sensor]'
value_type: FLOAT
units: °C
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.01'
tags:
-
tag: component
value: sensor
-
tag: sensor
value: 'External Sensor'
-
uuid: 3ea691540479402e970108b4692b4d0e
name: 'Internal Sensor: Temperature C'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.4.1.20916.1.9.1.1.1.1.0
key: temperatureCelcius
key: 'temp.celsius[Internal Sensor]'
value_type: FLOAT
units: °C
description: 'Temperature reading from the internal thermometer'
triggers:
-
uuid: aae943b07eb94079a00d09a4fe225e90
expression: 'last(/RoomAlert 3E/temperatureCelcius)>30'
name: 'Critical Temperature Reading'
priority: HIGH
-
uuid: 4c53b3657f8f4f49a905b9f17aff206b
expression: 'last(/RoomAlert 3E/temperatureCelcius)>25'
name: 'High Temperature Reading'
priority: AVERAGE
graphs:
-
uuid: 40aee7064c55494095b8829b2a63afce
name: 'Temperature Celcius'
graph_items:
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.01'
tags:
-
tag: component
value: sensor
-
tag: sensor
value: 'Internal Sensor'
-
color: 1A7C11
item:
host: 'RoomAlert 3E'
key: temperatureCelcius
uuid: 0f6c0826521943aa9717cf13b139022d
name: 'External Sensor: Temperature F'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.4.1.20916.1.9.1.1.2.2.0
key: 'temp.fahrenheit[External Sensor]'
value_type: FLOAT
units: °F
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.01'
tags:
-
tag: component
value: sensor
-
tag: sensor
value: 'External Sensor'
-
uuid: 565ebf447ddf4853866068aaac00db3c
name: 'Internal Sensor: Temperature F'
type: SNMP_AGENT
snmp_oid: .1.3.6.1.4.1.20916.1.9.1.1.1.2.0
key: 'temp.fahrenheit[Internal Sensor]'
value_type: FLOAT
units: °F
preprocessing:
-
type: MULTIPLIER
parameters:
- '0.01'
tags:
-
tag: component
value: sensor
-
tag: sensor
value: 'Internal Sensor'
triggers:
-
uuid: 15ee9a0742b74e5eb1600ee5a5581fdb
expression: 'last(/AvTech Room Alert 3E SNMP/temp.fahrenheit[Internal Sensor])>75 or last(/AvTech Room Alert 3E SNMP/temp.fahrenheit[External Sensor])>75'
name: 'Temperature over 75 degrees'
priority: AVERAGE
-
uuid: 464b8459cf494c2e970921f2cf9ed0f3
expression: 'last(/AvTech Room Alert 3E SNMP/temp.fahrenheit[Internal Sensor])>90 or last(/AvTech Room Alert 3E SNMP/temp.fahrenheit[External Sensor])>90'
name: 'Temperature over 90 degrees'
priority: HIGH
Original file line number Diff line number Diff line change
@@ -1,37 +1,50 @@
# RoomAlert 3S
# AvTech RoomAlert 3S

## Overview

Zabbix template for the AVTECH Room Alert 3S environment monitor. This template can be used to monitor the temperature reading from the device's internal thermometer.
Zabbix template for the AvTech Room Alert 3S environment monitor. This template can be used to monitor the temperature reading from the device's internal thermometer.


To use, create a new host with an SNMP Interface pointing at the IP address of the Room Alert 3S. This interface **must be set to SNMPv1** otherwise it will not be able to read the temperature.
To use, create a new host with an SNMP Interface pointing at the IP address of the Room Alert 3S. This interface may be set to SNMPv1 or SNMPv2. This template has not been tested with SNMPv3 enabled on the device.


Includes a 'high' alert trigger for temperatures in excess of 25°C and a 'critical' alert trigger for temperatures in excess of 30°C.
Includes an 'average' alert trigger for temperatures in excess of 77°F and a 'high' alert trigger for temperatures in excess of 86°F.



## Macros used

There are no macros links in this template.
There are no unique macros in this template.

## Template links

There are no template links in this template.
- Template Net Network Generic Device SNMP

## Discovery rules

There are no discovery rules in this template.

## Items collected

|Name|Description|Type|Key and additional info|
|----|-----------|----|----|
|Temperature Celcius|<p>Temperature reading from the internal thermometer</p>|`SNMP agent`|temperatureCelcius<p>Update: 1m</p>|
| Name | Description | Type | Key and additional info |
|--------------------------------------|------------------------------------------------------------|--------------|---------------------------------------------------------|
| Internal Sensor: Temperature C | <p>Temperature reading from the internal thermometer</p> | `SNMP agent` | temp.celsius[Internal Sensor]<p>Update: 1m</p> |
| Internal Sensor: Temperature F | <p>Temperature reading from the internal thermometer</p> | `SNMP agent` | temp.fahrenheit[Internal Sensor]<p>Update: 1m</p> |
| External Sensor: Temperature C | <p>Temperature reading from the sensor</p> | `SNMP agent` | temp.celsius[External Sensor]<p>Update: 1m</p> |
| External Sensor: Temperature F | <p>Temperature reading from the sensor</p> | `SNMP agent` | temp.fahrenheit[External Sensor]<p>Update: 1m</p> |
| External Sensor: Heat Index C | <p>Heat index reading from the sensor</p> | `SNMP agent` | heat_index.celsius[External Sensor]<p>Update: 1m</p> |
| External Sensor: Heat Index F | <p>Heat index reading from the sensor</p> | `SNMP agent` | heat_index.fahrenheit[External Sensor]<p>Update: 1m</p> |
| External Sensor: Dew Point C | <p>Dew point reading from the sensor</p> | `SNMP agent` | dew_point.celsius[External Sensor]<p>Update: 1m</p> |
| External Sensor: Dew Point F | <p>Dew point reading from the sensor</p> | `SNMP agent` | dew_point.fahrenheit[External Sensor]<p>Update: 1m</p> |
| External Sensor: Relative Humidity % | <p>Current % relative humidity reading from the sensor</p> | `SNMP agent` | humidity[External Sensor]<p>Update: 1m</p> |



## Triggers

There are no triggers in this template.
| Name | Description | Severity |
|------------------------------------------|--------------------------------------------------------------------|-----------|
| Temperature Warning - Over 77ºF | Alerts when temperature exceeds 77 degrees F. Resolves when below. | Average |
| Critical Temperature Reading - Over 86ºF | Alerts when temperature exceeds 86 degrees F. Resolves when below. | High |
| Humidity Warning - Over 50% | Alerts when humidity exceeds 50%. Resolves when below. | Average |

This file was deleted.

Loading