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.
- The InfluxDB alerting tutorial demonstrates implementing alerting with InfluxDB and PagerDuty.
- The Predictive maintenance tutorial demonstrates implementing alerting for real-time monitoring.