@sabbatical/server-status
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

server-status

General server system status, with an update function.

usage

var status: ServerStatus = {
    server_name: 'some-server',
    version: '0.1.2',
    git_commit_id: 'abcd'
    latest_restart: new Date()
}
udpateServerStatus(status)

We use @sabbatical/git-get-commit-id to set the git_commit_id.

build

npm run build

test

This has no tests yet.

Readme

Keywords

none

Package Sidebar

Install

npm i @sabbatical/server-status

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • nsnider
  • psnider