Skip to content

Http to email endpoint for Loggly's Alert Birds in nodejs

Notifications You must be signed in to change notification settings

PinionTech/alertbirds-endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alertbirds-endpoint

Purpose

This provides a node service to catch the http calls from Loggly's Alert Birds service and turn them into emails.

Loggly makes log aggregation super simple. Everything at Pinion logs to Loggly.

Installation

  1. Clone this repository
  2. Run npm install to install the dependencies
  3. Complete conf/conf.js
  4. Point your Alert Birds at it.

alertbirds-endpoint also exposes /health which responds with 200 or 503, depending on how healthy it's feeling. This designed to point a third party monitoring service at. Someone must watch the watcher.

alertbirds-endpoint runs against both node v0.4.x and v0.6.x

Configuration

Everything lives in conf/conf.js

conf/conf.js.example contains everything you need to get started. Just configure an SMTP server and a Loggly input and you're done!

Default port is 3000.

About

Http to email endpoint for Loggly's Alert Birds in nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published