36 lines
465 B
Markdown
36 lines
465 B
Markdown
# ITSchool-Project--1
|
|
|
|
Servers Monitoring
|
|
|
|
## Requirements
|
|
|
|
### VPS
|
|
```c++
|
|
root (access)
|
|
ipv4
|
|
curl
|
|
crontab
|
|
```
|
|
|
|
### Webhost
|
|
```c++
|
|
PHP 8.4
|
|
- PHP-SQLITE
|
|
```
|
|
|
|
## Install
|
|
```bash
|
|
sqlite3 db/monitor.sqlite < sql/schema.sql
|
|
```
|
|
|
|
## Todo (Maybe 🤣)
|
|
- Alert System (Discord, Email)
|
|
- Down
|
|
- Network Attack (DDoS Detection)
|
|
- Services (Extra)
|
|
- Error, Down
|
|
|
|
- Services Monitoring (Extra)
|
|
- Services list
|
|
- Service page
|
|
- Uptime, Logs (Filter Errors) |