HealthchecksPwsh
1.0.1
Powershell wrapper for the Healthchecks.io v3 API
Minimum PowerShell version
7.5
Installation Options
Owners
Copyright
2025 Patrick Morris
Package Details
Author(s)
- Patrick Morris
Tags
Windows Healthchecks.io PowerShell Healthchecks
PSEditions
Dependencies
This module has no dependencies.
Release Notes
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.1] - 2025-07-26
### Fixed
- Fixed typo in the `public` folder name.
## [1.0.0] - 2025-07-26
### Added
- Initial release of `healthchecks-pwsh` PowerShell module.
- Full coverage of Healthchecks v3 Management API:
- List, get, create, update, pause, resume, and delete checks.
- List pings, get ping body, list flips (status changes).
- List integrations (channels) and project badges.
- Check database connectivity.
- Full support for Ping API:
- Send pings (success, start, fail, log, exit status) by UUID or slug.
- Robust error handling and output as `PSCustomObject`.
- Consistent User-Agent and parameter validation.
- Comment-based help for every function.
- Supports both Healthchecks.io and self-hosted instances.
- Modern, user-friendly documentation and examples.
---
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
FileList
- HealthchecksPwsh.nuspec
- .git\hooks\fsmonitor-watchman.sample
- .git\hooks\pre-push.sample
- .git\hooks\sendemail-validate.sample
- .git\logs\refs\remotes\origin\HEAD
- .git\objects\28\3be9cdbe8f5e4efdf425e185d1c78bad12fdba
- .git\objects\4c\25f4b54e669cf4eb126151bd3fea61c644bf6b
- .git\objects\62\cff334dc0d52a278249810277d04f19841c6ff
- .git\objects\9e\44b2c43d92e77034ea054e8eacc6c7cabf9183
- .git\objects\df\9e89219551c9e29e71dede0f148db6447890d1
- .git\objects\pack\pack-882ae21538d0ed684719ef2b087ca121d022e696.pack
- .git\refs\tags\v1.0.0
- public\Get-CheckPings.ps1
- public\Resume-Check.ps1
- .git\COMMIT_EDITMSG
- .git\index
- .git\hooks\post-update.sample
- .git\hooks\pre-rebase.sample
- .git\hooks\update.sample
- .git\logs\refs\remotes\origin\main
- .git\objects\29\87d0e21fe4533c43a6ac03a6fcf5fe44484cc7
- .git\objects\4c\4435dff7117cb3fe357d225961f45b6f8d9d95
- .git\objects\64\7e05aedf3baf8233f628c233775252345c9e13
- .git\objects\a7\ecaefcb83171c3d820f2d19bc866a1deaf2a43
- .git\objects\e5\37ffc2b159c5d20fb9da4b3495a658773fb8f6
- .git\objects\pack\pack-882ae21538d0ed684719ef2b087ca121d022e696.rev
- docs\CHANGELOG.md
- public\Get-IntegrationList.ps1
- public\Send-Check.ps1
- HealthchecksPwsh.psd1
- .git\config
- .git\ORIG_HEAD
- .git\hooks\pre-applypatch.sample
- .git\hooks\pre-receive.sample
- .git\info\exclude
- .git\objects\05\471b08d8838e54e6e5f6a2ca95c0cbf91e8b11
- .git\objects\31\517adccf1ea5659c76dd2414d2af416797491f
- .git\objects\4c\ce20f42282c05204c45e2b957838b5bdc3f1f6
- .git\objects\76\a69cabc5217a8325d69d1bb31684214e0f508b
- .git\objects\b9\b5912539179c459d5e206e1d4c380063ae9b6a
- .git\objects\e6\d2b63fd64cc8a40f0c7b0cd51fff88b14247ce
- .git\refs\heads\main
- public\Get-Check.ps1
- public\Get-ProjectBadges.ps1
- public\Set-Check.ps1
- HealthchecksPwsh.psm1
- .git\description
- .git\packed-refs
- .git\hooks\pre-commit.sample
- .git\hooks\prepare-commit-msg.sample
- .git\logs\HEAD
- .git\objects\0c\5c06590034b2d252fcf02f4019b04a6d3b5eaa
- .git\objects\3a\55443bc4e32484d8742c19fd634c2b6356b801
- .git\objects\4f\c808be79e69b4d2a8252fe59a950ec780e54f7
- .git\objects\83\3e23b37a815654642273b4f7c26d8fb178748f
- .git\objects\d3\dfc7442bc457ff6891f7677ff7268effe0748b
- .git\objects\e9\133aff7c9c6051239c19cc2f69611e29aad743
- .git\refs\remotes\origin\HEAD
- public\Get-CheckFlips.ps1
- public\New-Check.ps1
- public\Suspend-Check.ps1
- LICENSE
- .git\FETCH_HEAD
- .git\hooks\applypatch-msg.sample
- .git\hooks\pre-merge-commit.sample
- .git\hooks\push-to-checkout.sample
- .git\logs\refs\heads\main
- .git\objects\1a\0e2428612c3858cebbc1eca4561aad931edcb7
- .git\objects\43\12203c7946c147d117e4d8f1c95d65b31ed95c
- .git\objects\52\3ffa3cc9be19ddb00393bd3631a58ccd27c033
- .git\objects\8d\bc13ca81cbe995ee2b3c1cc73c23cd4b5e7787
- .git\objects\d9\d2167a7e6d55f301ce79eb1110be2b5f8d3006
- .git\objects\pack\pack-882ae21538d0ed684719ef2b087ca121d022e696.idx
- .git\refs\remotes\origin\main
- public\Get-CheckPingBody.ps1
- public\Remove-Check.ps1
- public\Test-ChecksDB.ps1
- README.md
- .git\HEAD
- .git\hooks\commit-msg.sample
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 (current version) | 5 | 7/26/2025 |
1.0.0 | 3 | 7/26/2025 |