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 @@ configuration file."))
 | 
				
			||||||
      ,zabbix-agent-configuration-fields))
 | 
					      ,zabbix-agent-configuration-fields))
 | 
				
			||||||
   'zabbix-agent-configuration))
 | 
					   'zabbix-agent-configuration))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define %zabbix-front-end-nginx-configuration
 | 
					(define %zabbix-front-end-configuration-nginx
 | 
				
			||||||
  (nginx-server-configuration
 | 
					  (nginx-server-configuration
 | 
				
			||||||
   (root #~(string-append #$zabbix-server:front-end "/share/zabbix/php"))
 | 
					   (root #~(string-append #$zabbix-server:front-end "/share/zabbix/php"))
 | 
				
			||||||
   (index '("index.php"))
 | 
					   (index '("index.php"))
 | 
				
			||||||
| 
						 | 
					@ -573,7 +573,7 @@ fastcgi_param PHP_VALUE \"post_max_size = 16M
 | 
				
			||||||
     (if (null? nginx)
 | 
					     (if (null? nginx)
 | 
				
			||||||
         (list
 | 
					         (list
 | 
				
			||||||
          (nginx-server-configuration
 | 
					          (nginx-server-configuration
 | 
				
			||||||
           (inherit %zabbix-front-end-nginx-configuration)
 | 
					           (inherit %zabbix-front-end-configuration-nginx)
 | 
				
			||||||
           (root #~(string-append #$server:front-end "/share/zabbix/php"))))
 | 
					           (root #~(string-append #$server:front-end "/share/zabbix/php"))))
 | 
				
			||||||
         nginx))))
 | 
					         nginx))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue