telegraf/plugins/inputs
Dennis Dryden 8ca01a5f5a Add configuration docs to Postgresql input plugin (#2515)
* Add configuration docs to Postgresql input plugin

Add configuration docs to PostgreSQL input plugin README (mostly from the source code) though I've not included the configuration example that seems to use all he connections on the database[1].

[1] https://github.com/influxdata/telegraf/issues/2410

* Fix typo in readme and sampleConfig string.
2017-03-09 11:19:03 +00:00
..
aerospike
all AMQP Consumer plugin (#1678) 2017-03-03 10:24:50 -08:00
amqp_consumer AMQP Consumer plugin (#1678) 2017-03-03 10:24:50 -08:00
apache Fix typo - Default from Defalt (#2417) 2017-02-16 19:03:17 +00:00
bcache
cassandra Remove print call in cassandra plugin (#2192) 2016-12-21 17:23:54 +00:00
ceph Ceph: represent pgmap states using tags (#2229) 2017-02-01 14:47:23 +00:00
cgroup Revert "Moving cgroup path name to field from tag to reduce cardinality (#1457)" 2016-10-12 11:04:28 +01:00
chrony fix leap_status value in chrony input plugin (#1983) 2016-11-03 10:46:54 +00:00
cloudwatch Fix bug: too many cloudwatch metrics (#1885) 2016-12-13 14:13:53 +00:00
conntrack
consul Add numerical representation of Consul health check state. (#2277) 2017-01-28 16:47:25 -08:00
couchbase
couchdb
disque
dns_query
docker switch out deprecated docker client library 2017-02-22 10:55:00 +00:00
dovecot
elasticsearch Mask username/password from error messages 2016-12-20 19:35:45 +00:00
exec Remove warning if parse empty content (#2500) 2017-03-08 14:08:55 -08:00
filestat Fix possible panic when file info cannot be gotten 2016-12-13 14:54:07 +00:00
graylog
haproxy add missing fields to haproxy input (#2323) 2017-02-02 13:46:53 +00:00
hddtemp Change hddtemp to always put temperature in temperature field (#1905) 2016-12-13 19:40:55 +00:00
http_listener Revert using fasthttp library to net/http 2017-01-25 16:42:23 -08:00
http_response http_response : Add in support for looking for substring in response (#2204) 2017-02-01 14:21:08 +00:00
httpjson Add support to parse JSON array. (#1965) 2016-11-15 13:02:55 -05:00
influxdb Add field for last GC pause time (#2121) 2016-12-16 14:03:53 +00:00
internal Implement telegraf collecting stats on itself 2016-12-05 18:56:54 +00:00
ipmi_sensor Exporting Ipmi.Path to be set by config. (#2498) 2017-03-08 16:38:36 +00:00
iptables Iptables input: document better the ignored rules behavior (#2482) 2017-03-02 09:58:26 +00:00
jolokia allow changing jolokia delimiter (#2255) 2017-01-12 11:08:22 +00:00
kafka_consumer Fixes change in Kafka consumer input plugin (#2222) 2017-01-11 16:24:09 +00:00
kubernetes Kubernetes input: Handle null startTime for stopped pods (#2335) 2017-02-01 14:41:04 +00:00
leofs
logparser log error message when invalid regex is used 2017-02-28 12:48:14 +00:00
lustre2
mailchimp
memcached
mesos
mongodb mongodb: Remove superfluous ReplSet log message 2017-01-11 17:50:01 +00:00
mqtt_consumer metric: Fix negative number handling 2017-02-01 10:07:31 +00:00
mysql Check for errors in user stats & process list 2017-02-17 15:38:33 +00:00
nats_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
net_response Fix documentation for net_response plugin 2016-12-13 16:02:03 +00:00
nginx
nsq
nsq_consumer Fix unit tests for new metric implementation 2016-12-01 18:17:02 +00:00
nstat
ntpq ntpq: correct number of seconds in an hour 2017-01-24 15:27:44 -08:00
passenger
phpfpm Fix phpfpm fcgi client panic when URL doesnt exist 2016-10-12 11:58:38 +01:00
ping Fix type conflict on windows ping plugin (#2462) 2017-03-01 11:22:42 +00:00
postgresql Add configuration docs to Postgresql input plugin (#2515) 2017-03-09 11:19:03 +00:00
postgresql_extensible fix postgresql 'name', and 'oid' data types by switching to a driver (#1750) 2017-01-24 12:36:36 -08:00
powerdns
procstat Revert "Procstat: don't cache PIDs" (#2479) 2017-03-06 15:59:36 +00:00
prometheus Check if tag value is empty before allocation 2017-02-16 23:07:27 +00:00
puppetagent fix for puppetagent config - test 1 2016-12-16 13:36:06 +00:00
rabbitmq rabbitmq, decrease timeout verbosity in config 2016-12-16 14:12:50 +00:00
raindrops
redis Do not try Uint parsing in redis plugin 2016-12-20 23:42:14 +00:00
rethinkdb
riak
sensors
snmp snmp: Allow lines with empty or missing tags (#2172) 2017-01-24 14:57:43 -08:00
snmp_legacy
socket_listener deprecate udp_listener & tcp_listener 2017-02-06 10:41:44 +00:00
sqlserver Fixed Bug 2077 SQL Server (#2212) 2017-01-13 13:47:47 +00:00
statsd Do not create a global statsd "previous instance" 2016-12-20 17:55:04 +00:00
sysstat
system add support for diskio name templates & udev tags 2017-01-27 16:15:42 -08:00
tail fix tail input seeking when used with pipe (#2090) 2016-12-16 14:01:49 +00:00
tcp_listener deprecate udp_listener & tcp_listener 2017-02-06 10:41:44 +00:00
trig
twemproxy
udp_listener deprecate udp_listener & tcp_listener 2017-02-06 10:41:44 +00:00
varnish
webhooks Respond 200 when receiving a ping event. (#2492) 2017-03-06 12:34:41 +00:00
win_perf_counters Fix part 2 of #1291 2017-03-08 13:39:03 +00:00
zfs
zookeeper
EXAMPLE_README.md
mock_Plugin.go
registry.go