Backend storage application for Graphite. Data collection agents connect to carbon and send their data, and carbon's job is to make that data available for real-time graphing immediately and try to get it stored on disk as fast as possible. ok aja@
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
$OpenBSD: patch-setup_cfg,v 1.1.1.1 2012/10/11 18:00:30 jasper Exp $
|
|
--- setup.cfg.orig Tue Oct 9 02:24:46 2012
|
|
+++ setup.cfg Tue Oct 9 02:25:36 2012
|
|
@@ -1,6 +1,6 @@
|
|
[install]
|
|
-prefix = /opt/graphite
|
|
-install-lib = %(prefix)s/lib
|
|
+prefix = ${PREFIX}
|
|
+install-lib = ${MODPY_SITEPKG}
|
|
|
|
[bdist_rpm]
|
|
requires = python-twisted
|