for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from lib.sensu import SensuAction
__all__ = [
'EventDeleteAction'
]
class EventDeleteAction(SensuAction):
def run(self, client, check):
return self.api.delete_event(client, check)