From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eR7iO-0003GR-Pj for guix-patches@gnu.org; Mon, 18 Dec 2017 21:33:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eR7iK-0000CU-NS for guix-patches@gnu.org; Mon, 18 Dec 2017 21:33:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eR7iK-0000CD-J4 for guix-patches@gnu.org; Mon, 18 Dec 2017 21:33:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eR7iK-0004Tj-8e for guix-patches@gnu.org; Mon, 18 Dec 2017 21:33:04 -0500 Subject: [bug#29768] [PATCH 0/5] Graphite Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eR7hE-0002S7-0A for guix-patches@gnu.org; Mon, 18 Dec 2017 21:31:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eR7h9-0007Tk-Rd for guix-patches@gnu.org; Mon, 18 Dec 2017 21:31:55 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21032) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eR7h9-0007Sh-GP for guix-patches@gnu.org; Mon, 18 Dec 2017 21:31:51 -0500 From: Ricardo Wurmus Date: Mon, 18 Dec 2017 23:44:25 +0100 Message-Id: <20171218224425.31157-1-rekado@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29768@debbugs.gnu.org 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