salt.states.influxdb_database

Management of Influxdb databases

(compatible with InfluxDB version 0.9+)

salt.states.influxdb_database.absent(name, **client_args)

Ensure that given database is absent.

name

Name of the database to remove.

salt.states.influxdb_database.present(name, **client_args)

Ensure that given database is present.

name

Name of the database to create.

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 3004

Table of Contents

Previous topic

salt.states.influxdb_continuous_query

Next topic

salt.states.influxdb_retention_policy