influxdb_database

Manage InfluxDB 0.9-1.x databases statefully.

Important

You can optionally specify default connection parameters via the general influxdb setup.

saltext.influxdb.states.influxdb_database.present(name, **client_args)[source]

Ensure that given database is present.

name

Name of the database to create.

saltext.influxdb.states.influxdb_database.absent(name, **client_args)[source]

Ensure that given database is absent.

name

Name of the database to remove.