mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services: zabbix-frontend: Restore correct variable name.
This is a follow-up to 326e08bf0f
, et.al.
* gnu/services/monitoring.scm (%zabbix-front-end-nginx-configuration): Rename
to ...
(%zabbix-front-end-configuration-nginx): ... this.
(zabbix-front-end-nginx-extension): Adjust accordingly.
This commit is contained in:
parent
eb2e0e3225
commit
7c75fff68b
1 changed files with 2 additions and 2 deletions
|
@ -552,7 +552,7 @@ (define (generate-zabbix-agent-documentation)
|
|||
,zabbix-agent-configuration-fields))
|
||||
'zabbix-agent-configuration))
|
||||
|
||||
(define %zabbix-front-end-nginx-configuration
|
||||
(define %zabbix-front-end-configuration-nginx
|
||||
(nginx-server-configuration
|
||||
(root #~(string-append #$zabbix-server:front-end "/share/zabbix/php"))
|
||||
(index '("index.php"))
|
||||
|
@ -573,7 +573,7 @@ (define (zabbix-front-end-nginx-extension config)
|
|||
(if (null? nginx)
|
||||
(list
|
||||
(nginx-server-configuration
|
||||
(inherit %zabbix-front-end-nginx-configuration)
|
||||
(inherit %zabbix-front-end-configuration-nginx)
|
||||
(root #~(string-append #$server:front-end "/share/zabbix/php"))))
|
||||
nginx))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue