2016/monitoring/graphite/README.md
Vladimir Vitkov 76de7a31ef Graphite - config
* Readme
 * Graphite config for the ingestion chain
2015-10-19 11:43:38 +03:00

23 lines
339 B
Markdown

# Graphite config
Configuration for graphite/carbon
# Design
System is designed to receive data from collectd, pass it trough aggregation/relay and finally stuff it into cache
```
+----------+
| collectd |
+----------+
||
\/
+------------+
| aggregator |
+------------+
||
\/
+-------+
| cache |
+-------+
```