vmonitor 0.0.1-alpha.2

A simple and lightweight system monitor
1
2
3
4
5
6
7
8
9
10
11
websocket_url = "ws://localhost:3000/wss/monitor"
auth_secret = "your-secret-key"

[interval]
system = 10
network = 1

[connection]
base_delay = 1
max_delay = 60
max_retries = -1