--- title: monitor.write() function description: > `monitor.write()` persists check statuses to an InfluxDB bucket. menu: flux_v0_ref: name: monitor.write parent: influxdata/influxdb/monitor identifier: influxdata/influxdb/monitor/write weight: 301 --- `monitor.write()` persists check statuses to an InfluxDB bucket. ##### Function type signature ```js (<-tables: stream[A]) => stream[A] where A: Record ``` {{% caption %}} For more information, see [Function type signatures](/flux/v0/function-type-signatures/). {{% /caption %}} ## Parameters ### tables Input data. Default is piped-forward data (`<-`).