Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wickdchromosome/http_sysmon

A REST API based multiple system monitor with an SQLite backend
https://github.com/wickdchromosome/http_sysmon

Last synced: 26 days ago
JSON representation

A REST API based multiple system monitor with an SQLite backend

Awesome Lists containing this project

README

        

# HTTP Sysmon

Example multiple system monitor using cpp-httplib, SQlite3 and a bit of front-end JS.

![demo](demo.gif) [](demo.gif)

The project is developed inside a container. To build the container, you can do
```
make build
```
To compile the project inside the container, do
```
make compile
```
Or to see all the options, do
```
make
```