adjusted standard width
This commit is contained in:
@ -20,6 +20,7 @@ console_handler.setFormatter(formatter)
|
|||||||
logger.addHandler(console_handler)
|
logger.addHandler(console_handler)
|
||||||
|
|
||||||
class SystemHealthMonitor:
|
class SystemHealthMonitor:
|
||||||
|
STANDARD_WIDTH = 80
|
||||||
PRIORITIES = {
|
PRIORITIES = {
|
||||||
'CRITICAL': '1',
|
'CRITICAL': '1',
|
||||||
'HIGH': '2',
|
'HIGH': '2',
|
||||||
@ -252,7 +253,6 @@ class SystemHealthMonitor:
|
|||||||
3. Check workload distribution
|
3. Check workload distribution
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
STANDARD_WIDTH = 80
|
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
ticket_api_url: str = 'http://10.10.10.45/create_ticket_api.php',
|
ticket_api_url: str = 'http://10.10.10.45/create_ticket_api.php',
|
||||||
|
|||||||
Reference in New Issue
Block a user