Skip to content

andrewjstone/sitemonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hook.io-sitemonitor

a Hook for pinging sites. useful for determining if a site is online or offline.

Installation

 npm install hook.io-sitemonitor -g

Usage

 hookio-sitemonitor

Hook Events Names

siteDown event emitted when a site goes down

siteUp event emitted when a site comes back online from being down

Hook config.json settings

{ 
  "sites": [
   {
     "name": "Google",
     "url": "http://google.com/"
   },
   {
     "name": "Github",
     "url": "http://www.github.com/"
   }
  ]
}

Required Hooks

About

a Hook for monitoring web-sites. super awesome for ping applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •