From 531f1f4eec5dba97f9a4c5eba8d51fbef8d1fb84 Mon Sep 17 00:00:00 2001 From: pporcheret Date: Mon, 3 Jul 2023 10:13:22 +0200 Subject: [PATCH] README completion --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.md b/README.md index d30a135..179766b 100644 --- a/README.md +++ b/README.md @@ -158,3 +158,46 @@ To get it automaticaly start with your system: ```bash systemctl enable monit.service ``` + +## Change log + +v1 : + +- [x] Create Agent: + - [x] CPU detail + - [x] Memory detail + - [x] Swap detail + +- [x] Agent communication : + - [x] SSH using Python + - [x] Push and Run agents + - [x] Retrieve info + +- [x] Interface: + - [x] Creation + - [x] Bootstap + - [x] Delete + +v1.1 + +- [x] Adding Disk usage info + - [x] Get partitions + - [x] Get usage + +- [x] Adding Network info: + - [x] Get interfaces + - [x] Get info (IP,netmask) + +v2: + +- [x] Create Live view of SWAP,CPU,Memory usage +- [x] Adding Chart to interface + +Next: + +- [ ] Improve the card usage to get live view +- [ ] Add Network usage (?) +- [ ] Retrieve Process runnning +- [ ] Add alerting (?) + - [ ] Create admin page for threshold and alert + - [ ] Manage alert communication (Mail, SMS...)