1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

open port 10051 for Active checks

This commit is contained in:
Éric Gaspar 2024-06-18 14:57:20 +02:00 committed by Félix Piédallu
parent d923ede935
commit 55b952f994

View file

@ -60,6 +60,9 @@ ram.runtime = "200M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
[resources.ports]
active-checks.default = 10051
[resources.apt] [resources.apt]
packages = [ packages = [
"libapr1", "libapr1",
@ -86,7 +89,6 @@ ram.runtime = "200M"
"libssh-4", "libssh-4",
"php7.4-fpm", "php7.4-fpm",
"php7.4-bcmath", "php7.4-bcmath",
"mariadb-server", "mariadb-server",
] ]