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