Alerting
It is possible to add alerting into your InfluxDB processing pipelines using a variety of tools such as:
- PagerDuty
- Vonage APIs
- Twilio
- Pushover
You can write Python code to examine data, detect anomalies, or check thresholds.
The alerting can be placed in the inbound pipeline, where you can detect issues in the real-time streaming data. You could also query data from InfluxDB, and check for certain conditions in the outbound pipeline, generating alerts as required. This is demonstrated in detail in the in-depth tutorial on using Quix, Quix Streams, InfluxDB, and PagerDuty.
Next steps
- In-depth tutorial that takes you through setting up pipelines using Quix, Quix Streams, InfluxDB, and PagerDuty for alerting.
- Quix Cloud Tour demonstrates building alerting from scratch with the Vonage APIs, which are simple to use.
- Currency alerting tutorial demonstrates using Pushover to implement alerting.
- The Predictive maintrenance project tutorial uses the Pushover service for sending alerts.