Skip to content
Snippets Groups Projects
Commit 9923f252 authored by nimrod's avatar nimrod
Browse files

Add a check for library.shore.co.il.

parent ff2dadfc
Branches master
No related tags found
No related merge requests found
Pipeline #3970 passed
......@@ -6,6 +6,7 @@ locals {
"gitlab",
"imap",
"kodi",
"library",
"mta_sts",
"myip",
"nextcloud",
......
"""Check the Transmission web service."""
from utils import website_handler
URLS = [
{"url": "http://library.shore.co.il/", "codes": [301]},
{"url": "https://library.shore.co.il/", "codes": [401]},
]
handler = website_handler(URLS)
if __name__ == "__main__":
handler("event", "context")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment