blob: f639b978ecc5863ebde591f52e995578c64fc0e9 [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
Bartosz Kupiduraf2810912017-04-10 14:09:43 +020027
Petr Michalecd65015f2017-09-14 09:51:53 +020028Influx output
29-------------
30
31.. code-block:: yaml
32
33 telegraf:
34 agent:
35 output:
36 influxdb:
37 urls:
38 - http://127.0.0.1:8086
39 database: test-telegraf
40 write_consistency: any
41 timeout: 10s
Bartosz Kupidurabc698cc2017-03-10 09:14:06 +010042
43Documentation and Bugs
44======================
45
46To learn how to install and update salt-formulas, consult the documentation
47available online at:
48
49 http://salt-formulas.readthedocs.io/
50
51In the unfortunate event that bugs are discovered, they should be reported to
52the appropriate issue tracker. Use Github issue tracker for specific salt
53formula:
54
55 https://github.com/salt-formulas/salt-formula-logrotate/issues
56
57For feature requests, bug reports or blueprints affecting entire ecosystem,
58use Launchpad salt-formulas project:
59
60 https://launchpad.net/salt-formulas
61
62You can also join salt-formulas-users team and subscribe to mailing list:
63
64 https://launchpad.net/~salt-formulas-users
65
66Developers wishing to work on the salt-formulas projects should always base
67their work on master branch and submit pull request against specific formula.
68
69 https://github.com/salt-formulas/salt-formula-logrotate
70
71Any questions or feedback is always welcome so feel free to join our IRC
72channel:
73
74 #salt-formulas @ irc.freenode.net