all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29768] [PATCH 0/5] Graphite
@ 2017-12-18 22:44 Ricardo Wurmus
  2017-12-19  8:04 ` [bug#29768] [PATCH 1/5] gnu: Add python-txamqp Ricardo Wurmus
  0 siblings, 1 reply; 7+ messages in thread
From: Ricardo Wurmus @ 2017-12-18 22:44 UTC (permalink / raw)
  To: 29768; +Cc: Ricardo Wurmus

Hi Guix,

this patch series adds the Graphite graphing system for visualising and
monitoring time series data.

I haven't tested it much because it requires a wsgi service.  What's weird is
that it installs a file
"lib/python2.7/site-packages/graphite/local_settings.py.example", which a user
is supposed to edit before-hand.  It contains site-specific settings.  Since
we don't want people to feel tempted to change the file in the store, a user
could also provide settings by prepending a directory containing the settings
to the PYTHONPATH.

I'll play with this a little and then write a service for Graphite.

Ricardo Wurmus (5):
  gnu: Add python-txamqp.
  gnu: Add python-django-tagging.
  gnu: Add python-whisper.
  gnu: Add python2-carbon.
  gnu: Add python2-graphite-web.

 gnu/packages/django.scm     |  23 ++++++++++
 gnu/packages/monitoring.scm | 107 +++++++++++++++++++++++++++++++++++++++++++-
 gnu/packages/python.scm     |  29 ++++++++++++
 3 files changed, 158 insertions(+), 1 deletion(-)

-- 
2.15.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-21 18:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18 22:44 [bug#29768] [PATCH 0/5] Graphite Ricardo Wurmus
2017-12-19  8:04 ` [bug#29768] [PATCH 1/5] gnu: Add python-txamqp Ricardo Wurmus
2017-12-19  8:04   ` [bug#29768] [PATCH 2/5] gnu: Add python-django-tagging Ricardo Wurmus
2017-12-19  8:04   ` [bug#29768] [PATCH 3/5] gnu: Add python-whisper Ricardo Wurmus
2017-12-19  8:04   ` [bug#29768] [PATCH 4/5] gnu: Add python2-carbon Ricardo Wurmus
2017-12-19  8:04   ` [bug#29768] [PATCH 5/5] gnu: Add python2-graphite-web Ricardo Wurmus
2018-01-21 18:39     ` bug#29768: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.