I need history of "output" attribute for one check, but exploring Redis i understand that Sensu stores complete results of check only for last check execution? And history of status codes, but it is not important for me now.
I have come with solution to create handler for check, which will add check results to Redis with timestamp as a key. And later have a script which extracts data from Redis.
Is there any simpler way to do this?
Thanks for help :)