Skip to content

pingustries/pingowin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet NuGet

PingOwin

Ping - because we ping stuff; Owin because we run in every Owin host.

Overview

The goal of the project is to have a simple, easy-to-install, easy-to-use ping server. It's a light weight, open source, self-hosted alternative to buying a PingDom account.

Install

PM> Install-Package PingOwin

Use

public void Configuration(IAppBuilder app)
{
    app.UsePingOwin();
}

By innedag @ Blank Oslo