Aranet is an environmental IoT monitoring solution developed for a variety of businesses including storage facilities and warehouse management.
Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/app/aranet_http?at=release/7.4
Zabbix version: 7.4 and higher.
This template has been tested on:
Zabbix should be configured according to the instructions in the Templates out of the box section.
Refer to the vendor documentation.
| Name | Description | Default |
|---|---|---|
| {$HTTP.TLS.VERIFY} | TLS certificate verification for the script item: "none" - disabled, "peer" - verify the certificate chain and expiration, "full" - full verification. Any other value enables full verification. To override the setting for this template only, define the macro with the context "Aranet Cloud", e.g. {$HTTP.TLS.VERIFY:"Aranet Cloud"}. |
full |
| {$ARANET.API.ENDPOINT} | Aranet Cloud API endpoint. |
https://aranet.cloud/api |
| {$ARANET.API.USERNAME} | Aranet Cloud username. |
<PUT YOUR USERNAME> |
| {$ARANET.API.PASSWORD} | Aranet Cloud password. |
<PUT YOUR PASSWORD> |
| {$ARANET.API.SPACE_NAME} | Aranet Cloud organization name. |
<PUT YOUR SPACE NAME> |
| {$ARANET.LLD.FILTER.SENSOR_NAME.MATCHES} | Filter of discoverable sensors by name. |
.+ |
| {$ARANET.LLD.FILTER.SENSOR_NAME.NOT_MATCHES} | Filter to exclude discoverable sensors by name. |
CHANGE_IF_NEEDED |
| {$ARANET.LLD.FILTER.SENSOR_ID.MATCHES} | Filter of discoverable sensors by id. |
.+ |
| {$ARANET.LLD.FILTER.GATEWAY_NAME.MATCHES} | Filter of discoverable sensors by gateway name. |
.+ |
| {$ARANET.LLD.FILTER.GATEWAY_NAME.NOT_MATCHES} | Filter to exclude discoverable sensors by gateway name. |
CHANGE_IF_NEEDED |
| {$ARANET.LLD.FILTER.GATEWAY_ID.MATCHES} | Filter of discoverable sensors by gateway id. |
.+ |
| {$ARANET.BATT.VOLTAGE.MIN.WARN} | Battery voltage warning threshold. |
1 |
| {$ARANET.BATT.VOLTAGE.MIN.CRIT} | Battery voltage critical threshold. |
2 |
| {$ARANET.HUMIDITY.MIN.WARN} | Minimum humidity threshold. |
20 |
| {$ARANET.HUMIDITY.MAX.WARN} | Maximum humidity threshold. |
70 |
| {$ARANET.CO2.MAX.WARN} | CO2 warning threshold. |
600 |
| {$ARANET.CO2.MAX.CRIT} | CO2 critical threshold. |
1000 |
| {$ARANET.LAST_UPDATE.MAX.WARN} | Data update delay threshold. |
1h |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Sensors discovery | Discovery for Aranet Cloud sensors |
Dependent item | aranet.sensor.discovery Preprocessing
|
| Get data | Script | aranet.get_data |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Temperature discovery | Discovery for Aranet Cloud temperature sensors |
Dependent item | aranet.temp.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.temp["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Humidity discovery | Discovery for Aranet Cloud humidity sensors |
Dependent item | aranet.humidity.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.humidity["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Aranet: {#METRIC}: Low humidity on "[{#GATEWAY_NAME}] {#SENSOR_NAME}" | max(/Aranet Cloud/aranet.humidity["{#GATEWAY_ID}", "{#SENSOR_ID}"],5m) < {$ARANET.HUMIDITY.MIN.WARN:"{#SENSOR_NAME}"} |
Warning | Depends on:
|
|
| Aranet: {#METRIC}: High humidity on "[{#GATEWAY_NAME}] {#SENSOR_NAME}" | min(/Aranet Cloud/aranet.humidity["{#GATEWAY_ID}", "{#SENSOR_ID}"],5m) > {$ARANET.HUMIDITY.MAX.WARN:"{#SENSOR_NAME}"} |
High |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| RSSI discovery | Discovery for Aranet Cloud RSSI sensors |
Dependent item | aranet.rssi.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.rssi["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Battery voltage discovery | Discovery for Aranet Cloud Battery voltage sensors |
Dependent item | aranet.battery.voltage.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.battery.voltage["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Aranet: {#METRIC}: Low battery voltage on "[{#GATEWAY_NAME}] {#SENSOR_NAME}" | max(/Aranet Cloud/aranet.battery.voltage["{#GATEWAY_ID}", "{#SENSOR_ID}"],5m) < {$ARANET.BATT.VOLTAGE.MIN.WARN:"{#SENSOR_NAME}"} |
Warning | Depends on:
|
|
| Aranet: {#METRIC}: Critically low battery voltage on "[{#GATEWAY_NAME}] {#SENSOR_NAME}" | max(/Aranet Cloud/aranet.battery.voltage["{#GATEWAY_ID}", "{#SENSOR_ID}"],5m) < {$ARANET.BATT.VOLTAGE.MIN.CRIT:"{#SENSOR_NAME}"} |
High |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| CO2 discovery | Discovery for Aranet Cloud CO2 sensors |
Dependent item | aranet.co2.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.co2["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Aranet: {#METRIC}: High CO2 level on "[{#GATEWAY_NAME}] {#SENSOR_NAME}" | min(/Aranet Cloud/aranet.co2["{#GATEWAY_ID}", "{#SENSOR_ID}"],5m) > {$ARANET.CO2.MAX.WARN:"{#SENSOR_NAME}"} |
Warning | Depends on:
|
|
| Aranet: {#METRIC}: Critically high CO2 level on "[{#GATEWAY_NAME}] {#SENSOR_NAME}" | min(/Aranet Cloud/aranet.co2["{#GATEWAY_ID}", "{#SENSOR_ID}"],5m) > {$ARANET.CO2.MAX.CRIT:"{#SENSOR_NAME}"} |
High |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Atmospheric pressure discovery | Discovery for Aranet Cloud atmospheric pressure sensors |
Dependent item | aranet.pressure.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.pressure["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Voltage discovery | Discovery for Aranet Cloud Voltage sensors |
Dependent item | aranet.voltage.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.voltage["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Weight discovery | Discovery for Aranet Cloud Weight sensors |
Dependent item | aranet.weight.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.weight["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Volumetric Water Content discovery | Discovery for Aranet Cloud Volumetric Water Content sensors |
Dependent item | aranet.volum_water_content.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.volumetric.water.content["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| PPFD discovery | Discovery for Aranet Cloud PPFD sensors |
Dependent item | aranet.ppfd.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.ppfd["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Distance discovery | Discovery for Aranet Cloud Distance sensors |
Dependent item | aranet.distance.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.distance["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Illuminance discovery | Discovery for Aranet Cloud Illuminance sensors |
Dependent item | aranet.illuminance.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.illuminance["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| pH discovery | Discovery for Aranet Cloud pH sensors |
Dependent item | aranet.ph.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.ph["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Current discovery | Discovery for Aranet Cloud Current sensors |
Dependent item | aranet.current.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.current["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Soil Dielectric Permittivity discovery | Discovery for Aranet Cloud Soil Dielectric Permittivity sensors |
Dependent item | aranet.soil_dielectric_perm.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.soil_dielectric_perm["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Soil Electrical Conductivity discovery | Discovery for Aranet Cloud Soil Electrical Conductivity sensors |
Dependent item | aranet.soil_electric_cond.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.soil_electric_cond["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Pore Electrical Conductivity discovery | Discovery for Aranet Cloud Pore Electrical Conductivity sensors |
Dependent item | aranet.pore_electric_cond.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.pore_electric_cond["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Pulses discovery | Discovery for Aranet Cloud Pulses sensors |
Dependent item | aranet.pulses.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.pulses["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Pulses Cumulative discovery | Discovery for Aranet Cloud Pulses Cumulative sensors |
Dependent item | aranet.pulses_cumulative.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.pulses_cumulative["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Differential Pressure discovery | Discovery for Aranet Cloud Differential Pressure sensors |
Dependent item | aranet.diff_pressure.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.diff_pressure["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| Last update discovery | Discovery for Aranet Cloud Last update metric |
Dependent item | aranet.last_update.discovery |
| Name | Description | Type | Key and additional info |
|---|---|---|---|
| {#METRIC}: [{#GATEWAY_NAME}] {#SENSOR_NAME} | Dependent item | aranet.last_update["{#GATEWAY_ID}", "{#SENSOR_ID}"] Preprocessing
|
| Name | Description | Expression | Severity | Dependencies and additional info |
|---|---|---|---|---|
| Aranet: {#METRIC}: Sensor data "[{#GATEWAY_NAME}] {#SENSOR_NAME}" is not updated | last(/Aranet Cloud/aranet.last_update["{#GATEWAY_ID}", "{#SENSOR_ID}"]) > {$ARANET.LAST_UPDATE.MAX.WARN:"{#SENSOR_NAME}"} |
Warning |
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums