From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gao49-0001nI-E7 for guix-patches@gnu.org; Sat, 22 Dec 2018 15:40:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gao43-0002hk-R8 for guix-patches@gnu.org; Sat, 22 Dec 2018 15:40:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gao42-0002gW-I8 for guix-patches@gnu.org; Sat, 22 Dec 2018 15:40:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gao42-00036q-EE for guix-patches@gnu.org; Sat, 22 Dec 2018 15:40:02 -0500 Subject: [bug#33836] [PATCH 0/2] location in define-configuration Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gao3R-0001e1-Nr for guix-patches@gnu.org; Sat, 22 Dec 2018 15:39:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gao3M-0001vB-QY for guix-patches@gnu.org; Sat, 22 Dec 2018 15:39:25 -0500 Received: from mail-pl1-x644.google.com ([2607:f8b0:4864:20::644]:35736) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gao3M-0001tT-KR for guix-patches@gnu.org; Sat, 22 Dec 2018 15:39:20 -0500 Received: by mail-pl1-x644.google.com with SMTP id p8so4041242plo.2 for ; Sat, 22 Dec 2018 12:39:20 -0800 (PST) From: Oleg Pykhalov Date: Sat, 22 Dec 2018 23:38:57 +0300 Message-Id: <20181222203857.26964-1-go.wigust@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 33836@debbugs.gnu.org This patch series follow up Ludovic's suggestions in #33549 bug report to implement a ‘location’ record field for ‘define-configuration’ procedure. Oleg Pykhalov (2): services: configuration: Add location. services: zabbix-front-end: Show location in messages. gnu/services/configuration.scm | 5 +++++ gnu/services/monitoring.scm | 26 +++++++++++++++++--------- 2 files changed, 22 insertions(+), 9 deletions(-) -- 2.20.1