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