fix Solr report

This commit is contained in:
github@kiekerjan.isdronken.nl 2021-04-29 23:11:19 +02:00
parent b2d966f8e4
commit 3609a9e96c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,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 (Jetty)", "port": 8983, "public": False, },
{ "name": "Solr Full Text Search", "port": 8983, "public": False, },
]
def run_checks(rounded_values, env, output, pool):