Flux InfluxDB monitor package
The Flux monitor
package provides tools for monitoring and alerting with InfluxDB.
Import the influxdata/influxdb/monitor
package:
import "influxdata/influxdb/monitor"
Options
The monitor
packages provides the following options:
import "influxdata/influxdb/monitor"
option monitor.write = (tables=<-) => tables |> experimental.to(bucket: bucket)
option monitor.log = (tables=<-) => tables |> experimental.to(bucket: bucket)
write
Function option that defines how check statuses are written to InfluxDB. Default is:
(tables=<-) => tables |> experimental.to(bucket: bucket)
log
Function option that defines how notification event logs are written to InfluxDB. Default is:
(tables=<-) => tables |> experimental.to(bucket: bucket)
Functions
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
InfluxDB Cloud customers can contact InfluxData Support.