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