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