diff --git a/check_http_multi/check_http_multi b/check_http_multi/check_http_multi index 9f4abfb..6f76843 100644 --- a/check_http_multi/check_http_multi +++ b/check_http_multi/check_http_multi @@ -44,6 +44,7 @@ def main(): success = 0 failed = 0 for uri in plugin.options.uri: + if not uri: continue webstate, status = check_website(uri) if webstate: success += 1