Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.42 KB

InfluxDB_Alerts.md

File metadata and controls

28 lines (16 loc) · 1.42 KB

Quick Reference Guide

Create an Alert Management with InfluxDB

If you want your EPC to check the current data which was collected from the field, go to the "Alerts" tab in InfluxDB Chronograf.

You can set up an "Threshold Check" that will alert whenever a value of a variable is outside a configured range.
The "Deadman Check" can be used to check a service that won't send any data anymore.

In this chapter, a "Threshold Check" was created.
If you want to create a threshold check, you must configure a field, a function and a threshold.

First, define what data should be checked from your bucket and submit the data.
InfluxCheck_Query

Next, define the threshold in the second tab "2. Configure Check".
InfluxCheck_Query2

You can configure the error message, more information can be found here

Once configured, your alerts can now be seen in the "Explore" tab and can be included into your Dashboard visualisation.

InfluxCheck_Query3

You can also send the alert via e-mail directly from InfluxDB, please refer to here

Please see next chapter: Configure Telegraf