Runbook – DevOps, automated
runbook.io
Runbook – DevOps, automated
1–10 of 27 posts
Re: Runbook – DevOps, automated
#2EDIT: My apologies, I should've looked around more first before posting.
Re: Runbook – DevOps, automated
#3It says its open source at the bottom of the page, but no link to a repo. EDIT: My apologies, I should've looked around more first before posting.
Re: Runbook – DevOps, automated
#4It says its open source at the bottom of the page, but no link to a repo. EDIT: My apologies, I should've looked around more first before posting.
Re: Runbook – DevOps, automated
#5I'm super excited to see Runbook launch. It has been exciting to watch @madflojo collaborate with the rest of the Assembly community towards this launch.
Since Runbook is a product built on Assembly, anyone can help out. If you have any suggestions or feedback the conversations and future roadmap are here: https://assembly.com/runbook
Re: Runbook – DevOps, automated
#6Re: Runbook – DevOps, automated
#7edit: If I wanted to run my own instance what things are missing? That doesn't seem very clear.
Re: Runbook – DevOps, automated
#8Looks interesting - how does this compare to something like Monit?
On our roadmap is building an agent (and there is a wrapper for our webhooks), this would allow us to run monitors and reactions locally on the server itself. Where we would shine over a tool like Monit is that once we have an agent you could define that reaction to happen on any server.
So for example if we detected a database error using a keyword search on the web app. You would be able to execute commands to fix it on whatever servers you define.
So think of it like, being able to run the actions across as many servers as you want.
Re: Runbook – DevOps, automated
#9Why would anyone want this in the cloud? Self hosted, absolutely. I wouldn't want any service to store credentials that can remotely bounce my VMs or login and restart services. edit: If I wanted to run my own instance what things are missing? That doesn't seem very clear.
But we are open source, and our license does allow for self hosting: https://github.com/asm-products/cloudroutes-service/blob/mas...
Re: Runbook – DevOps, automated
#10Why would anyone want this in the cloud? Self hosted, absolutely. I wouldn't want any service to store credentials that can remotely bounce my VMs or login and restart services. edit: If I wanted to run my own instance what things are missing? That doesn't seem very clear.
http://runbook.readthedocs.org/en/master/developers/install/
It's geared more towards a development environment for the reasons I mentioned above but it would get you a running instance for sure.