Netflix / SimianArmy

Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps applications tolerate random instance failures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to view Janitor reports apart from Email?

ivanilves opened this issue · comments

Hey guys, first, thank you for the SimianArmy, especially for Janitor Monkey! ❤️

I've just set it up and it works! It gives me lists of unused resources, which is pretty truthful.

However, the only way I was able to get the information from Janitor is email.
Is there any other way to get information from Janitor? Any CLI or REST API?

Basically I need the same information I'm receiving in email, but in interactive form. 😬

I've tried GET /simianarmy/api/v1/janitor and all I get is:

[
  - {
      JanitorMonkeyStatus: "OnLikeDonkeyKong"
  }
]

I have also tried GET /simianarmy/api/v1/chaos, and it returns [], but this is not related to Janitor Monkey AFAIK, it's about Chaos Monkey, which I do not use now (I'm just cutting costs at this stage).

Thank you!

Thanks for clarifying this @ebukoski

@ebukoski : Quick start guide details procedure only for chaos monkey. is the process for setting up Janitor Monkey same? #awsnoob