guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: zabbix-agent: Delete not mandatory host


From: guix-commits
Subject: branch master updated: services: zabbix-agent: Delete not mandatory hostname configuration.
Date: Sun, 29 Nov 2020 08:59:29 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8518a36  services: zabbix-agent: Delete not mandatory hostname 
configuration.
8518a36 is described below

commit 8518a3692cbb9cd96d69c03e9de9ad6fdcfebbee
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Nov 29 16:57:05 2020 +0300

    services: zabbix-agent: Delete not mandatory hostname configuration.
    
    * gnu/services/monitoring.scm
    (zabbix-agent-configuration)[hostname]: Set to empty string.
---
 gnu/services/monitoring.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/monitoring.scm b/gnu/services/monitoring.scm
index da3d736..ac68bce 100644
--- a/gnu/services/monitoring.scm
+++ b/gnu/services/monitoring.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
 ;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com>
-;;; Copyright © 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2018, 2019, 2020 Oleg Pykhalov <go.wigust@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -343,7 +343,7 @@ configuration file."))
    (group "zabbix")
    "Group who will run the Zabbix agent.")
   (hostname
-   (string "Zabbix server")
+   (string "")
    "Unique, case sensitive hostname which is required for active checks and
 must match hostname as configured on the server.")
   (log-type



reply via email to

[Prev in Thread] Current Thread [Next in Thread]