guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: sysadmin: Add zabbix-agent to build nodes.


From: Ricardo Wurmus
Subject: 01/01: hydra: sysadmin: Add zabbix-agent to build nodes.
Date: Sat, 29 Dec 2018 11:05:02 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit a182a57acdbf79f9262c3d7fef00e9a99c327870
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 29 17:04:08 2018 +0100

    hydra: sysadmin: Add zabbix-agent to build nodes.
    
    * hydra/modules/sysadmin/build-machines.scm (berlin-build-machine-os):
    Enable zabbix-agent service.
---
 hydra/modules/sysadmin/build-machines.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index 533c25a..0a70456 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -23,6 +23,7 @@
   #:use-module (gnu services base)
   #:use-module (gnu services ssh)
   #:use-module (gnu services mcron)
+  #:use-module (gnu services monitoring)
   #:use-module (gnu services networking)
   #:use-module (guix gexp)
   #:use-module (sysadmin people)
@@ -122,6 +123,10 @@ the given AUTHORIZED-GUIX-KEYS."
                                                 (format #f "141.80.167.~d" (+ 
131 id))
                                                 #:netmask "255.255.255.192"
                                                 #:gateway "141.80.167.129")
+                     (service zabbix-agent-service-type
+                              (zabbix-agent-configuration
+                               (server '("141.80.167.131"))
+                               (server-active '("141.80.167.131"))))
                      (mcron-service (list gc-job))
                      (service sysadmin-service-type sysadmins)
                      (service openssh-service-type)



reply via email to

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