summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 da3d736ba6f..ac68bce8ac8 100644
--- a/gnu/services/monitoring.scm
+++ b/gnu/services/monitoring.scm
@@ -1,7 +1,7 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org> 2;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
3;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com> 3;;; Copyright © 2018, 2019 Gábor Boskovits <boskovits@gmail.com>
4;;; Copyright © 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com> 4;;; Copyright © 2018, 2019, 2020 Oleg Pykhalov <go.wigust@gmail.com>
5;;; 5;;;
6;;; This file is part of GNU Guix. 6;;; This file is part of GNU Guix.
7;;; 7;;;
@@ -343,7 +343,7 @@ configuration file."))
343 (group "zabbix") 343 (group "zabbix")
344 "Group who will run the Zabbix agent.") 344 "Group who will run the Zabbix agent.")
345 (hostname 345 (hostname
346 (string "Zabbix server") 346 (string "")
347 "Unique, case sensitive hostname which is required for active checks and 347 "Unique, case sensitive hostname which is required for active checks and
348must match hostname as configured on the server.") 348must match hostname as configured on the server.")
349 (log-type 349 (log-type