2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: services: Add Zabbix support to Cuirass.

* hydra/modules/sysadmin/services.scm (cuirass-service): Set zabbix-uri field.
This commit is contained in:
Mathieu Othacehe 2021-02-08 12:34:10 +01:00
parent 2c30440f89
commit c4faf8ea83
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

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