diff --git a/web_check.json b/web_check.json index b4b9c0d..e69de29 100644 --- a/web_check.json +++ b/web_check.json @@ -1,44 +0,0 @@ -[ - { - "host": "sld-app-a", - "domain": "sld-server.org", - "path": "", - "wordtocheck": "proxmox", - "wordcheck_ok": 1, - "sslcheck_ok": 1, - "ssl-released": "24/12/2025", - "ssl-expiry": "24/03/2026", - "ssl-company": "Cloudflare TLS Issuing ECC CA 3", - "content_http_code": 200, - "content_error": null, - "ssl_error": null - }, - { - "host": "sld-nextcloud", - "domain": "nextcloud.sld-server.org", - "path": "/index.php/login", - "wordtocheck": "nextcloud", - "wordcheck_ok": 1, - "sslcheck_ok": 1, - "ssl-released": "24/12/2025", - "ssl-expiry": "24/03/2026", - "ssl-company": "Cloudflare TLS Issuing ECC CA 3", - "content_http_code": 200, - "content_error": null, - "ssl_error": null - }, - { - "host": "sld-app-a", - "domain": "wiki.sld-server.org", - "path": "/doku.php?id=start", - "wordtocheck": "Benvenuto", - "wordcheck_ok": 1, - "sslcheck_ok": 1, - "ssl-released": "24/12/2025", - "ssl-expiry": "3/02/2026", - "ssl-company": "Cloudflare TLS Issuing ECC CA 3", - "content_http_code": 200, - "content_error": null, - "ssl_error": null - } -] \ No newline at end of file diff --git a/web_check_backup.json b/web_check_backup.json deleted file mode 100644 index e2fa405..0000000 --- a/web_check_backup.json +++ /dev/null @@ -1,52 +0,0 @@ -[ - { - "host" : "sld-gw", - "domain" : "sld-server.org", - "wordtocheck" : "proxmox", - "wordcheck_ok" : 1, - "sslcheck_ok" : 1, - "ssl-released" : "10/01/2025", - "ssl-expiry" : "13/03/2025", - "ssl-company" : "Let's Encrypt" - }, - { - "host" : "sld-nextcloud", - "domain" : "nextcloud.sld-server.org", - "wordtocheck" : "login", - "wordcheck_ok" : 1, - "sslcheck_ok" : 1, - "ssl-released" : "10/01/2025", - "ssl-expiry" : "13/03/2025", - "ssl-company" : "Let's Encrypt" - }, - { - "host" : "sld-app-a", - "domain" : "wiki.sld-app-a", - "wordtocheck" : "welcome", - "wordcheck_ok" : 1, - "sslcheck_ok" : 1, - "ssl-released" : "10/01/2025", - "ssl-expiry" : "13/03/2025", - "ssl-company" : "Let's Encrypt" - }, - { - "host" : "sld-app-a", - "domain" : "sld-server.org", - "wordtocheck" : "proxmox", - "wordcheck_ok" : 0, - "sslcheck_ok" : 0, - "ssl-released" : "10/01/2025", - "ssl-expiry" : "13/03/2025", - "ssl-company" : "Let's Encrypt" - }, - { - "host" : "sld-test", - "domain" : "test.org", - "wordtocheck" : "test", - "wordcheck_ok" : 1, - "sslcheck_ok" : 0, - "ssl-released" : "10/01/2025", - "ssl-expiry" : "13/03/2025", - "ssl-company" : "Let's Encrypt" - } -] \ No newline at end of file diff --git a/web_list.json b/web_list.json index 8afe606..49128e4 100644 --- a/web_list.json +++ b/web_list.json @@ -1,29 +1,11 @@ [ { - "host":"sld-app-a", - "domain":"sld-server.org", - "path":"", - "word-to-check":"proxmox", + "host":"hostname", + "domain":"domain", + "path":"/path(leave empty if is the webroot)", + "word-to-check":"word to check", "basic_auth":false, "basic_auth_name":"basic_auth_name", "basic_auth_password":"basic_auth_pass" - }, - { - "host":"sld-nextcloud", - "domain":"nextcloud.sld-server.org", - "path":"/index.php/login", - "word-to-check":"nextcloud", - "basic_auth":false, - "basic_auth_name":"basic_auth_name", - "basic_auth_pass":"basic_auth_pass" - }, - { - "host":"sld-app-a", - "domain":"wiki.sld-server.org", - "path":"/doku.php?id=start", - "word-to-check":"Benvenuto", - "basic_auth":true, - "basic_auth_name":"sld-admin", - "basic_auth_pass":"Angela" } ] \ No newline at end of file