Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wickdchromosome/http_sysmon
- Owner: wickdChromosome
- Created: 2021-07-02T00:58:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T19:37:44.000Z (over 2 years ago)
- Last Synced: 2024-03-12T15:29:09.276Z (8 months ago)
- Language: CMake
- Homepage:
- Size: 7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```