{"id":22350802,"url":"https://github.com/caioindust/aspnet.diagnostics.healthchecks","last_synced_at":"2025-07-30T07:31:34.627Z","repository":{"id":38054156,"uuid":"201557136","full_name":"caioindust/AspNet.Diagnostics.HealthChecks","owner":"caioindust","description":"This project is a version for ASP Net Full Framework for creating HealthChecks, based on Xabaril AspNetCore.Diagnostics.HealthChecks project.","archived":false,"fork":false,"pushed_at":"2024-11-26T11:05:10.000Z","size":73,"stargazers_count":13,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-03T08:52:55.201Z","etag":null,"topics":["asp-net","aspnet","c-sharp","csharp","health","health-check","health-checks","healthcheck","healthchecks","xabaril"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caioindust.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-10T00:15:18.000Z","updated_at":"2023-11-03T21:20:00.000Z","dependencies_parsed_at":"2023-02-13T20:32:02.596Z","dependency_job_id":null,"html_url":"https://github.com/caioindust/AspNet.Diagnostics.HealthChecks","commit_stats":null,"previous_names":[],"tags_count":175,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioindust%2FAspNet.Diagnostics.HealthChecks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioindust%2FAspNet.Diagnostics.HealthChecks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioindust%2FAspNet.Diagnostics.HealthChecks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caioindust%2FAspNet.Diagnostics.HealthChecks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caioindust","download_url":"https://codeload.github.com/caioindust/AspNet.Diagnostics.HealthChecks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228106596,"owners_count":17870437,"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","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":["asp-net","aspnet","c-sharp","csharp","health","health-check","health-checks","healthcheck","healthchecks","xabaril"],"created_at":"2024-12-04T12:11:00.917Z","updated_at":"2024-12-04T12:11:01.798Z","avatar_url":"https://github.com/caioindust.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AspNet.Diagnostics.HealthChecks\n[![Build status](https://dev.azure.com/caioindust/AspNet.Diagnostics.HealthChecks/_apis/build/status/AspNet.Diagnostics.HealthChecks)](https://dev.azure.com/caioindust/AspNet.Diagnostics.HealthChecks/_build/latest?definitionId=1) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=AspNet.Diagnostics.HealthChecks\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=AspNet.Diagnostics.HealthChecks)\n\nThis project is a version for ASP Net Full Framework for creating HealthChecks, based on [**Xabaril AspNetCore.Diagnostics.HealthChecks**](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) project.\n\n|         | AspNet.Diagnostics.HealthChecks                                                                                                                 | AspNet.HealthChecks.UI.Client                                                                                                               |\n| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |\n| *NuGet* | [![NuGet](https://img.shields.io/nuget/v/AspNet.Diagnostics.HealthChecks.svg)](https://www.nuget.org/packages/AspNet.Diagnostics.HealthChecks/) | [![NuGet](https://img.shields.io/nuget/v/AspNet.HealthChecks.UI.Client.svg)](https://www.nuget.org/packages/AspNet.HealthChecks.UI.Client/) |\n\n### Todo list\n- [x] Compatibility with .NET Framework 4.6.1 or higher\n- [X] Organize in libraries with well-defined requirements\n- [X] Create pipeline in azure devops for building\n- [x] Configure integration with sonarcloud\n- [x] Configure rule for pull request in github for master branch\n- [X] Create customization of class **HealthCheckResponseWriters** to return data in JSON format equal to [**AspNetCore.HealthChecks.UI**](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) project\n- [ ] Create nuget.org package release pipeline in azure devops\n- [ ] Create test to validate use of Xabaril health checks\n  #### HealthChecks\n  - [ ] Sql Server\n  - [ ] MySql\n  - [ ] Oracle\n  - [ ] Sqlite\n  - [ ] RavenDB\n  - [ ] Postgres\n  - [ ] EventStore\n  - [ ] RabbitMQ\n  - [ ] Elasticsearch\n  - [ ] Redis\n  - [ ] System: Disk Storage, Private Memory, Virtual Memory\n  - [ ] Azure Service Bus: EventHub, Queue and Topics\n  - [ ] Azure Storage: Blob, Queue and Table\n  - [ ] Azure Key Vault\n  - [ ] Azure DocumentDb\n  - [ ] Amazon DynamoDb\n  - [ ] Amazon S3\n  - [ ] Network: Ftp, SFtp, Dns, Tcp port, Smtp, Imap\n  - [ ] MongoDB\n  - [ ] Kafka\n  - [ ] Identity Server\n  - [ ] Uri: single uri and uri groups\n  - [ ] Consul\n  - [ ] Hangfire\n  - [ ] SignalR\n  - [ ] Kubernetes\n- [ ] Create samples\n- [ ] Adjust the readme\n\n### Links\n- [Xabaril Project](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaioindust%2Faspnet.diagnostics.healthchecks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaioindust%2Faspnet.diagnostics.healthchecks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaioindust%2Faspnet.diagnostics.healthchecks/lists"}