rows.png overview2.png
Dashboard for Telegraf plugins and system/network metrics.
Plugins:
- Apache
- ElasticSearch
- Memcached
- MongoDB
- Nginx
- OpCache
- PHP FPM
- RabbitMQ
- Redis
- Passenger
- MySQL
- Varnish 3/4
- Mcrouter
- Docker
- Nsq
Collector Configuration Details
Mcrouter collector:
[[inputs.exec]]
command = "cat /var/mcrouter/stats/libmcrouter.mcrouter.5000.stats"
name_suffix = "mcrouter"
data_format = "json"
OPCache collector:
[[inputs.httpjson]]
name = "opcache"
servers = ["http://127.0.0.1:80/opcache_stat.php
method = "GET"
The varnish3 collector:
[[inputs.exec]]
command = "/usr/bin/varnishstat -j"
name_suffix = "varnish3"
data_format = "json"