Konstantin Kulikov
3098564896
fix datarace in input apache plugin
...
closes #1384
2016-06-22 14:42:47 +01:00
Cameron Sparr
2beef21231
Beta 2 Release 1.0
2016-06-21 14:35:26 +01:00
Cameron Sparr
cb3c54a1ae
logparser input plugin
...
closes #102
closes #328
2016-06-21 14:23:01 +01:00
Iiro Uusitalo
d50a1e83ac
Added support for Tengine ( #1390 )
...
* Adds support for Tengine
* Added #1390 Tengine PR to changelog
2016-06-21 14:22:51 +01:00
Cameron Sparr
1f10639222
Fix Graphite output mangling '%' character.
...
closes #1377
2016-06-21 11:52:49 +01:00
Cameron Sparr
af0979cce5
change "default" retention policy to ""
...
closes #1374
2016-06-16 12:22:27 +01:00
Cameron Sparr
d7efb7a71d
Add precision rounding to accumulator
...
Adding precision rounding to the accumulator. This means that now every
input metric will get rounded at collection, rather than at write (and
only for the influxdb output).
This feature is disabled for service inputs, because service inputs
should be in control of their own timestamps & precisions.
2016-06-14 00:36:39 +01:00
Cameron Sparr
06cb5a041e
statsd, udp, tcp: do not log every dropped metric.
...
also applying this change to the udp_listener and tcp_listener input
plugins
closes #1340
2016-06-10 13:47:33 +01:00
Cameron Sparr
ea2521bf27
Fixup ping change
...
fixes #1335
2016-06-10 13:05:28 +01:00
Cameron Sparr
137843b2f6
Change default zookeeper chroot to empty string
...
closes #1112
2016-06-10 12:07:36 +01:00
Cameron Sparr
008ed17a79
Fix exec plugin panic with single binary
...
fixes #1330
2016-06-10 11:27:46 +01:00
Tobias Schoknecht
75e6cb9064
Fixed incorrect prometheus metrics source selection ( #1337 )
...
Metrics type summary should retrieve values via GetSummary
while histogram should retrieve values via GetHistogram for
both count and sum
2016-06-09 22:50:00 +01:00
Cameron Sparr
ad88a9421a
Beta 1 Release 1.0
2016-06-07 10:48:17 +01:00
Cameron Sparr
8c3d7cd145
Fix rare panic in RHEL 5.2 diskio plugin ( #1327 )
...
closes #1322
2016-06-03 14:28:47 +01:00
Cameron Sparr
a362352587
Use glob match for finding /proc/<pid>/stat files
...
closes #1323
2016-06-03 13:31:31 +01:00
Pierre Fersing
3ff184c061
Removed leaked "database" tag on redis metrics ( #1316 )
2016-06-02 14:25:23 +01:00
Ali Alrahaleh
1aabd38eb2
Add graylog input pluging change log ( #1309 )
2016-06-02 13:13:17 +01:00
Cameron Sparr
52b9fc837c
Adding active & inactive memory to mem plugin
...
closes #1213
2016-06-01 16:04:20 +01:00
Łukasz Harasimowicz
7921d87a45
Added Consul health checks state monitoring. ( #1294 )
2016-06-01 11:02:28 +01:00
Cameron Sparr
0aff7a0bc1
Disk plugin: return immediately if usage fails
...
closes #1297
2016-05-31 17:17:06 +01:00
Cameron Sparr
892abec025
Refactor collection_jitter and flush_jitter
...
use a common function between collection_jitter and flush_jitter. which
creates the same behavior between the two options.
going forward, both jitters will be random sleeps that get re-evaluated
at runtime for every interval (previously only collection_jitter did
this)
also fixes behavior so that both jitters will exit in the event of a
process exit.
closes #1296
2016-05-31 14:24:32 +01:00
Martin Seener
e809c4e445
Also added reasonable default for influxdb input plugin
...
to simplify configuration for most users
closes #1295
2016-05-31 13:41:02 +01:00
Cameron Sparr
9ff536d94d
Limit GetMetricStatistics to 10 per second
...
closes #1197
2016-05-31 11:26:52 +01:00
robinpercy-xm
a7dfbce3d3
Addressing PR feedback
...
- Updated README/CHANGELOG
- Added links to further info to input README
- Reduced lines to 80 chars
Removing input declaration from SampleConfig
Moved PR to unreleased section of changelog
closes #1165
2016-05-31 10:47:26 +01:00
Robin Percy
0fb2d2ffae
Adding a conntrack input plugin
...
- Collects conntrack stats from the configured directories and files.
Applying PR feedback:
- Rebased onto master
- Updated README/CHANGELOG
- Limited lines to 80 chars
- Improved plugin docs and README
- added a dummy notlinux build file
Fixed up CHANGELOG and README after rebase
closes #1164
2016-05-31 10:42:19 +01:00
Pierre Fersing
d5add07c0b
processes: Don't return error if process exited ( #1283 )
2016-05-26 17:58:20 +01:00
Martin Seener
42d7fc5e16
Use the DefaultURL parameter if no url is explicitly set by the user
...
closes #1278
closes #1277
2016-05-26 12:14:43 +01:00
Jari Sukanen
6828fc48e1
exec plugin: allow using glob pattern in command list
...
Allow using glob pattern in the command list in configuration. This enables for
example placing all commands in a single directory and using /path/to/dir/*.sh
as one of the commands to run all shell scripts in that directory.
Glob patterns are applied on every run of the commands, so matching commands can
be added without restarting telegraf.
closes #1142
2016-05-26 11:38:15 +01:00
Pierre Fersing
98d91b1c89
Fix reloading Telegraf under systemd ( #1279 )
2016-05-26 11:32:05 +01:00
Cameron Sparr
9bbdb2d562
Allow wildcard filtering of varnish stats
...
closes #1275
2016-05-26 10:42:34 +01:00
Rene Zbinden
a8334c3261
add option to disable dns lookup for chronyc
...
closes #1265
2016-05-25 18:58:56 +01:00
Cameron Sparr
9144f9630b
graphite parser: support multiple tag keys
...
closes #1272
2016-05-25 17:11:28 +01:00
Cameron Sparr
3e4a19539a
http_response plugin: Add SSL config options
...
closes #1264
2016-05-25 13:44:36 +01:00
Cameron Sparr
5fe7e6e40e
influxdb input: Use non-panicking type assertion
...
closes #1268
2016-05-25 13:32:10 +01:00
Cameron Sparr
58f2ba1247
kernel: use strconv.ParseInt instead of strconv.Atoi
...
closes #1258
2016-05-25 12:31:10 +01:00
John Engelman
5f3a91bffd
Consolidate AWS credentials ( #1208 )
...
* Use shared AWS credential configuration.
* Cloudwatch dimension wilcards
* Allow configuring cache_ttl for cloudwatch metrics.
* Allow for wildcard in dimension values to select all available metrics.
* Use internal.Duration for CacheTTL and go fmt
* Refactor to not use embedded structs for config.
* Update AWS plugin READMEs with credentials details, update Changelog.
* Fix changelog after rebasing to master and 0.13.1 release.
* Fix changelog after rebase.
2016-05-25 12:30:39 +01:00
Cameron Sparr
6351aa5167
only count shard if it's non-empty
...
closes #1221
2016-05-25 12:05:14 +01:00
Cameron Sparr
1ef5599361
update changelog & etc/telegraf.conf
2016-05-24 15:34:56 +01:00
Cyril Duez
c78b6cdb4e
Add input plugin for rollbar service. ( #1247 )
...
* Report rollbar events.
Signed-off-by: Cyril Duez <cyril@stormz.me>
Signed-off-by: François de Metz <francois@stormz.me>
* Fix indent with go fmt.
* Add test for rollbar webhooks.
* Report more data from new_item event.
* Handle new deploy webhook.
Signed-off-by: Cyril Duez <cyril@stormz.me>
Signed-off-by: François de Metz <francois@stormz.me>
* Update default port.
* Add readme.
* Add rollbar_webhooks to the readme.
* Add rollbar_webhooks to plugins list.
* Add tag level for new_item event.
* Update readme.
* Update changelog.
2016-05-24 15:32:42 +01:00
Rene Zbinden
475252d873
fix telegraf service ( #1252 )
2016-05-24 15:14:58 +01:00
Cameron Sparr
e103923430
Release 0.13.1
2016-05-24 12:04:48 +01:00
robinpercy-xm
1248934f3e
Adding Varnish HTTP Cache input plugin ( #1173 )
...
* Adding Varnish HTTP Cache input plugin
* Applying PR feedback
- Linked to varnish in input README
- Updated README/CHANGELOG
- Cleaned up sampleConfig to remove formatting
- Shorted lines to 80 chars (except where test input requires long strings)
- Using internal.RunTimeout to wrap call to varnishtat
- Added dummy file for windows
2016-05-24 11:06:25 +01:00
Cameron Sparr
204ebf6bf6
influxdb output: write consistency parameter
...
closes #1249
2016-05-24 10:50:27 +01:00
Rene Zbinden
52d5b19219
add chrony support ( #1238 )
...
* add chrony support
* remove path definition
* add changelog
2016-05-24 09:55:25 +01:00
Cameron Sparr
8e92d3a4a0
Log to /var/log/telegraf/telegraf.log on systemd
...
closes #1243
2016-05-23 18:00:59 +01:00
Cameron Sparr
c44ecf54a5
Utilize timeout in net_response plugin.
...
Also changing the net_response and http_response plugins to only accept
duration strings for their timeout parameters. This is a breaking config
file change.
closes #1214
2016-05-23 15:59:23 +01:00
Cameron Sparr
4f5d5926d9
Set a timeout for calls to input.Gather
...
Changing the internal behavior around running plugins. Each plugin
will now have it's own goroutine with it's own ticker. This means that a
hung plugin will not block any other plugins. When a plugin is hung, we
will log an error message every interval, letting users know which
plugin is hung.
Currently the input interface does not have any methods for killing a
running Gather call, so there is nothing we can do but log an "ERROR"
and move on. This will give some visibility into the plugin that is
acting up.
closes #1230
fixes #479
2016-05-21 21:39:01 +01:00
Cameron Sparr
3c5c3b98df
update gopsutil to commit with timeout support
...
closes #1215
2016-05-21 21:00:51 +01:00
Cameron Sparr
56aee1ceee
Update gopsutil dependency
...
closes #1233
2016-05-20 15:30:13 +01:00
Cameron Sparr
f176c28a56
http_response: override req.Host header properly
...
closes #1198
2016-05-19 13:19:51 +01:00
Cameron Sparr
2e68bd1412
don't overwrite host tags in plugins
...
closes #1227
closes #1210
2016-05-19 13:19:28 +01:00
Kane Dou
1dbe3b8231
fix mongodb input concurrent map read/write
...
closes #1211
2016-05-18 21:23:39 +01:00
Cameron Sparr
e94e50181c
update changelog, readme, telegraf.conf
2016-05-18 16:07:17 +01:00
Jason Roelofs
f32916a5bd
Output stats to the Instrumental TCP Collector
...
closes #1139
2016-05-18 15:03:28 +01:00
Zdenek Styblik
39df2635bd
Fix crash in Docker input plugin - Fixes #1195
...
Commit fixes crash in Docker input plugin caused by the fact that return value
might be nil when error occurs.
closes #1195
2016-05-18 11:27:06 +01:00
Cameron Sparr
281296cd3f
changelog update
2016-05-17 17:05:27 +01:00
Cameron Sparr
90a98c76a0
Finalize 0.13 release
2016-05-11 13:41:32 -07:00
Cameron Sparr
677dd7ad53
Release 0.13
2016-05-10 14:18:55 -07:00
Cameron Sparr
85dee02a3b
snmp plugin: change host -> snmp_host
...
closes #1156
2016-05-10 14:18:00 -07:00
Marko Crnic
095ef04c04
Fix formatting for haproxy tests
...
closes #1146
2016-05-04 09:47:39 -06:00
John Engelman
0b9b7bddd7
Specify host mount prefix with envvar.
...
closes #1120
2016-05-02 15:53:30 -06:00
Cameron Sparr
46f4be88a6
Revert "exec plugin: allow using glob pattern in command list"
...
This reverts commit 6381efa7ce
.
2016-05-02 12:07:17 -06:00
Jari Sukanen
6381efa7ce
exec plugin: allow using glob pattern in command list
...
Allow using glob pattern in the command list in configuration. This enables for
example placing all commands in a single directory and using /path/to/dir/*.sh
as one of the commands to run all shell scripts in that directory.
Glob patterns are applied on every run of the commands, so matching commands can
be added without restarting telegraf.
closes #1127
2016-05-02 11:36:15 -06:00
Pierre Fersing
85ee66efb9
"DELAYED" Inserts were deprecated in MySQL 5.6.6
...
closes #1136
2016-05-02 11:23:28 -06:00
Victor Garcia
40dccf5b29
Metric for MongoDB jumbo chunks
...
closes #1128
2016-05-01 14:27:27 -06:00
Cameron Sparr
c114849a31
Use a timeout for docker list & stat cmds
...
closes #1133
2016-05-01 10:26:46 -06:00
Cameron Sparr
4e9798d0e6
agent and tags configs sometimes not applied
...
closes #1090
2016-04-29 19:44:01 -06:00
Cameron Sparr
a30b1a394f
Kafka output: set max_retry=3 & required_acks=-1 as defaults
...
closes #1113
2016-04-29 18:51:45 -06:00
Cameron Sparr
91460436cf
Changelog update
2016-04-29 12:32:04 -06:00
Cameron Sparr
cbe32c7482
Support default config paths
...
precedence will be:
1. --config command-line option
2. $TELEGRAF_CONFIG_PATH
3. $HOME/.telegraf/telegraf.conf
4. /etc/telegraf/telegraf.conf
2016-04-28 17:48:24 -06:00
Cameron Sparr
5d3c582ecf
changelog update
2016-04-28 17:34:37 -06:00
G-regL
015261a524
Sanitize Field name
...
Replace '/[sS]ec' for '_persec' and spaces with underscores.
closes #1118
2016-04-28 12:21:28 -06:00
Bob Zoller
1390c22004
sanitize * to - in graphite serializer
...
closes #1110
2016-04-27 18:05:44 -06:00
Cameron Sparr
8742ead585
Change server_ -> jolokia_ in tags and other formatting
2016-04-27 16:00:58 -06:00
Simone Aiello
18636ea628
jolokia: use always POST
...
code refactor to use same prepareRequest method
for both 'agent' and 'proxy' mode
closes #1031
closes #1050
closes #473
2016-04-27 15:45:37 -06:00
Jesse Hanley
a7b0861436
Adding Jobstats support to Lustre2 input plugin
...
Lustre Jobstats allows for RPCs to be tagged with a value, such
as a job's ID. This allows for per job statistics. This plugin
collects statistics and tags the data with the jobid.
closes #1107
2016-04-27 15:35:24 -06:00
Cameron Sparr
4de75ce621
Performance refactor of running_output buffers
...
closes #914
closes #967
2016-04-27 13:40:05 -06:00
John Engelman
1c4043ab39
Closes #1085 - allow for specifying AWS credentials in config.
...
closes #1085
closes #1086
2016-04-26 17:24:05 -06:00
Cameron Sparr
411d8d7439
Fix leaky tcp connections in phpfpm plugin
...
closes #1089
2016-04-26 09:24:32 -06:00
zensqlmonitor
1751c35f69
SQL Server input. Fix datatype conversion.
2016-04-23 09:18:08 +02:00
Cameron Sparr
7b27cad1ba
Dont specify AWS credential chain, use default
...
closes #1078
2016-04-22 11:43:20 -06:00
Cameron Sparr
23f2b47531
Ignore errors in systemd
...
closes #1022
2016-04-22 11:23:24 -06:00
Victor Garcia
194288c00e
Adding replication lag metric
...
closes #1066
2016-04-22 11:07:32 -06:00
Cameron Sparr
88def9b71b
filestat input plugin
...
closes #929
2016-04-21 16:53:02 -06:00
Cameron Sparr
8a395fdb4a
changelog update feature 1041
2016-04-20 18:36:14 -06:00
Cameron Sparr
f1b7ecb2a2
procstat: Add user, pidfile, pattern & exe tags
...
closes #1035
2016-04-20 13:18:07 -06:00
Cameron Sparr
4bcf157d88
Don't replace _ with . in datadog names
...
closes #1024
2016-04-20 09:06:13 -06:00
Cameron Sparr
9aec58c6b8
Don't allow inputs to overwrite host tag
...
closes #1054
This affects tags in the following plugins:
- cassandra
- disque
- rethinkdb
2016-04-19 17:44:33 -06:00
Victor Garcia
46aaaa9b70
Adding TTL metrics data
...
closes #1060
2016-04-19 17:02:25 -06:00
Larry Kim
46543d6323
Possible bug fix for oid_key collision
...
closes #1044
2016-04-19 17:00:04 -06:00
Cameron Sparr
8cc72368ca
influxdb output: close connections & dont always overwrite
...
closes #1058
closes #1059
also see https://github.com/influxdata/influxdb/pull/6425
2016-04-19 13:40:08 -06:00
Cameron Sparr
92e57ee06c
Set default tags in test accumulator
...
closes #1012
2016-04-18 19:24:17 -06:00
Eugene Chupriyanov
c737a19d9f
Just close Riemann client on send metrics failure
...
Signed-off-by: Eugene Chupriyanov <e.chupriyanov@cpm.ru>
closes #1013
2016-04-18 17:25:36 -06:00
Maksadbek
b95a90dbd6
updated README for mysql input plugin
...
closes #889
closes #403
2016-04-18 17:21:25 -06:00
Cameron Sparr
61d681a7c8
docker changelog update
2016-04-18 16:24:32 -06:00
Cameron Sparr
36d330fea0
docker plugin schema refactor
...
- renaming cont_name and cont_image to container_name and
container_image.
- cont_id is now a field, called container_id
- docker_cpu, docker_mem, docker_net measurements have been renamed to
docker_container_cpu, docker_container_mem, and docker_container_net
closes #1014
closes #1052
2016-04-18 15:16:59 -06:00
chaton78
93f57edd3a
Better logging for MQTT consumer
...
closes #1023
closes #921
2016-04-18 11:27:50 -06:00
Cameron Sparr
81d0a64d46
Adds support for removing/keeping tags from metrics
...
closes #706
2016-04-16 15:13:38 -06:00
Cameron Sparr
f76739cb1b
Release 0.12.1
2016-04-14 16:16:26 -06:00
Subhachandra Chandra
0ed5b75a14
Fixed CHANGELOG with the correct pull request id.
...
closes #681
closes #1009
2016-04-12 10:57:34 -06:00
subhachandrachandra
b1b4adec74
Added cassandra plugin to access metrics using jolokia and push them to influxdb.
2016-04-12 10:55:59 -06:00
Cameron Sparr
1934cc2e62
Add memstats to the influxdb input plugin
...
closes #958
2016-04-12 10:13:11 -06:00
Cameron Sparr
f5878eafb9
Create a template system for the graphite serializer
...
closes #925
closes #879
2016-04-11 16:30:18 -06:00
Cameron Sparr
27fe4f7062
Update changelog, etc/telegraf.conf
...
closes #998
2016-04-08 12:00:41 -06:00
Rene Zbinden
b534b58542
fix tests
...
closes #939
2016-04-07 11:54:41 -06:00
Cameron Sparr
90185dc6b3
cleanup & comment http_response def config
...
closes #332
2016-04-07 10:37:52 -06:00
Josh Hardy
d5b9e003fe
Add CloudWatch input plugin
...
Rebased commit of previously reviewed branch.
Added cloudwatch client Mock and more rich unit tests.
closes #935
closes #936
2016-04-06 13:45:06 -06:00
Sergio Jimenez
e19c474a92
input(docker): Cleanup
...
* Removed leftovers, unused code
closes #957
fixes #645
2016-04-06 12:01:36 -06:00
Cameron Sparr
0f16c0f4cf
Reduce TCP listener allocations
2016-04-05 17:37:09 -06:00
Cameron Sparr
30464396d9
Make the UDP input buffer only once
2016-04-05 17:35:43 -06:00
Martti Rannanjärvi
73bd98df57
dovecot: remove extra newline from stats query
...
Extra newline in the stats query is interpreted as an empty query
which is an error for dovecot.
closes #972
2016-04-05 10:54:27 -06:00
Armin Wolfermann
bcf1fc658d
ipmi_sensors: Allow : in password
...
closes #969
2016-04-05 10:52:41 -06:00
Cameron Sparr
863cbe512d
processes plugin: fix case where there are spaces in cmd name
...
fixes #968
2016-04-05 10:27:30 -06:00
Cameron Sparr
70ef61ac6d
Release 0.12
2016-04-04 16:34:41 -06:00
Cameron Sparr
d9bb1ceaec
Changelog update
2016-04-04 16:12:50 -06:00
Cameron Sparr
357849c348
Godeps: update wvanbergen/kafka dependency
...
see https://github.com/wvanbergen/kafka/pull/87
fixes #805
2016-04-02 13:45:24 -06:00
Cameron Sparr
8e041420cd
config: parse environment variables in the config file
...
closes #663
2016-04-01 16:06:19 -06:00
Cameron Sparr
f5246eb167
Update changelog with config file PR
2016-04-01 11:45:09 -06:00
Florent Ramière
51f4e9c0d3
Update changelog
...
closes #945
2016-04-01 10:09:04 -06:00
Rudenkovk Konstantin
e03f684508
Fix parse fcgi URI path in php-fpm input module
...
closes #934
2016-03-30 10:34:48 -06:00
Cameron Sparr
bd640ae2c5
changelog fixup
2016-03-29 12:19:07 -06:00
Cameron Sparr
2cfc882c62
changelog & readme update
2016-03-29 12:18:23 -06:00
Cameron Sparr
b1cfb1afe4
Deprecate statsd convert_names option, expose separator
...
closes #876
2016-03-28 12:13:15 -06:00
Adam Argo
e07c79259b
PR feedback changes
...
closes #927
2016-03-28 10:43:34 -06:00
Thibault Cohen
a95710ed0c
SNMP plugin fixes
...
fixes #873
2016-03-22 22:58:02 -06:00
Cameron Sparr
276e7629bd
memcached unix socket: fix panic. Do not recreate conn inside if
...
closes #841
2016-03-22 15:12:35 -06:00
Cameron Sparr
69606a45e0
Fix prometheus label names, and dont panic if invalid
...
fixes #907
2016-03-22 12:29:55 -06:00
Cameron Sparr
4f5f6761f3
Update gopsutil dependency
...
closes #656
2016-03-22 09:13:31 -06:00
Cameron Sparr
f543dbb42f
Allow users to tell telegraf Agent not to include host tag
...
closes #848
2016-03-21 15:51:10 -06:00
Cameron Sparr
5917a42997
influxdb output: quote the database name
...
closes #898
2016-03-21 14:37:33 -06:00
Thibault Cohen
8f09aadfdf
Add nagios parser for exec input plugin
...
closes #762
2016-03-21 13:34:47 -06:00
Chris H (CruftMaster)
20b4e8c779
GREEDY field templates for the graphite parser, and support for multiple specific field names
...
closes #789
2016-03-21 13:32:51 -06:00
Cameron Sparr
9de4a8efcf
Update readme, changelog for couchbase plugin
...
closes #866
closes #482
2016-03-21 12:12:23 -06:00
Thomas Menard
36446bcbc2
Remove the columns used as tag
...
closes #844
2016-03-18 11:25:04 -06:00
Cameron Sparr
77dcbe95c0
Do not write metrics if there are 0 to write
...
closes #884
2016-03-18 10:54:51 -06:00
Cameron Sparr
061b749041
TLS config: if only given ssl_ca, create tls config anyways
...
fixes #890
2016-03-18 10:53:55 -06:00
Cameron Sparr
fe7b884cc9
Update changelog
2016-03-17 20:40:22 -06:00
Cameron Sparr
26e0a4bbde
Merge pull request #882 from VasuBalakrishnan/master
...
Fixed SQL Server Plugin issues #881
2016-03-17 19:41:42 -06:00
Balakrishnan
c356e56522
Updated Change log #881
2016-03-17 19:56:39 -04:00
Lukasz Jagiello
7aa55371b5
Duplicate line
2016-03-17 15:54:22 -07:00
Marcelo Salazar
d66d66e74b
added json serializer
...
closes #878
2016-03-17 13:51:16 -06:00
Jonathan Chauncey
d6b5f3efe6
fix(prometheus): Add support for bearer token to prometheus input plugin
...
closes #864
merges #880
2016-03-17 13:47:22 -06:00
Eugene Dementiev
530b4f3bee
[amqp output] Allow external auth (cert-based tls auth)
...
closes #863
2016-03-16 19:03:41 -06:00
Thibault Cohen
bac1c223de
Improve prometheus plugin
...
closes #707
2016-03-16 19:00:06 -06:00
Cameron Sparr
5afe819ebd
Changelog update for 0.11.1
2016-03-16 14:55:40 -06:00
Cameron Sparr
c2bb9db012
Changelog update
2016-03-16 11:20:28 -06:00
Cameron Sparr
035e4cf90a
Fix bug with httpjson client pointer receiver
...
fixes #859
2016-03-16 10:57:15 -06:00
LordFPL
4071c78b2b
(very) Little error in changelog
...
We are not going in the past, no ? ;)
2016-03-16 08:57:33 +01:00
Cameron Sparr
b6dc9c004b
Release 0.11.0
2016-03-14 17:19:46 +00:00
Cameron Sparr
4ea0c707c1
Input plugin for running ntp queries
...
see #235
2016-03-14 16:53:37 +00:00
Thomas Menard
2fbcb5c6d8
Fix postgresql password exposure in metrics
...
Fix the password exposure in the metrics or tags.
closes #821
closes #845
2016-03-14 11:00:30 +00:00
Cameron Sparr
db8c24cc7b
Add a "kernel" plugin for /proc/stat statistics
...
see #235
2016-03-11 14:50:45 +01:00
Thibault Cohen
ecbbb8426f
Fix #828
...
closes #828
closes #829
2016-03-11 12:21:29 +01:00
Cameron Sparr
7b09623fa8
Add number of users to 'system' plugin
...
see #235
2016-03-09 19:27:22 +01:00
Cameron Sparr
2f45b8b7f5
Cross platform support for the 'processes' plugin
...
closes #798
2016-03-09 15:47:37 +01:00
Prune Sebastien THOMAS
bd3d0c330f
parsed with gofmt
...
closes #776
2016-03-07 18:48:02 +01:00
Thibault Cohen
cd66e203bd
Improve procstat
...
closes #799
2016-03-07 17:57:32 +01:00
Cameron Sparr
41534c73f0
mqtt_consumer: option to set persistent session and client ID
...
closes #797
2016-03-07 14:34:42 +01:00
Cameron Sparr
3cca312e61
Adding a TCP input listener
...
closes #481
2016-03-07 12:10:28 +01:00
Cameron Sparr
7e312797ec
Grammar corrections and consistency for output-list, input-list
...
closes #788
2016-03-07 11:42:01 +01:00
Thibault Cohen
1c76d5d096
Improve docker input plugin
...
closes #754
2016-03-07 11:24:32 +01:00
Ross McDonald
b4b1866286
Removed test functionality from build script.
...
closes #708
closes #713
2016-03-03 21:37:35 +00:00
Thibault Cohen
72027b5b3c
Add README.md for snmp input plugin
...
closes #735
closes #773
closes #540
2016-03-03 15:54:34 +00:00
Manuel Sangoi
e5482a5725
Do not ignore username option for mqtt output
2016-03-03 15:27:37 +00:00
Pascal Larin
8464be691e
Username not set for mqtt_consumer plugin
...
Username parameter for the mqtt_consumer plugin was not pass to the client because an incorrect empty check.
closes #781
2016-03-03 12:17:19 +00:00
Cameron Sparr
b2a4d4a018
Allow ssl option specification for httpjson plugin
...
closes #769
2016-03-01 18:17:19 +00:00
Cameron Sparr
2945f9daa9
Changelog update
2016-03-01 15:11:37 +00:00
Cameron Sparr
9af8d6912a
Remove naoina/toml dependency, use influxdata/toml
...
closes #745
2016-03-01 10:17:02 +00:00
Pierre Fersing
fe43fb47e1
Fix test
...
closes #771
2016-03-01 09:44:52 +00:00
Cameron Sparr
3568fb9f93
Support specifying influxdb retention policy
...
closes #692
2016-02-29 18:10:32 +00:00
bastard
baa38d6266
Fixing Librato plugin
...
closes #722
2016-02-29 11:35:45 +00:00
Cameron Sparr
6284e2011c
Fix sensor plugin, was splitting on ":" incorrectly
...
closes #748
2016-02-26 15:21:05 +00:00
Cameron Sparr
664816383a
Update readme to 0.10.4.1
2016-02-24 10:05:10 -07:00
Cameron Sparr
f1fa915985
Release 0.10.4 w/ windows builds
2016-02-23 16:00:39 -07:00
Cameron Sparr
11482a75a1
Changelog update, field and name drop and pass params
2016-02-23 15:47:31 -07:00
Matt Heath
e983d35c25
Add support for multiple field names for timers
...
closes #737
2016-02-23 15:43:29 -07:00
Cameron Sparr
83c27cc7b1
dns query: Don't use mjasion.pl for unit tests, check errs
2016-02-23 12:30:18 -07:00
Cameron Sparr
2a6ff16819
Fix up config panic points for naoina/toml support
...
closes #736
2016-02-22 14:44:33 -07:00
Aurélien DEHAY
9687f71a17
README updated for pgrep user support
...
closes #724
2016-02-22 14:33:37 -07:00
Cameron Sparr
9ce8d78835
Set running output quiet mode in agent connect func
...
closes #701
2016-02-22 11:42:02 -07:00
Marcin Jasion
bb50d7edb4
dns_query plugin fixups:
...
- renamed plugin to dns_query
- domains are optional
- new record types
closes #694
2016-02-21 16:33:04 -07:00
Jason Coene
9edc25999e
Minor formatting improvements
...
closes #727
2016-02-19 16:18:06 -07:00
Cameron Sparr
3179829fa5
Update changelog for 0.10.3
2016-02-18 17:18:43 -07:00
Cameron Sparr
7def6663bd
Root directory cleanup
2016-02-18 13:37:36 -07:00
Dragostin Yanev (netixen)
a13d19c582
pugins/outputs/influxdb: Prevent runtime panic.
...
- Check and return error from NewBatchPoints to prevent runtime panic if
user provides an unparsable precision time unit in config.
- Provide correct sample config precision examples.
- Update etc/telegraf.conf precision comment.
closes #715
2016-02-18 13:12:20 -07:00
Gabriel Levine
1837f83282
cleaned up the httpjson POST function.
...
closes #688
closes #394
2016-02-18 10:11:56 -07:00
Sergio Jimenez
963c51f473
fix(config): Made sample config consistent.
...
closes #682
2016-02-18 10:01:03 -07:00
Cameron Sparr
4860dc148c
changelog update
2016-02-17 09:53:41 -07:00
Cameron Sparr
7f539c951a
changelog update
2016-02-15 16:08:45 -07:00
Thibault Cohen
e495ae9030
Add tcp/udp check connection input plugin
...
closes #650
2016-02-15 13:38:58 -07:00
Andrei Burd
0b72612cd2
Code formatted, Readme updated based on example
...
closes #695
2016-02-14 15:58:05 -07:00
Cameron Sparr
8236534e3c
changelog update
2016-02-12 16:55:27 -07:00
Thomas Menard
72f5c9b62d
postgres plugin bgwriter stats
...
Add pg_stat_bg_writer stats
closes #683
2016-02-12 11:21:53 -07:00
Cameron Sparr
8d0f50a6fd
MQTT Consumer Input plugin
2016-02-12 11:13:32 -07:00
Dragostin Yanev (netixen)
6c353e8b8f
Change point_buffer to metric_buffer to conform will changes in https://github.com/influxdata/telegraf/pull/676
...
closes #680
2016-02-12 10:01:56 -07:00
Cameron Sparr
28664fedb2
Support exec input plugin legacy behavior
2016-02-10 13:26:02 -07:00
Miki
cabf5d004d
added dovecot plugin
...
closes #671
2016-02-09 14:10:17 -07:00
Dhruv Bansal
893357f01e
Updated Riemann output:
...
* Customizable 'separator' option instead of hard-coded '_'
* String values are sent as "State" instead of "Metric", preventing
Riemann from rejecting them
* Riemann service name is set to an (ugly) combination of input name &
(sorted) tags' values...this allows connecting different events for
the same input together on the Riemann side
closes #642
2016-02-09 11:17:07 -07:00
Cameron Sparr
9273782093
changelog update
2016-02-08 21:34:22 -07:00
Cameron Sparr
6b06a23102
Change [tags] to [global_tags] to deal with toml bug
...
closes #662
2016-02-08 16:20:47 -07:00
Cameron Sparr
b55a93a3e1
update changelog
2016-02-07 09:06:51 -07:00
codehate
9a59512f75
Add: Telegraf CouchDB Plugin
...
CouchDB Plugin - Formatted Code
closes #652
Minor fix for CouchDB Plugin
Formatted code fix for CouchDB Plugin
CouchDB Plugin - Changed hosts to full urls
CouchDB Plugin - Formatted Code
CouchDB Plugin - Fatal commit from local fix
CouchDB Plugin - Updated test case
2016-02-05 14:14:19 -07:00
Cameron Sparr
bd9c5b6995
mqtt output: cleanup, implement TLS
...
Also normalize TLS config across all output plugins and normalize
comment strings as well.
2016-02-04 10:44:37 -07:00
Cameron Sparr
b941d270ce
changelog update
2016-02-03 08:35:03 -07:00
Cameron Sparr
b97027ac9a
Allow exec plugin to parse line-protocol
...
closes #613
2016-01-30 11:12:59 -07:00
Cameron Sparr
93bb679f9d
Fix possible panic if stat is nil
...
closes #612
2016-01-29 10:47:30 -07:00
Pavel Yudin
40d859354f
Add powerdns input plugin
...
closes #614
2016-01-29 09:40:04 -07:00
Cameron Sparr
9e7c8df384
statsd: allow template parsing fields. Default to value=
...
closes #602
2016-01-28 16:56:50 -07:00
Rune Darrud
f088dd7e00
Added plugin to read Windows performance counters
...
closes #575
2016-01-28 16:35:13 -07:00
Cameron Sparr
962325cc40
Warn when metrics are being overwritten
...
closes #601
2016-01-28 14:00:14 -07:00
Cameron Sparr
d835c19fce
Insert . between msrmnt and field name in datadog output
...
fixes #600
2016-01-28 12:04:26 -07:00
Marcin Bunsch
1f1384afc6
Use a single measurement with fields for timings in statsd plugin.
...
closes #603
2016-01-28 12:03:48 -07:00
Cameron Sparr
c549ab907a
Throughout telegraf, use telegraf.Metric rather than client.Point
...
closes #599
2016-01-27 23:47:32 -07:00
Cameron Sparr
3a64a01f91
Release 0.10.1
2016-01-27 12:55:06 -07:00
Cameron Sparr
88890fa7c2
Update changelog
2016-01-26 16:05:20 -07:00
Cameron Sparr
c10227a766
Update changelog and readme, and small tweaks to github_webhooks
2016-01-26 15:57:06 -07:00
root
a93e1ceac8
Add sqlserver input plugin
...
closes #589
2016-01-26 14:55:27 -07:00
Wu Taizeng
cf568487c8
Fix some inputs panic will lead to the telegraf exit
...
closes #585
closes #584
2016-01-26 10:48:24 -07:00
Thibault Cohen
e6d7e4e309
Add snmp input plugin
...
closes #546
closes #40
2016-01-25 12:35:27 -07:00
Cameron Sparr
5349a3b6d1
Implement a per-output fixed size metric buffer
...
Also moved some objects out of config.go and put them in their own
package, internal/models
fixes #568
closes #285
2016-01-22 16:29:02 -07:00
Cameron Sparr
e910a03af4
Changelog update
2016-01-21 16:44:35 -07:00
Cameron Sparr
4d0dc8b7c8
Refactor the docker plugin, use go-dockerclient throughout
...
fixes #503
fixes #463
2016-01-21 16:07:03 -07:00
Stephen Kwong
e0dc1ef5bd
Add Cloudwatch output
...
closes #553
2016-01-21 09:11:52 -07:00
Cameron Sparr
8192572e23
Update changelog
2016-01-20 12:22:11 -07:00
Jack Zampolin
0cdf1b07e9
Fix issue 524
2016-01-20 10:57:35 -08:00
Cameron Sparr
d3a5cca1bc
Collection interval random jittering
...
closes #460
2016-01-19 13:22:54 -07:00
Cameron Sparr
f3b553712a
Changelog update
2016-01-19 11:21:05 -07:00
Hannu Valtonen
c313af1b24
kafka: Add support for using TLS authentication for the kafka output
...
With the advent of Kafka 0.9.0+ it is possible to set up TLS client
certificate based authentication to limit access to Kafka.
Four new configuration variables are specified for setting up the
authentication. If they're not set the behavior stays the same as
before the change.
closes #541
2016-01-18 11:17:01 -07:00
Vinh
1388b1b58b
Add phusion Passenger plugin
...
Gather metric by parsing XMLoutput of `passenger-status` utility.
More information of this utility:
https://www.phusionpassenger.com/library/admin/apache/overall_status_report.html
closes #522
2016-01-18 11:14:04 -07:00
Thibault Cohen
551db20657
Add SIGHUP support to reload telegraf config
...
closes #539
2016-01-18 11:07:07 -07:00
Cameron Sparr
bc71e956a5
changelog bugfix update
2016-01-18 11:05:14 -07:00
Eugene Dementiev
37b96c192b
output amqp: Add ssl support
...
closes #536
2016-01-16 17:31:05 -07:00
Cameron Sparr
8cbdf0f907
Tweak config messages for graphite. Update changelog and readme
...
closes #494
2016-01-16 17:29:02 -07:00
Cameron Sparr
6eea89f4c0
Make NSQ plugin compatible with version 0.10.0
2016-01-15 17:04:23 -07:00
Cameron Sparr
c483e16d72
Add option to disable statsd name conversion
...
closes #467
closes #532
2016-01-15 15:58:09 -07:00
Cameron Sparr
963a9429dd
Tweak changelog for sensors plugin, and add a non-linux build file
...
closes #519
closes #168
2016-01-15 11:22:33 -07:00
Matt Davis
2eda8d64c7
Added infor to readme and changelog
2016-01-15 11:17:46 -07:00
Thibault Cohen
b44644b6bf
Add response time to httpjson plugin
...
closes #475
2016-01-15 11:13:12 -07:00
Cameron Sparr
e8907acd28
Update Godeps and fix changelog 2014->2016
2016-01-14 22:35:05 -07:00
Cameron Sparr
a39a7a7a03
Add an interface:"all" tag to the net protocol counters
...
fixes #508
2016-01-14 19:55:19 -07:00
Hannu Valtonen
7531e218c1
build.py: Make build script work on both Python2.x and Python3.x
...
While at it also add a missing dependency on lsof required by the
netstat plugin.
closes #512
2016-01-14 10:28:50 -08:00
Thibault Cohen
3cc1fecb53
Ping input doesn't return response time metric when timeout
...
closes #506
2016-01-14 10:12:10 -08:00
Cameron Sparr
56509a61b9
Change 0.3.0 -> 0.10.0
2016-01-08 17:22:23 -07:00
Cameron Sparr
f37f8ac815
Update changelog and readme for package updates
2016-01-08 15:13:58 -07:00
Cameron Sparr
6496d185ab
add backwards-compatability for 'plugins', remove [inputs] and [outputs] headers
2016-01-08 12:49:50 -07:00
Cameron Sparr
7499c1f969
0.3.0: update README and documentation
2016-01-08 10:33:25 -07:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00
Cameron Sparr
ccbd7bb785
0.3.0 unit tests: procstat, prometheus, puppetagent
2016-01-06 17:56:30 -07:00
Cameron Sparr
96e54ab326
CHANGELOG update
2016-01-05 23:48:59 -07:00
Cameron Sparr
7746a2b3cd
0.3.0: prometheus & puppetagent
2016-01-05 23:48:59 -07:00
Cameron Sparr
2749dcd128
0.3.0: procstat
2016-01-05 23:48:59 -07:00
Cameron Sparr
50fc3ec974
Updating system plugins for 0.3.0
2016-01-05 23:48:59 -07:00
Cameron Sparr
0571eecb0c
Remove 'Name' argument from influxdb plugin for 0.3.0 compatability
...
closes #449
2015-12-18 16:26:15 -07:00
jipperinbham
97ebcc2af1
close r.Body, remove network metrics, updated other sections as needed
...
closes #430
closes #452
2015-12-17 14:43:14 -07:00
James Lamb
b91eab6737
add amazon kinesis as an output plugin
...
closes #428
2015-12-11 11:29:03 -07:00
Allen Petersen
c89ef84df7
Separate pool tag and stat collection.
...
closes #427
2015-12-11 10:59:11 -07:00
Cameron Sparr
d62e63c448
Telegraf 0.2.4 version bump
2015-12-07 17:01:12 -07:00
Tait Clarridge
22afc99f1e
Add support for pass/drop/tagpass/tagdrop for outputs
...
Reuses same logic as the plugins for filtering points, should be only
a marginal performance decrease to check all the points before writing
to the output.
Added examples to the README as well (for generic pass/drop as well as
output pass/drop/tagpass/tagdrop).
X-Github-Closes #398
closes #398
closes #401
2015-12-04 15:51:53 -07:00
Cameron Sparr
c83f220fc4
Resolve gopsutil & unit test issues with net proto stats
2015-12-04 15:12:18 -07:00
Nathaniel Cook
0d0a8e9b68
Add network protocol stats to the network plugin
2015-12-04 14:06:18 -07:00
Cameron Sparr
6c23fb3173
Mailchimp report plugin
2015-12-04 12:25:16 -07:00
Cameron Sparr
03863bd84d
memcached plugin: support unix sockets
...
closes #415
2015-12-03 13:25:43 -07:00
Cameron Sparr
7a2eeb7439
Add optional auth credentials to Jolokia plugin
...
closes #414
2015-12-03 11:48:20 -07:00
Cameron Sparr
6fb7d2883d
io plugin, add an 'unknown' tag when the serial number can't be found
...
closes #405
2015-12-02 13:20:59 -07:00
Cameron Sparr
4aa94ee290
Update CHANGELOG and README for 0.2.3
2015-11-30 19:08:49 -07:00
Daniel Malon
5c051eb801
Parse statsd lines with multiple metric bits
...
closes #354
2015-11-30 15:25:35 -07:00
Tait Clarridge
b705608b04
Change aerospike plugin server tag to aerospike_host
...
This is to avoid a conflict with the standard "host" tag that is
used everywhere.
closes #399
2015-11-30 10:43:28 -07:00
Cameron Sparr
979e5f193a
Overhaul config <-> agent coupling. Put config in it's own package.
2015-11-25 19:07:04 -07:00
Tero Marttila
13ccf420d7
cmd/telegraf: -configdirectory only includes files ending in .conf
...
Closes #392
2015-11-25 19:05:51 -07:00
Cameron Sparr
970bfce997
Fix kafka plugin and rename to kafka_consumer
...
fixes #371
2015-11-19 13:41:58 -07:00
Cameron Sparr
a3feddd8ed
Riemann output: remove some of the object referencing/dereferencing
...
closes #378
closes #379
2015-11-18 15:34:05 -07:00
Cameron Sparr
21c4e70f33
Dont append to slices in mergeStruct
2015-11-18 11:48:46 -07:00
Cameron Sparr
19e5d975ca
Updating CHANGELOG and README for version 0.2.1
2015-11-16 16:23:50 -07:00
Cameron Sparr
5664625f67
Update README, CHANGELOG, and unit tests with list output
2015-11-16 10:43:03 -07:00
Daniel Malon
375045953f
FreeBSD compatibility
...
- Use gopsutils istead of gosigar
- Bump go-dockerclient
closes #372
2015-11-16 10:32:58 -07:00
Cameron Sparr
bf8e0f4cae
CHANGELOG update
2015-11-13 14:42:21 -07:00
Codeb Fan
20fbfc7006
Twemproxy go fmt and bug fixups, CHANGELOG, README
...
closes #365
2015-11-13 09:43:48 -07:00
Cameron Sparr
68ef07bff6
Update CHANGELOG with UDP output
2015-11-12 16:02:46 -07:00
Cameron Sparr
00ee2529bc
Revert "redis: support IPv6 addresses with no port"
...
This reverts commit 2af97cdbcb
.
2015-11-11 15:33:58 -07:00
Nicholas Katsaros
2af97cdbcb
redis: support IPv6 addresses with no port
...
closes #356
2015-11-10 10:02:42 -07:00
martinrusev
1accab02ed
Amon output
...
closes #350
2015-11-09 10:44:28 -07:00
Roman Statsevich
1a05899be0
removed "panic" from zfs plugin
...
also added zfs plugin to README.md
closes #341
2015-11-09 10:38:33 -07:00
saiello
acf1da4d30
Added jolokia README.md
...
closes #337
2015-11-06 14:08:07 -07:00
Cameron Sparr
e2854232d0
Change HAProxy plugin tag from host to server
...
fixes #342
2015-11-03 11:21:58 -07:00
Cameron Sparr
422d240afb
Mongodb should output 2 plugins in test mode
...
closes #336
2015-11-02 17:23:40 -07:00
Sean Reifschneider
a992e16f7d
On a package upgrade, restart telegraf.
...
closes #338
2015-11-02 13:01:58 -07:00
Cameron Sparr
0398dc1226
Dont overwrite 'host' tag in redis plugin
...
fixes #331
2015-11-02 11:30:49 -07:00
Cameron Sparr
d2fb065d0d
Prometheus client test refactor
...
closes #318
2015-10-28 16:25:15 -06:00
Cameron Sparr
028bae8f04
Run make in circle, don't build arm and 32-bit
2015-10-28 12:30:58 -06:00
Cameron Sparr
09a0c3b40f
Update README & CHANGELOG with docker and NSQ changes
2015-10-27 15:47:27 -06:00
Cameron Sparr
c73c28de7e
Update CHANGELOG with version 0.2.0
2015-10-27 15:43:47 -06:00
Cameron Sparr
889c0a50a4
Fixup random interval jittering
2015-10-26 13:34:31 -06:00
JP
7d15061984
add librato output plugin, update datadog plugin to skip non-number metrics
...
closes #322
2015-10-26 13:29:53 -06:00
Ellison Marks
2007064c47
Fix for tags in the config not being applied to the agent.
...
fixes #302
closes #308
2015-10-22 13:58:59 -06:00
Cameron Sparr
891f3af504
Update CHANGELOG & README with aerospike plugin
2015-10-21 18:08:43 -06:00
Cameron Sparr
21622a1a17
Update CHANGELOG with new flushing options
2015-10-21 17:37:15 -06:00
Cameron Sparr
a1067fa4ae
Normalize collection interval to nearest interval
...
closes #301
2015-10-21 17:31:27 -06:00
Eugene Dementiev
553208a960
Combine BatchPoints with the same RoutingTag to one message in amqp output
...
closes #287
2015-10-21 11:53:08 -06:00
Roman Statsevich
499b5befd6
add bcache plugin
...
Closes #286
2015-10-20 14:17:09 -06:00
Cameron Sparr
c26ce9c4fe
Utilizing new client and overhauling Accumulator interface
...
Fixes #280
Fixes #281
Fixes #289
2015-10-20 13:53:58 -06:00
Jonathan Cross
3192c78d96
fixed test to check actual value
...
Closes #273
caught a typo :D using it
2015-10-18 17:39:53 -06:00
Cameron Sparr
6977119f1e
Statsd plugin, tags and timings
...
Closes #237
Closes #39
2015-10-15 12:07:36 -06:00
Sean Reifschneider
04e2db1f41
Issue #264 : Fixes for logrotate config file.
...
This adds copytruncate and dateext to match the Influxdb logrotate file,
and removes nocreate (again, to match influxdb).
Closes #264
Closes #265
2015-10-14 17:51:37 -06:00
Jonathan Cross
2f7d781635
remove zookeeper declaration
...
since spotify/kafka docker image already exposes zookeeper
Closes #262
2015-10-14 17:49:23 -06:00
Cameron Sparr
181c3cdc28
Update CHANGELOG with recent bugfixes
...
Closes #261
2015-10-13 17:58:17 -06:00
Shirou WAKAYAMA
d394003739
add UDP socket counts and rename to 'netstat'.
...
Closes #244
2015-10-12 00:08:35 -06:00
Cameron Sparr
9221f93be9
Allow procstat plugin to handle multiple PIDs from pgrep
...
Closes #248
2015-10-07 13:48:55 -06:00
Shirou WAKAYAMA
63e9a4ae68
Fix godeps for MQTT output and remove hostname setting
...
Closes #241
2015-10-05 10:56:43 -06:00
Cameron Sparr
64a3a718e6
CHANGELOG feature updates
2015-09-29 14:15:23 -07:00
Eugene Dementiev
0ffaafd788
Fix packages provides: now new version of package replaces the old one
2015-09-24 13:29:37 -07:00
Josh Palay
24527859e6
Fix printf format issue
...
Closes #227
2015-09-23 15:44:25 -07:00
Ruslan Islamgaliev
c4bbc18cb6
Make nginx_test check port in nginx module tags
...
Closes #223
2015-09-23 15:41:46 -07:00
Cameron Sparr
87ed2d4a21
Update CHANGELOG with ekini's changes and docker plugin
...
Closes #226
2015-09-23 15:37:21 -07:00
Cameron Sparr
aad6a7e262
Only run the cpu plugin twice when using -test
...
This can be easily extended to other plugins that need it by tacking
their name onto the switch statement. Also eliminating the unused
TestAllPlugins code and cleaning up some stray Printlns
2015-09-23 13:56:14 -07:00
Cameron Sparr
f8d64a7378
Redis: include per-db keyspace info
...
Closes #205
2015-09-22 19:46:50 -07:00
Cameron Sparr
e0372358df
Update changelog with info about filtering
2015-09-22 16:09:24 -07:00
Cameron Sparr
1bce6e3faf
Updating README and CHANGELOG for 0.1.9
2015-09-22 13:43:37 -07:00
Ruslan Islamgaliev
72edc3c4fe
Select default apache port depending on url scheme
2015-09-22 10:53:53 -07:00
Cameron Sparr
10d411c4f7
Update new memory unit tests, documentation
2015-09-21 17:22:24 -07:00
Cameron Sparr
b012713cf2
Adding time_ prefix to all CPU time measurements
2015-09-21 10:23:46 -07:00
Cameron Sparr
82d914149e
Adding a retry to the initial telegraf database connection
...
Fixes #187
2015-09-18 18:03:47 -07:00
Eugene Dementiev
450f5e03a5
Add shebang to postinstall script (fixes installation on Debian family)
...
Closes #212
2015-09-18 15:07:11 -07:00
Cameron Sparr
bbb27fa484
Update gopsutil dependency to enable 32-bit builds
2015-09-17 17:46:34 -07:00
Cameron Sparr
3be6d84675
Catching up on some CHANGELOG updates
2015-09-16 14:23:57 -07:00
Kevin Bouwkamp
aac9ba6c1e
add bugfix in CHANGELOG and some notes in pg README
...
Closes #192
2015-09-14 18:48:01 -07:00
mced
6d6158ff08
[fix] mem_used_perc returns percentage of used mem
...
Closes #189
2015-09-14 12:18:31 -07:00
Ruslan Islamgaliev
bd00f46d8b
Fix docker stats to make it work on centos 7.
...
issue #58
issue #84
2015-09-11 16:26:08 -07:00
Cameron Sparr
d8482cc286
darwin net plugin fix, really need to godep vendor gopsutil
2015-09-10 13:57:57 -06:00
Cameron Sparr
f7a4317990
Fix multiple redis server bug, do not cache the TCP connections
...
Fixes #178
2015-09-10 11:51:15 -06:00
Vye Wilson
a55f6498c8
Makefile will now honor GOBIN, if set
...
Closes #181
2015-09-10 11:50:11 -06:00
Cameron Sparr
81f4aa9a5d
Fix bug in setting the precision before gathering metrics
...
Closes #175
2015-09-09 21:29:55 -06:00
Cameron Sparr
3c7c8926fb
Support InfluxDB clusters
...
Closes #143
2015-09-09 17:57:17 -06:00
Cameron Sparr
0780ad4ad9
README updates for systemd and deb/rpm install
2015-09-09 12:04:59 -06:00
Cameron Sparr
68e41f130c
Ping plugin
...
Closes #167
2015-09-04 11:20:49 -06:00
Cameron Sparr
5bfb6df0e0
Write data in UTC by default and use 's' precision
...
Closes #159
Closes #162
2015-09-02 14:19:36 -06:00
Cameron Sparr
13061d1ec7
package.sh: upload raw binaries to S3
...
Closes #166
2015-09-02 12:05:29 -06:00
nickscript0
0143a4227e
add additional metrics to mysql plugin tests
...
Closes #165
2015-09-02 11:49:16 -06:00
Cameron Sparr
9969c4e810
Add system uptime metric, string formatted AND in float64
...
closes #150
2015-08-31 14:43:34 -06:00
Alexander Oleinik
e2bc5d80c9
Apache Plugin
...
Closes #158
Fixes #132
2015-08-31 10:17:18 -06:00
Cameron Sparr
5b78b1e548
Clean up agent error handling and logging of outputs/plugins
...
Closes #145
2015-08-27 13:41:19 -06:00
Cameron Sparr
d1f965ae30
Kafka output producer, send telegraf metrics to Kafka brokers
...
Closes #38
2015-08-26 17:03:58 -06:00
Cameron Sparr
434267898b
Indent the toml config for readability
2015-08-26 09:22:03 -06:00
Cameron Sparr
a00510a73c
Outputs enhancement to require Description and SampleConfig functions
...
Closes #142
2015-08-26 07:34:26 -06:00
subhachandrachandra
8d034f544c
Fixed memory reporting for Linux systems
...
/proc/meminfo reports memory in KiloBytes and so needs a multiplier of 1024 instead of 1000.
The kernel reports in terms of pages and the proc filesystem is left shifting by 2 for 4KB pages to get KB. Since this is a binary shift, Bytes will need to shift by 10 and so get multiplied by 1024.
From the kernel code. PAGE_SHIFT = 12 for 4KB pages
"MemTotal: %8lu kB\n", K(i.totalram)
Closes #131
2015-08-25 14:18:14 -06:00
Bruno Bigras
0acf15c025
Typo: prec -> perc
...
Closes #140
2015-08-25 14:15:12 -06:00
Cameron Sparr
94eed9b43c
Add MySQL server address tag to all measurements
...
Closes #138
2015-08-25 13:58:55 -06:00
Bruno Bigras
8a6665c03f
memcached: fix when a value contains a space
...
Fixes #137
Closes #139
2015-08-25 13:14:40 -06:00
Cameron Sparr
a449e4b47c
Add #136 to CHANGELOG
2015-08-24 14:56:50 -06:00
Cameron Sparr
50f902cb02
Fixes #128 , add system load and swap back to default Telegraf config
2015-08-24 13:26:21 -06:00
nickscript0
b014ac12ee
Update CHANGELOG.md
2015-08-24 13:09:23 -06:00
nickscript0
610f24e0cd
Update CHANGELOG.md
2015-08-24 13:09:23 -06:00
Cameron Sparr
3d05575e9d
Fix for #129 README typo in the 0.1.6 package name url
2015-08-21 10:43:19 -06:00
Cameron Sparr
8273679634
0.1.6, update changelog, readme, plugins list
2015-08-20 14:45:04 -06:00
Cameron Sparr
532d953b5a
fix for #126 , nginx plugin not catching net.SplitHostPort error
2015-08-20 11:26:49 -06:00
Simon Fraser
601b444a60
fix segv on error
2015-08-20 07:49:46 -06:00
Josh Palay
7d9efd7cff
Modifications to httpjson plugin
2015-08-19 13:25:21 -06:00
Cameron Sparr
5e8b6dd164
Update CHANGELOG with some recent additions
2015-08-18 15:58:51 -06:00
Cameron Sparr
4d614b3088
README update to address issue #113
2015-08-14 15:40:29 -06:00
Cameron Sparr
cad0a762a0
Merge branch 'jipperinbham-datadog-output'
2015-08-14 09:45:12 -06:00
Cameron Sparr
c26fa33094
Release 0.1.5, updating CHANGELOG and README
2015-08-13 15:46:17 -06:00
Cameron Sparr
0e65d8e64e
Rebase and fixups for PR #111 , fixes issue #33
2015-08-13 14:47:51 -06:00
Cameron Sparr
5cc6f88ade
Update changelog with PR #107 , thanks @jipperinbham
2015-08-12 11:08:45 -06:00
Cameron Sparr
343d8f87b4
Update CHANGELOG with fix for issue #101
...
I really need to remember to do this with the initial commit.
2015-08-11 11:28:36 -06:00
Cameron Sparr
9f2e6d6172
Update CHANGELOG with PR #106
2015-08-11 11:04:50 -06:00
Cameron Sparr
924700f381
Update changelog with PR #103
2015-08-10 19:22:39 -06:00
Cameron Sparr
c0cef8ca43
Fix for issue #77 , create telegraf database if not exists
2015-08-10 16:33:18 -06:00
Cameron Sparr
2cd56e43a8
Massive retro-active changelog update
2015-08-07 15:41:54 -06:00
Todd Persen
56d49f2f4f
Update CHANGELOG.md
2015-07-09 12:19:49 -06:00
Ben Bailey
48463681fb
use influxdb/telegraf instead of influxdb/influxdb in changelog
2015-07-06 17:26:31 -05:00
Todd Persen
38ee6adcd2
Update CHANGELOG.md
2015-07-05 16:58:13 -07:00
Todd Persen
6550d4f634
Update CHANGELOG.md
2015-07-02 11:25:06 -07:00
Todd Persen
5e1ba3fbb7
Update CHANGELOG.md
2015-07-01 12:36:52 -07:00
Todd Persen
480f29bde7
Create a CHANGELOG.
2015-06-20 12:16:47 -07:00