guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra/berlin: Configure location of Zabbix alert


From: Ricardo Wurmus
Subject: branch master updated: hydra/berlin: Configure location of Zabbix alert scripts.
Date: Sat, 28 Mar 2020 11:19:05 -0400

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

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 369397c  hydra/berlin: Configure location of Zabbix alert scripts.
369397c is described below

commit 369397c7b9808a93b5d1768fa502afc608aff2ff
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Mar 28 16:18:08 2020 +0100

    hydra/berlin: Configure location of Zabbix alert scripts.
    
    * hydra/berlin.scm <services>: Pass extra options to
    zabbix-server-service-type.
---
 hydra/berlin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index cb514df..ee828d8 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -199,7 +199,8 @@ Happy hacking!\n"))
              (service zabbix-agent-service-type)
              (service zabbix-server-service-type
                       (zabbix-server-configuration
-                       (include-files '("/root/zabbix-pass"))))
+                       (include-files '("/root/zabbix-pass"))
+                       (extra-options 
"AlertScriptsPath=/root/zabbix-alert-scripts\n")))
              (service zabbix-front-end-service-type
                       (zabbix-front-end-configuration
                        (nginx (list %zabbix-nginx-server))



reply via email to

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