Skip to content

Health checking system for sites written in dotnetcore

Notifications You must be signed in to change notification settings

alikrc/HealthCheckerCore

Repository files navigation

Screenshot

Installation

  1. Open Package Manager Console,
  2. Select default project as:
    HealthCheckerCore.Infrastructure
  1. Run the command:
    Update-Database
  1. Enjoy!

Features

  • Down alert as e-mail notification (E-mail provider not implemented) and notifications can be extended in NotificationType enum.
  • Many sites can be added with interval config
  • Health checker work as a background process
  • Uses both file(c:\temp) and db logging mechanisms
  • Async controllers and methods
  • Clean and simple ui
  • Pager used in data listing
  • Ef Code first approach used for creating db

Tech

  • Dotnetcore 2.2!
  • Entity Framework Core v2.2
  • NLog for logging
  • Bootstrap v4.1.3
  • jQuery v3.3.1
  • Font awesome v5.6.1

About

Health checking system for sites written in dotnetcore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published