1
0
镜像自地址 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-03-24 19:07:23 +01:00

Fixed naming for Service Check

这个提交包含在:
Jeff Volkenant
2019-05-23 10:35:45 -07:00
父节点 34b1b8c956
当前提交 d5b6a7af53

查看文件

@@ -38,7 +38,7 @@ def get_services():
{ "name": "Mail Filters (Sieve/dovecot)", "port": 4190, "public": True, },
{ "name": "HTTP Web (nginx)", "port": 80, "public": True, },
{ "name": "HTTPS Web (nginx)", "port": 443, "public": True, },
{ "name": "Solr Full Text Search (tomcat)", "port": 8080, "public": False, },
{ "name": "Solr Full Text Search (Jetty)", "port": 8080, "public": False, },
]
def run_checks(rounded_values, env, output, pool):