You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
407 B
15 lines
407 B
# py_sys_monitor
|
|
|
|
```.env
|
|
RUBY_RECENT_LOGIN_URL=http://test-data.educoder.net/api/home/online_users.json
|
|
RUBY_ONLINE_SIZE_URL=http://test-data.educoder.net/api/home/online_num
|
|
|
|
NET_SPEED_PATH=/data/ww/py_sys_monitor/info/net_speed
|
|
ACCESS_LOG_PATH=/data/ww/py_sys_monitor/info/access_log
|
|
JUNK_PATH=/data/ww/py_sys_monitor/logs/junk
|
|
|
|
CPU_ALARM_THRESHOLD=70
|
|
MEMORY_ALARM_THRESHOLD=70
|
|
IO_ALARM_THRESHOLD=70
|
|
```
|