update changelog, readme, telegraf.conf
This commit is contained in:
parent
69dfe63809
commit
e94e50181c
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- [#1138](https://github.com/influxdata/telegraf/pull/1138): nstat input plugin. Thanks @Maksadbek!
|
- [#1138](https://github.com/influxdata/telegraf/pull/1138): nstat input plugin. Thanks @Maksadbek!
|
||||||
- [#1139](https://github.com/influxdata/telegraf/pull/1139): instrumental output plugin. Thanks @jasonroelofs!
|
- [#1139](https://github.com/influxdata/telegraf/pull/1139): instrumental output plugin. Thanks @jasonroelofs!
|
||||||
|
- [#1172](https://github.com/influxdata/telegraf/pull/1172): Ceph storage stats. Thanks @robinpercy!
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
|
|
@ -161,6 +161,7 @@ Currently implemented sources:
|
||||||
* [apache](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/apache)
|
* [apache](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/apache)
|
||||||
* [bcache](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/bcache)
|
* [bcache](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/bcache)
|
||||||
* [cassandra](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cassandra)
|
* [cassandra](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cassandra)
|
||||||
|
* [ceph](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/ceph)
|
||||||
* [couchbase](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/couchbase)
|
* [couchbase](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/couchbase)
|
||||||
* [couchdb](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/couchdb)
|
* [couchdb](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/couchdb)
|
||||||
* [disque](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/disque)
|
* [disque](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/disque)
|
||||||
|
|
|
@ -196,6 +196,21 @@
|
||||||
# timeout = 2
|
# timeout = 2
|
||||||
|
|
||||||
|
|
||||||
|
# # Configuration for sending metrics to an Instrumental project
|
||||||
|
# [[outputs.instrumental]]
|
||||||
|
# ## Project API Token (required)
|
||||||
|
# api_token = "API Token" # required
|
||||||
|
# ## Prefix the metrics with a given name
|
||||||
|
# prefix = ""
|
||||||
|
# ## Stats output template (Graphite formatting)
|
||||||
|
# ## see https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md#graphite
|
||||||
|
# template = "host.tags.measurement.field"
|
||||||
|
# ## Timeout in seconds to connect
|
||||||
|
# timeout = "2s"
|
||||||
|
# ## Display Communcation to Instrumental
|
||||||
|
# debug = false
|
||||||
|
|
||||||
|
|
||||||
# # Configuration for the Kafka server to send metrics to
|
# # Configuration for the Kafka server to send metrics to
|
||||||
# [[outputs.kafka]]
|
# [[outputs.kafka]]
|
||||||
# ## URLs of kafka brokers
|
# ## URLs of kafka brokers
|
||||||
|
@ -369,24 +384,6 @@
|
||||||
# INPUT PLUGINS #
|
# INPUT PLUGINS #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# # Collects performance metrics from the MON and OSD nodes in a Ceph storage cluster.
|
|
||||||
# [[inputs.ceph]]
|
|
||||||
# ## All configuration values are optional, defaults are shown below
|
|
||||||
#
|
|
||||||
# ## location of ceph binary
|
|
||||||
# ceph_binary = "/usr/bin/ceph"
|
|
||||||
#
|
|
||||||
# ## directory in which to look for socket files
|
|
||||||
# socket_dir = "/var/run/ceph"
|
|
||||||
#
|
|
||||||
# ## prefix of MON and OSD socket files, used to determine socket type
|
|
||||||
# mon_prefix = "ceph-mon"
|
|
||||||
# osd_prefix = "ceph-osd"
|
|
||||||
#
|
|
||||||
# ## suffix used to identify socket files
|
|
||||||
# socket_suffix = "asok"
|
|
||||||
|
|
||||||
|
|
||||||
# Read metrics about cpu usage
|
# Read metrics about cpu usage
|
||||||
[[inputs.cpu]]
|
[[inputs.cpu]]
|
||||||
## Whether to report per-cpu stats or not
|
## Whether to report per-cpu stats or not
|
||||||
|
@ -487,6 +484,24 @@
|
||||||
# ]
|
# ]
|
||||||
|
|
||||||
|
|
||||||
|
# # Collects performance metrics from the MON and OSD nodes in a Ceph storage cluster.
|
||||||
|
# [[inputs.ceph]]
|
||||||
|
# ## All configuration values are optional, defaults are shown below
|
||||||
|
#
|
||||||
|
# ## location of ceph binary
|
||||||
|
# ceph_binary = "/usr/bin/ceph"
|
||||||
|
#
|
||||||
|
# ## directory in which to look for socket files
|
||||||
|
# socket_dir = "/var/run/ceph"
|
||||||
|
#
|
||||||
|
# ## prefix of MON and OSD socket files, used to determine socket type
|
||||||
|
# mon_prefix = "ceph-mon"
|
||||||
|
# osd_prefix = "ceph-osd"
|
||||||
|
#
|
||||||
|
# ## suffix used to identify socket files
|
||||||
|
# socket_suffix = "asok"
|
||||||
|
|
||||||
|
|
||||||
# # Pull Metric Statistics from Amazon CloudWatch
|
# # Pull Metric Statistics from Amazon CloudWatch
|
||||||
# [[inputs.cloudwatch]]
|
# [[inputs.cloudwatch]]
|
||||||
# ## Amazon Region
|
# ## Amazon Region
|
||||||
|
@ -866,8 +881,8 @@
|
||||||
# ## [username[:password]@][protocol[(address)]]/[?tls=[true|false|skip-verify]]
|
# ## [username[:password]@][protocol[(address)]]/[?tls=[true|false|skip-verify]]
|
||||||
# ## see https://github.com/go-sql-driver/mysql#dsn-data-source-name
|
# ## see https://github.com/go-sql-driver/mysql#dsn-data-source-name
|
||||||
# ## e.g.
|
# ## e.g.
|
||||||
# ## root:passwd@tcp(127.0.0.1:3306)/?tls=false
|
# ## db_user:passwd@tcp(127.0.0.1:3306)/?tls=false
|
||||||
# ## root@tcp(127.0.0.1:3306)/?tls=false
|
# ## db_user@tcp(127.0.0.1:3306)/?tls=false
|
||||||
# #
|
# #
|
||||||
# ## If no servers are specified, then localhost is used as the host.
|
# ## If no servers are specified, then localhost is used as the host.
|
||||||
# servers = ["tcp(127.0.0.1:3306)/"]
|
# servers = ["tcp(127.0.0.1:3306)/"]
|
||||||
|
|
Loading…
Reference in New Issue