2015-10-19 11:43:38 +03:00
|
|
|
# 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 |
|
|
|
|
+-------+
|
|
|
|
|
|
|
|
```
|
2015-10-19 16:30:09 +03:00
|
|
|
|
|
|
|
# Running
|
|
|
|
* Via systemd
|
|
|
|
* Webapp is run with uwsgi in nginx
|