Network usage and Readme update

main
pporcheret 2023-07-03 15:06:50 +02:00
parent 9ddea4e264
commit 1b0cdb1f44
1 changed files with 7 additions and 5 deletions

View File

@ -6,8 +6,8 @@
graph LR
Webpage[Web page] <--Flask--> Server[Server]
Server <-- Push agent and execute --> Client((Client))
Server[Square Rect] <----> Client2((Client2))
Server[Square Rect] <----> Client3((Client3))
Server[Server] <----> Client2((Client2))
Server[Server] <----> Client3((Client3))
```
Simple monitoring script.
@ -193,11 +193,13 @@ v2:
- [x] Create Live view of SWAP,CPU,Memory usage
- [x] Adding Chart to interface
v2.1 On going :
- [x] Add Network usage
Next:
- [ ] Improve the card usage to get live view
- [ ] Add Network usage (?)
- [ ] Retrieve Process runnning
- [ ] Retrieve Process runnning (top ?)
- [ ] Add alerting (?)
- [ ] Create admin page for threshold and alert
- [ ] Manage alert communication (Mail, SMS...)