mirror of
https://github.com//cppla/ServerStatus
synced 2025-07-23 11:42:24 +08:00
cname domain
This commit is contained in:
parent
40d386fd96
commit
d19f710dba
@ -186,21 +186,21 @@ def get_packetLostRate():
|
|||||||
t1 = threading.Thread(
|
t1 = threading.Thread(
|
||||||
target=_ping_thread,
|
target=_ping_thread,
|
||||||
kwargs={
|
kwargs={
|
||||||
'host': 'www.10010.com',
|
'host': 'cu.tz.cloudcpp.com',
|
||||||
'mark': '10010'
|
'mark': '10010'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
t2 = threading.Thread(
|
t2 = threading.Thread(
|
||||||
target=_ping_thread,
|
target=_ping_thread,
|
||||||
kwargs={
|
kwargs={
|
||||||
'host': 'www.189.cn',
|
'host': 'ct.tz.cloudcpp.com',
|
||||||
'mark': '189'
|
'mark': '189'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
t3 = threading.Thread(
|
t3 = threading.Thread(
|
||||||
target=_ping_thread,
|
target=_ping_thread,
|
||||||
kwargs={
|
kwargs={
|
||||||
'host': 'bj.10086.cn',
|
'host': 'cm.tz.cloudcpp.com',
|
||||||
'mark': '10086'
|
'mark': '10086'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -155,21 +155,21 @@ def get_packetLostRate():
|
|||||||
t1 = threading.Thread(
|
t1 = threading.Thread(
|
||||||
target=_ping_thread,
|
target=_ping_thread,
|
||||||
kwargs={
|
kwargs={
|
||||||
'host': 'www.10010.com',
|
'host': 'cu.tz.cloudcpp.com',
|
||||||
'mark': '10010'
|
'mark': '10010'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
t2 = threading.Thread(
|
t2 = threading.Thread(
|
||||||
target=_ping_thread,
|
target=_ping_thread,
|
||||||
kwargs={
|
kwargs={
|
||||||
'host': 'www.189.cn',
|
'host': 'ct.tz.cloudcpp.com',
|
||||||
'mark': '189'
|
'mark': '189'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
t3 = threading.Thread(
|
t3 = threading.Thread(
|
||||||
target=_ping_thread,
|
target=_ping_thread,
|
||||||
kwargs={
|
kwargs={
|
||||||
'host': 'bj.10086.cn',
|
'host': 'cm.tz.cloudcpp.com',
|
||||||
'mark': '10086'
|
'mark': '10086'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user