summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-11-29 16:57:05 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2020-11-29 16:58:55 +0300
commit8518a3692cbb9cd96d69c03e9de9ad6fdcfebbee (patch)
treec05f9d0537330d6938d702275066cb28d1081b95
parent7c2e67400ffaef8eb6f30ef7126c976ee3d7e36c (diff)
downloadguix-patches-8518a3692cbb9cd96d69c03e9de9ad6fdcfebbee.tar
guix-patches-8518a3692cbb9cd96d69c03e9de9ad6fdcfebbee.tar.gz
services: zabbix-agent: Delete not mandatory hostname configuration.
* gnu/services/monitoring.scm (zabbix-agent-configuration)[hostname]: Set to empty string.
-rw-r--r--gnu/services/monitoring.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/services/monitoring.scm b/gnu/services/monitoring.scm
index da3d736ba6..ac68bce8ac 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