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