BeatPulse icon indicating copy to clipboard operation
BeatPulse copied to clipboard

Liveness, health check library for ASP.NET Core Applications

Results 17 BeatPulse issues
Sort by recently updated
recently updated
newest added

According to @CarlosLanderas this repo is deprecated. To prevent confusion, a suggestion would be to add documentation to explain depcrecation and/or add a deprecated status to this repo.

My server has restrictions, where I can only check collections in an allowed database. List databases always fails.

How can I disable logging? After adding the library I have an unreadable console: ![Screenshot 2019-05-19 at 08 21 50](https://user-images.githubusercontent.com/2131800/57978493-2d065a80-7a0f-11e9-8f68-5dd353205c5f.png)

Package `BeatPulse.Redis` has reference to unsuported `StackExchange.Redis.StrongName` package. From version **2.0.495** is only releasing `StackExchange.Redis`. I can preprare a PR if you want.

I have multiple environments and I am trying to place health checks for all of them through single BeatPulse.UI instance, below is my **startup** configuration. I have also placed a...

I was creating a new pulse for akka.cluster but I don't have the GetAllLiveness method I need for the unit test. I'm using the BeatPulse nuget package.

Is there any way we can call health check via controller ? e.g., calling some service from Api controller endpoint and returning result. I want to be able to have...

The log level used in the `IsHealthy` method seems to be inconsistent across the various liveness checkers. There might be some reasoning behind this, but if not then I think...

Some of the liveness checkers, such as SqlServer, MySql, NpgSql and other database checkers, log their connection string in the `IsHealthy` method. This is a bit unfortunate, since it contains...

If something bad would happen during liveness check, exception details are not included in logs. I have also added code that logs details of exception that occurred during setup or...