2015/monitoring/graphite
Vladimir Vitkov 69ba4b63e2 graphite - listen only on localhost 2015-10-24 16:28:00 +03:00
..
graphite-conf graphite - listen only on localhost 2015-10-24 16:28:00 +03:00
nginx Graphite - webapp frontend 2015-10-19 11:53:48 +03:00
systemd-units/etc/systemd/system Graphite - systemd units 2015-10-19 11:44:02 +03:00
uwsgi Graphite - webapp app server 2015-10-19 11:48:52 +03:00
README.md Graphite - a bit of documentation 2015-10-19 16:30:09 +03:00

README.md

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 |
  +-------+

Running

  • Via systemd
  • Webapp is run with uwsgi in nginx