{"id":14063915,"url":"https://github.com/davehope/HealthChecksIOStatusReport","last_synced_at":"2025-07-29T17:30:53.911Z","repository":{"id":75918925,"uuid":"240681564","full_name":"davehope/HealthChecksIOStatusReport","owner":"davehope","description":"Powershell module to quickly report status to HealthChecks.io","archived":false,"fork":false,"pushed_at":"2023-08-22T11:51:38.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T04:40:45.296Z","etag":null,"topics":["failure","healthchecks","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davehope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-02-15T09:59:16.000Z","updated_at":"2023-08-22T08:39:18.000Z","dependencies_parsed_at":"2024-02-07T17:07:18.760Z","dependency_job_id":"c6beade0-db32-4890-8501-a44cb67acb19","html_url":"https://github.com/davehope/HealthChecksIOStatusReport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davehope/HealthChecksIOStatusReport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davehope%2FHealthChecksIOStatusReport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davehope%2FHealthChecksIOStatusReport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davehope%2FHealthChecksIOStatusReport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davehope%2FHealthChecksIOStatusReport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davehope","download_url":"https://codeload.github.com/davehope/HealthChecksIOStatusReport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davehope%2FHealthChecksIOStatusReport/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267726730,"owners_count":24134896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["failure","healthchecks","powershell"],"created_at":"2024-08-13T07:03:34.443Z","updated_at":"2025-07-29T17:30:53.593Z","avatar_url":"https://github.com/davehope.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# HealthChecksIOStatusReport\nPowershell module to quickly report status to HealthChecks.io , this module\ntargets PowerShell 4.0 and later (supporting Windows Server 2012R2 and later).\n\n\n## Usage\n\nDefine a variable for your UUID:\n```\n$cfgUUID = '00000000-00000=-0000-0000-000000000000'\n```\n\nAs early in your script as possible, tell HealthChecks.io that you're starting\n```\nInvoke-HealthChecksIOStatusReport -Start -uuid $cfgUUID\n```\n\n\nAt the end of your script, report success (or failure)\n```\nInvoke-HealthChecksIOStatusReport -Success -uuid $cfgUUID\n```\n\nYou may want to report logs too, you can do this with the -AttachLogs parameter, allowing you to post arbitrary string data on success/failure.\n\n```\nInvoke-HealthChecksIOStatusReport -Success -uuid $cfgUUID -AttachLogs ($error|out-string)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavehope%2FHealthChecksIOStatusReport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavehope%2FHealthChecksIOStatusReport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavehope%2FHealthChecksIOStatusReport/lists"}