Bartosz Kupidura | bc698cc | 2017-03-10 09:14:06 +0100 | [diff] [blame] | 1 | ======================= |
| 2 | Salt Telegraf formula |
| 3 | ======================= |
| 4 | |
| 5 | Power your metrics and alerting with a leading open-source monitoring |
| 6 | solution. |
| 7 | |
| 8 | Sample pillars |
| 9 | ============== |
| 10 | |
| 11 | .. code-block:: yaml |
| 12 | |
| 13 | telegraf: |
| 14 | agent: |
| 15 | enabled: true |
| 16 | interval: 15 |
| 17 | round_interval: false |
| 18 | metric_batch_size: 1000 |
| 19 | metric_buffer_limit: 10000 |
| 20 | collection_jitter: 2 |
| 21 | output: |
| 22 | prometheus_client: |
| 23 | bind: |
| 24 | address: 0.0.0.0 |
| 25 | port: 9126 |
| 26 | engine: prometheus |
Bartosz Kupidura | f281091 | 2017-04-10 14:09:43 +0200 | [diff] [blame] | 27 | |
Bartosz Kupidura | bc698cc | 2017-03-10 09:14:06 +0100 | [diff] [blame] | 28 | |
| 29 | Documentation and Bugs |
| 30 | ====================== |
| 31 | |
| 32 | To learn how to install and update salt-formulas, consult the documentation |
| 33 | available online at: |
| 34 | |
| 35 | http://salt-formulas.readthedocs.io/ |
| 36 | |
| 37 | In the unfortunate event that bugs are discovered, they should be reported to |
| 38 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 39 | formula: |
| 40 | |
| 41 | https://github.com/salt-formulas/salt-formula-logrotate/issues |
| 42 | |
| 43 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 44 | use Launchpad salt-formulas project: |
| 45 | |
| 46 | https://launchpad.net/salt-formulas |
| 47 | |
| 48 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 49 | |
| 50 | https://launchpad.net/~salt-formulas-users |
| 51 | |
| 52 | Developers wishing to work on the salt-formulas projects should always base |
| 53 | their work on master branch and submit pull request against specific formula. |
| 54 | |
| 55 | https://github.com/salt-formulas/salt-formula-logrotate |
| 56 | |
| 57 | Any questions or feedback is always welcome so feel free to join our IRC |
| 58 | channel: |
| 59 | |
| 60 | #salt-formulas @ irc.freenode.net |