2016/monitoring/graphite
Vladimir Vitkov 68a6c3f09a graphite - swtch monitoring via snmp
* Add custom storage schema
 * add rewrites for unification etc
2015-11-03 16:49:04 +02:00
..
graphite-conf graphite - swtch monitoring via snmp 2015-11-03 16:49:04 +02: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