From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] gnu: Add graphios. Date: Fri, 31 Jul 2015 08:42:44 -0400 Message-ID: References: <87h9oljq3d.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZL9eD-0007fH-Fo for guix-devel@gnu.org; Fri, 31 Jul 2015 08:42:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZL9eA-0003Wp-9i for guix-devel@gnu.org; Fri, 31 Jul 2015 08:42:49 -0400 Received: from mail-pd0-f174.google.com ([209.85.192.174]:35760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZL9eA-0003Wd-4z for guix-devel@gnu.org; Fri, 31 Jul 2015 08:42:46 -0400 Received: by pdrg1 with SMTP id g1so42332884pdr.2 for ; Fri, 31 Jul 2015 05:42:44 -0700 (PDT) In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel On Fri, Jul 31, 2015 at 5:06 AM, Ricardo Wurmus wrote: >> Here's a little Nagios-related package. Maybe some day we'll actually >> have Nagios proper. > > Looks good to me. > > I wonder if maybe there=E2=80=99s a better place for this package than > =E2=80=98python.scm=E2=80=99 (aka =E2=80=98the kitchen sink=E2=80=99). I= t=E2=80=99s written in Python but it > doesn=E2=80=99t provide any Python module as far as I can tell, so given = that it > is related to Nagios maybe it would be better to place it in =E2=80=98adm= in.scm=E2=80=99 > or =E2=80=98monitoring.scm=E2=80=99. > > What do you think? Good idea. I moved it to admin.scm and pushed. Thanks! - Dave