services: cuirass: Move zabbix argument to the web process.

This is a follow-up of 703e5c92ee.

* gnu/services/cuirass.scm (cuirass-shepherd-service): Move "zabbix-uri"
argument to the web process.
This commit is contained in:
Mathieu Othacehe 2021-02-09 09:20:00 +01:00
parent 1f1cf91eab
commit 91911b9382
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -148,11 +148,6 @@
#$@(if use-substitutes? '("--use-substitutes") '())
#$@(if one-shot? '("--one-shot") '())
#$@(if fallback? '("--fallback") '())
#$@(if zabbix-uri
(list (string-append
"--zabbix-uri="
zabbix-uri))
'())
#$@extra-options)
#:environment-variables
@ -178,6 +173,11 @@
"--interval" #$(number->string interval)
#$@(if use-substitutes? '("--use-substitutes") '())
#$@(if fallback? '("--fallback") '())
#$@(if zabbix-uri
(list (string-append
"--zabbix-uri="
zabbix-uri))
'())
#$@extra-options)
#:user #$user