guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Add Zabbix support to Cuirass.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Add Zabbix support to Cuirass.
Date: Mon, 08 Feb 2021 07:45:11 -0500

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new c4faf8e  hydra: services: Add Zabbix support to Cuirass.
c4faf8e is described below

commit c4faf8ea83483a59c3d11902d3220e56b58323f7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Feb 8 12:34:10 2021 +0100

    hydra: services: Add Zabbix support to Cuirass.
    
    * hydra/modules/sysadmin/services.scm (cuirass-service): Set zabbix-uri 
field.
---
 hydra/modules/sysadmin/services.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index fe54d4f..7d67be6 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -433,7 +433,8 @@
             (interval (* 5 60))
             (remote-server (cuirass-remote-server-configuration
                             (trigger-url "http://127.0.0.1";)))
-            (specifications (cuirass-specs branches systems)))))
+            (specifications (cuirass-specs branches systems))
+            (zabbix-uri "http://127.0.0.1:15412/api_jsonrpc.php";))))
 
 (define* (frontend-services sysadmins #:key
                             (gc-threshold (* 800 GiB))



reply via email to

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