README completion

main
pporcheret 2023-07-03 10:13:22 +02:00
parent 4ac2d3d76f
commit 531f1f4eec
1 changed files with 43 additions and 0 deletions

View File

@ -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...)