blob: 30a6f38024a630c4fa1e684e32074ef63061fce4 [file] [log] [blame]
Bartosz Kupidurabc698cc2017-03-10 09:14:06 +01001=======================
2Salt Telegraf formula
3=======================
4
5Power your metrics and alerting with a leading open-source monitoring
6solution.
7
8Sample 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
27 input:
28 diskio:
29 processes:
30 net:
31
32Documentation and Bugs
33======================
34
35To learn how to install and update salt-formulas, consult the documentation
36available online at:
37
38 http://salt-formulas.readthedocs.io/
39
40In the unfortunate event that bugs are discovered, they should be reported to
41the appropriate issue tracker. Use Github issue tracker for specific salt
42formula:
43
44 https://github.com/salt-formulas/salt-formula-logrotate/issues
45
46For feature requests, bug reports or blueprints affecting entire ecosystem,
47use Launchpad salt-formulas project:
48
49 https://launchpad.net/salt-formulas
50
51You can also join salt-formulas-users team and subscribe to mailing list:
52
53 https://launchpad.net/~salt-formulas-users
54
55Developers wishing to work on the salt-formulas projects should always base
56their work on master branch and submit pull request against specific formula.
57
58 https://github.com/salt-formulas/salt-formula-logrotate
59
60Any questions or feedback is always welcome so feel free to join our IRC
61channel:
62
63 #salt-formulas @ irc.freenode.net