guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: zabbix-frontend: Restore correct variab


From: guix-commits
Subject: branch master updated: services: zabbix-frontend: Restore correct variable name.
Date: Mon, 07 Feb 2022 12:37:34 -0500

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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7c75fff68b services: zabbix-frontend: Restore correct variable name.
7c75fff68b is described below

commit 7c75fff68b8cdfb0cd691e0b9f4e69a048217cc3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Feb 7 18:37:14 2022 +0100

    services: zabbix-frontend: Restore correct variable name.
    
    This is a follow-up to 326e08bf0f55409f040612001f73a2cc4091c159, 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.
---
 gnu/services/monitoring.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/monitoring.scm b/gnu/services/monitoring.scm
index 21ddfc93f4..689e56ca73 100644
--- a/gnu/services/monitoring.scm
+++ b/gnu/services/monitoring.scm
@@ -552,7 +552,7 @@ configuration file."))
       ,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 @@ fastcgi_param PHP_VALUE \"post_max_size = 16M
      (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))))
 



reply via email to

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