0.1.1 • Published 6 years ago

huelog-statuspage v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

HueStatus Log Status Page

NPM Package License Build Status Coverage Status Maintainability Dependencies Greenkeeper badge

HTML page for HueStatus logs

Features

  • Quickly see the most recent log event
  • Shows the most recent

Installation

npm install -g huestatus huelog-statuspage

Create a .huerc file on your home directory, see HueStatus Docs for more info. Add an object like this to the reporters array:

{
  "name": "huelog-statuspage", // Required to tell HueStatus to load this reporter
  "logLevel": "info", // Level of logs to be sent to the Status Page - debug, info or error (info is most useful)
  "port": 3131 // Port to serve the status page on. Make sure this port is not in use by antother process (Defaults to 80)
}

Then run huestatus, an express server will be started and you can browse to it to see the latest status.