remove check on solr service

This commit is contained in:
github@kiekerjan.isdronken.nl 2021-05-08 23:04:13 +02:00
parent 2d05d89cd3
commit d875c9ff70
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ 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", "port": 8983, "public": False, },
]
def run_checks(rounded_values, env, output, pool):