Files
sld-web-health-check/web_check.json
2026-02-12 22:46:39 +00:00

16 lines
554 B
JSON

[
{
"host": "hostname",
"domain": "domain",
"path": "/path(leave empty if is the webroot)",
"wordtocheck": "word to check",
"wordcheck_ok": 0,
"sslcheck_ok": 0,
"ssl-released": null,
"ssl-expiry": null,
"ssl-company": null,
"content_http_code": 0,
"content_error": "URL rejected: Malformed input to a URL function",
"ssl_error": "stream_socket_client failed: php_network_getaddresses: getaddrinfo for domain failed: Name or service not known (0)"
}
]