mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-04 06:39:50 +08:00
丢包率自定义监测wq方向说明
This commit is contained in:
parent
5f51192371
commit
b8cca93c6f
@ -3,13 +3,14 @@
|
||||
# Update by : https://github.com/cppla/ServerStatus
|
||||
# 支持Python版本:2.7 to 3.7
|
||||
# 支持操作系统: Linux, OSX, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures
|
||||
# 时间: 20191224
|
||||
# 说明: 默认情况下修改server和user就可以了。
|
||||
# 时间: 20200401
|
||||
# 说明: 默认情况下修改server和user就可以了。丢包率监测方向可以自定义,例如:CU = "www.facebook.com"。
|
||||
|
||||
SERVER = "127.0.0.1"
|
||||
USER = "s01"
|
||||
|
||||
|
||||
|
||||
PORT = 35601
|
||||
PASSWORD = "USER_DEFAULT_PASSWORD"
|
||||
INTERVAL = 1
|
||||
|
@ -4,14 +4,14 @@
|
||||
# 依赖于psutil跨平台库
|
||||
# 支持Python版本:2.7 to 3.7
|
||||
# 支持操作系统: Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD and NetBSD, both 32-bit and 64-bit architectures
|
||||
# 时间: 20191224
|
||||
# 说明: 默认情况下修改server和user就可以了。
|
||||
|
||||
# 时间: 20200401
|
||||
# 说明: 默认情况下修改server和user就可以了。丢包率监测方向可以自定义,例如:CU = "www.facebook.com"。
|
||||
|
||||
SERVER = "127.0.0.1"
|
||||
USER = "s01"
|
||||
|
||||
|
||||
|
||||
PORT = 35601
|
||||
PASSWORD = "USER_DEFAULT_PASSWORD"
|
||||
INTERVAL = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user