Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/range-of-motion/sentinel
Super easy server monitoring
https://github.com/range-of-motion/sentinel
chartjs monitoring nodejs server
Last synced: 2 months ago
JSON representation
Super easy server monitoring
- Host: GitHub
- URL: https://github.com/range-of-motion/sentinel
- Owner: range-of-motion
- Created: 2019-10-10T23:39:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:10:27.000Z (about 2 years ago)
- Last Synced: 2024-05-01T15:32:18.142Z (8 months ago)
- Topics: chartjs, monitoring, nodejs, server
- Language: JavaScript
- Size: 44.9 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentinel
Super easy server monitoring. Named after the [Lockheed Martin RQ-170 Sentinel](https://en.wikipedia.org/wiki/Lockheed_Martin_RQ-170_Sentinel) drone.
![Screenshot](https://i.imgur.com/tCW5DKO.png)
## Requirements
* Node.js v10+
* 70+ IQ human operator## Setup
```bash
git clone [email protected]:range-of-motion/sentinel.git
cd sentinel
yarn install # Or npm install, but Yarn trumps NPM imo
yarn start
```And you're done. Go to `http://localhost:7000` in your browser and voila.
## To-do
* Configuration
* Clustering of data in charts
* Building history
* Authentication