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:
parent
d923ede935
commit
55b952f994
1 changed files with 3 additions and 1 deletions
|
@ -60,6 +60,9 @@ ram.runtime = "200M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
[resources.ports]
|
||||
active-checks.default = 10051
|
||||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"libapr1",
|
||||
|
@ -86,7 +89,6 @@ ram.runtime = "200M"
|
|||
"libssh-4",
|
||||
"php7.4-fpm",
|
||||
"php7.4-bcmath",
|
||||
|
||||
"mariadb-server",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue