加入日志
This commit is contained in:
@@ -6,7 +6,7 @@ import requests
|
||||
from loguru import logger
|
||||
|
||||
class GlancesMonitor:
|
||||
def __init__(self, email_sender, host='localhost', port=61208,
|
||||
def __init__(self, email_sender, host='127.0.0.1', port=61208,
|
||||
cpu_threshold=80.0, load_threshold=None, io_threshold=80.0,
|
||||
disk_usage_threshold=60.0, handle_threshold=20000,
|
||||
recipient=None):
|
||||
|
||||
Reference in New Issue
Block a user