X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=README.rst;h=e4fab7b233a791d1977a17b411b720aba8e795a8;hp=23b12f0004268a81814f44f55af05992278f6732;hb=bbcaadcda30cab3358302e7fbde2e8fb3006f331;hpb=89c128a4f86678034b05b914cfd0a8c716af55e3 diff --git a/README.rst b/README.rst index 23b12f0..e4fab7b 100644 --- a/README.rst +++ b/README.rst @@ -108,6 +108,30 @@ Single-node influxdb with new databases: enabled: true name: mydb2 +Manage the retention policies for a database: + +.. code-block:: yaml + + influxdb: + server: + database: + mydb1: + enabled: true + name: mydb1 + retention_policy: + - name: rp_db1 + duration: 30d + replication: 1 + is_default: true + +Where default values are: + +* name = autogen +* duration = INF +* replication = 1 +* is_default: false + + Here is how to manage grants on database: .. code-block:: yaml @@ -195,3 +219,36 @@ Read more ========= * https://influxdata.com/time-series-platform/influxdb/ + +Documentation and Bugs +====================== + +To learn how to install and update salt-formulas, consult the documentation +available online at: + + http://salt-formulas.readthedocs.io/ + +In the unfortunate event that bugs are discovered, they should be reported to +the appropriate issue tracker. Use Github issue tracker for specific salt +formula: + + https://github.com/salt-formulas/salt-formula-influxdb/issues + +For feature requests, bug reports or blueprints affecting entire ecosystem, +use Launchpad salt-formulas project: + + https://launchpad.net/salt-formulas + +You can also join salt-formulas-users team and subscribe to mailing list: + + https://launchpad.net/~salt-formulas-users + +Developers wishing to work on the salt-formulas projects should always base +their work on master branch and submit pull request against specific formula. + + https://github.com/salt-formulas/salt-formula-influxdb + +Any questions or feedback is always welcome so feel free to join our IRC +channel: + + #salt-formulas @ irc.freenode.net