Difference between revisions of "Telegraf"

From air
Jump to navigation Jump to search
Line 2: Line 2:
 
* https://github.com/influxdb/telegraf
 
* https://github.com/influxdb/telegraf
 
* https://influxdata.com/time-series-platform/telegraf/
 
* https://influxdata.com/time-series-platform/telegraf/
  +
  +
Telegraf propose de nombreux plugins pour
  +
aerospike
  +
apache
  +
bcache
  +
disque
  +
docker
  +
elasticsearch
  +
exec (generic JSON-emitting executable plugin)
  +
haproxy
  +
httpjson (generic JSON-emitting http service plugin)
  +
influxdb
  +
jolokia
  +
leofs
  +
lustre2
  +
mailchimp
  +
memcached
  +
mongodb
  +
mysql
  +
nginx
  +
nsq
  +
phpfpm
  +
phusion passenger
  +
ping
  +
postgresql
  +
powerdns
  +
procstat
  +
prometheus
  +
puppetagent
  +
rabbitmq
  +
redis
  +
rethinkdb
  +
sql server (microsoft)
  +
twemproxy
  +
zfs
  +
zookeeper
  +
sensors
  +
snmp
  +
win_perf_counters (windows performance counters)
  +
system
   
 
=Installation=
 
=Installation=

Revision as of 15:56, 4 February 2016

agent written in Go for collecting metrics from the system it's running on, or from other services, and writing them into InfluxDB.

Telegraf propose de nombreux plugins pour aerospike apache bcache disque docker elasticsearch exec (generic JSON-emitting executable plugin) haproxy httpjson (generic JSON-emitting http service plugin) influxdb jolokia leofs lustre2 mailchimp memcached mongodb mysql nginx nsq phpfpm phusion passenger ping postgresql powerdns procstat prometheus puppetagent rabbitmq redis rethinkdb sql server (microsoft) twemproxy zfs zookeeper sensors snmp win_perf_counters (windows performance counters) system

Installation

wget http://get.influxdb.org/telegraf/telegraf_0.10.1-1_amd64.deb
sudo dpkg -i telegraf_0.10.1-1_amd64.deb
telegraf -help

Configuration

telegraf -sample-config > telegraf.conf

Editer le fichier de configuration telegraf.conf

Lancement

telegraf -config telegraf.conf -input-filter cpu:mem:disk:diskio:swap:net:netstat:  -output-filter influxdb