me
/
guix
Archived
1
0
Fork 0

services: zabbix-agent: Delete not mandatory hostname configuration.

* gnu/services/monitoring.scm
(zabbix-agent-configuration)[hostname]: Set to empty string.
master
Oleg Pykhalov 2020-11-29 16:57:05 +03:00
parent 7c2e67400f
commit 8518a3692c
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 2 deletions

View File

@ -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