sentry-server

0.1.1 • Public • Published

Sentry Server npm version

sentryserver is a small express server that will report back information about the system.

Installation and Use

The server can be acquired on npm.

npm i -g sentryserver

It can be run with these options.

$ sentryserver -h
 
  Usage: sentryserver [options]
 
  Options:
 
    -h, --help             output usage information
    -c, --config <config>  Specified config
    -p, --port <port>      Specified port

For example:

$ sentryserver -p 8080
sentryserver@0.1.0 is running on port 8080

Config

By default sentryserver will respond to any request at / with this information from the OS.

  • platform
  • release
  • type
  • endianness
  • hostname
  • uptime
  • freemem
  • totalmem
  • cpus

Custom Services

Readme

Keywords

none

Package Sidebar

Install

npm i sentry-server

Weekly Downloads

2

Version

0.1.1

License

ISC

Last publish

Collaborators

  • sbuggay