mirror of
https://github.com/mtan93/cachet-url-monitor.git
synced 2026-04-24 22:05:41 +01:00
83 (#84)
* #83 - Fixing the bug that was preventing the status update * #83 - Refactoring unit tests for configuration to ensure we catch more cases
This commit is contained in:
@@ -7,6 +7,7 @@ from enum import Enum
|
||||
|
||||
|
||||
class ComponentStatus(Enum):
|
||||
UNKNOWN = 0
|
||||
OPERATIONAL = 1
|
||||
PERFORMANCE_ISSUES = 2
|
||||
PARTIAL_OUTAGE = 3
|
||||
|
||||
Reference in New Issue
Block a user