Refactor naming to match method calls

This commit is contained in:
Andrew 2023-09-28 17:17:27 -04:00
parent 9a88563916
commit f742a5026c

View File

@ -76,4 +76,4 @@ class WebhookFactory:
Returns:
List[str]: A list of supported monitored actions.
"""
return ["server_start", "server_stop", "server_crash", "server_backup"]
return ["start_server", "stop_server", "crash_detected", "backup_server"]