Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caioindust/aspnet.diagnostics.healthchecks
This project is a version for ASP Net Full Framework for creating HealthChecks, based on Xabaril AspNetCore.Diagnostics.HealthChecks project.
https://github.com/caioindust/aspnet.diagnostics.healthchecks
asp-net aspnet c-sharp csharp health health-check health-checks healthcheck healthchecks xabaril
Last synced: about 1 month ago
JSON representation
This project is a version for ASP Net Full Framework for creating HealthChecks, based on Xabaril AspNetCore.Diagnostics.HealthChecks project.
- Host: GitHub
- URL: https://github.com/caioindust/aspnet.diagnostics.healthchecks
- Owner: caioindust
- License: gpl-3.0
- Created: 2019-08-10T00:15:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T11:05:10.000Z (about 1 month ago)
- Last Synced: 2024-12-03T08:52:55.201Z (about 1 month ago)
- Topics: asp-net, aspnet, c-sharp, csharp, health, health-check, health-checks, healthcheck, healthchecks, xabaril
- Language: C#
- Homepage:
- Size: 71.3 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AspNet.Diagnostics.HealthChecks
[![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&metric=alert_status)](https://sonarcloud.io/dashboard?id=AspNet.Diagnostics.HealthChecks)This 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.
| | AspNet.Diagnostics.HealthChecks | AspNet.HealthChecks.UI.Client |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| *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/) |### Todo list
- [x] Compatibility with .NET Framework 4.6.1 or higher
- [X] Organize in libraries with well-defined requirements
- [X] Create pipeline in azure devops for building
- [x] Configure integration with sonarcloud
- [x] Configure rule for pull request in github for master branch
- [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
- [ ] Create nuget.org package release pipeline in azure devops
- [ ] Create test to validate use of Xabaril health checks
#### HealthChecks
- [ ] Sql Server
- [ ] MySql
- [ ] Oracle
- [ ] Sqlite
- [ ] RavenDB
- [ ] Postgres
- [ ] EventStore
- [ ] RabbitMQ
- [ ] Elasticsearch
- [ ] Redis
- [ ] System: Disk Storage, Private Memory, Virtual Memory
- [ ] Azure Service Bus: EventHub, Queue and Topics
- [ ] Azure Storage: Blob, Queue and Table
- [ ] Azure Key Vault
- [ ] Azure DocumentDb
- [ ] Amazon DynamoDb
- [ ] Amazon S3
- [ ] Network: Ftp, SFtp, Dns, Tcp port, Smtp, Imap
- [ ] MongoDB
- [ ] Kafka
- [ ] Identity Server
- [ ] Uri: single uri and uri groups
- [ ] Consul
- [ ] Hangfire
- [ ] SignalR
- [ ] Kubernetes
- [ ] Create samples
- [ ] Adjust the readme### Links
- [Xabaril Project](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks)