Todd Persen
9dcbe750d1
Add Homebrew instructions to README.md
2015-06-19 18:53:35 -07:00
Todd Persen
10bf663a3b
Un-break the packaging script.
2015-06-19 11:06:32 -07:00
Todd Persen
b71cfb7cfd
Clean up descriptions and stop pushing to both S3 buckets.
2015-06-19 11:05:00 -07:00
Paul Dix
87fedcfa74
Fix typo
2015-06-19 17:43:24 +01:00
Paul Dix
3b9174a322
Add supported plugins
2015-06-19 17:42:29 +01:00
Paul Dix
851fdd439f
Move plugins details into readme
2015-06-19 17:38:31 +01:00
Paul Dix
ab78e8efec
Update README.md
2015-06-19 17:35:53 +01:00
Paul Dix
b829febe0d
Update README.md
2015-06-19 17:34:27 +01:00
Evan Phoenix
39c90dd879
Add package.sh script
...
These 2 scripts are adapted from the influxd versions. Diffing them
against the influxd versions will show very minor changes.
2015-06-18 11:32:37 -07:00
Evan Phoenix
3a43042089
Add -pidfile and Commit variable
2015-06-18 11:31:16 -07:00
Todd Persen
8d6b33342d
Merge pull request #9 from influxdb/sample-config
...
Rename sample config
2015-06-17 23:03:08 -07:00
Todd Persen
7abdd3b453
Move config to `etc`
2015-06-17 22:46:47 -07:00
Todd Persen
d30bbde321
Merge pull request #11 from influxdb/fix-measurement
...
Fix `measurement` => `Measurement`
2015-06-17 21:44:20 -07:00
Todd Persen
7b6db8d4cd
Fix `measurement` => `Measurement`
2015-06-17 21:43:45 -07:00
Todd Persen
48b4b345d1
Merge pull request #8 from influxdb/name-to-measurement
...
Change `name` to `measurement`
2015-06-17 21:21:58 -07:00
gunnaraasen
70a17bd660
Remove telegraph.toml config file
2015-05-29 16:12:16 -07:00
gunnaraasen
ba959e84e7
Explicitly name the config file as an example
2015-05-29 16:11:29 -07:00
gunnaraasen
c492f8e7eb
Update plugin registry from name -> measurement
2015-05-29 13:31:27 -07:00
gunnaraasen
4d5782df53
Update name -> measurement
2015-05-29 13:25:48 -07:00
Evan Phoenix
2bd58ee4df
A set of fixes to fix the tests
2015-05-26 22:15:05 -07:00
Evan Phoenix
2667183bfb
Add 'AddValuesWithTime' function to accumulator
2015-05-26 22:15:05 -07:00
Sean Beckett
dcd7861c1a
issue 5 closed, updating readme
2015-05-26 12:33:08 -07:00
Evan Phoenix
92acd88523
Merge pull request #7 from influxdb/beckettsean-patch-3
...
use localhost by default
2015-05-22 19:06:08 -07:00
Sean Beckett
4750124782
Update README.md
2015-05-22 17:17:43 -07:00
Sean Beckett
434e06ceda
use localhost by default
...
should make the config work with very little modification
2015-05-22 17:09:20 -07:00
Evan Phoenix
1653330421
Tivan is dead, long live Telegraf. Fixes #3
2015-05-22 16:45:14 -07:00
Evan Phoenix
08ce092713
Add the host tag always. Fixes #4
2015-05-22 16:33:38 -07:00
Evan Phoenix
f75e2d44ce
Regenerate sample config. Fixes #1
2015-05-22 16:28:13 -07:00
Evan Phoenix
ead52e807e
Improve sample config
2015-05-22 16:26:32 -07:00
Evan Phoenix
75439f9185
Merge pull request #2 from influxdb/beckettsean-patch-2
...
clarifying readme
2015-05-22 16:16:28 -07:00
Sean Beckett
cc99043cc8
clarifying readme
2015-05-22 16:14:41 -07:00
Evan Phoenix
4e82b37325
Clearify some required config parameters
2015-05-21 09:45:09 -07:00
Evan Phoenix
861707d651
Actually write the points
2015-05-20 17:11:43 -07:00
Evan Phoenix
f79c51145c
Add docs about how to use the Accumulator
2015-05-20 09:16:54 -07:00
Evan Phoenix
83ed405103
Fix a couple typos
2015-05-19 22:39:48 -07:00
Evan Phoenix
ebac4d8346
Start of a PLUGINS.md
2015-05-19 22:37:39 -07:00
Evan Phoenix
64d0056a8a
Start of a README.md
2015-05-19 22:26:13 -07:00
Evan Phoenix
8aa7e355f6
Add pass, drop, and interval to the plugin options
2015-05-19 22:19:32 -07:00
Evan Phoenix
203d3695b4
Grammar
2015-05-18 16:11:45 -07:00
Evan Phoenix
40cc034acb
Add rule about 'localhost'
2015-05-18 16:08:22 -07:00
Evan Phoenix
5e6d33a57f
Breakup the system plugin
2015-05-18 16:01:42 -07:00
Evan Phoenix
66905c069f
Include comment about using test in the sample config
2015-05-18 15:51:11 -07:00
Evan Phoenix
4146f5f6df
Add ability to restrict which network interfaces are sampled
2015-05-18 15:50:09 -07:00
Evan Phoenix
13e6018eb0
Minor usability fixes to config
2015-05-18 15:22:04 -07:00
Evan Phoenix
82cbc4daa2
Add ability to generate config from available plugins
2015-05-18 15:10:11 -07:00
Evan Phoenix
b2c5d95737
Require plugin declaration in config to use any plugin
...
This also makes it so `-test` without a config file tests all available
plugins with the default configuration. This mode is very useful for
getting some initial data out of tivan.
2015-05-18 14:10:12 -07:00
Evan Phoenix
f1e1204374
Enforce stat prefixing at the accumulator layer
2015-05-18 12:15:15 -07:00
Evan Phoenix
34e87e7026
Sort the plugins so the order is consintent
2015-05-18 11:54:59 -07:00
Evan Phoenix
de9c1f50ea
Update for newer API
2015-05-18 11:54:41 -07:00
Evan Phoenix
bcb33d880e
Enable pg and mysql by default
2015-05-18 11:54:27 -07:00