Live data from Hacker News

Show HN: FireHydrant – A simple incident response tool

firehydrant.io

11–17 of 17 posts

Re: Show HN: FireHydrant – A simple incident response tool

#11
post #9

Full disclosure: I used to work at PagerDuty and am a shareholder. These views are my own. Take this with appropriate salt. Congrats on the release. Looking at this, it’s difficult to determine how it’s different or why it’s better than PagerDuty, OpsGenie, or VictorOps. The page talks about a close integration with Slack, but it’s unclear what problem that solves for me wrt incident management. Note keeping / scribi…

This feedback is great and very appreciated.

With the other competitors I get the point of targeting smaller customers. With that said, I think a point might be missed with what I'm trying to accomplish with this initially: Context being lost through engineers finding things. Metrics, logs, traces, etc all don't tell a root cause when its a new incident. That's usually a human putting 2 and 2 together. When that happens it can be lost never to be seen again (the trail of tears getting to the solution).

This is a super early release and this feedback was invaluable so thank you very much! There are plenty of ideas I'll be implementing in the coming weeks now that this first release is finally out of the way.

Re: Show HN: FireHydrant – A simple incident response tool

#12
post #7
post #3

Earlier quoted context omitted.

Noted, did the features page hit that marker for you if you dont mind if I ask?

Quick thoughts: * Features page has more screenshots snippets * Is pricing monthly? Doesn't say. * A slightly more usable Free tier might entice more trial sign-ups. * Another tier between Free and Candle would probably fit more freelancers and small teams.

Great feedback, thank you!

Re: Show HN: FireHydrant – A simple incident response tool

#14
It would be interesting if instead of a simple keyword search to find incidents you could link related incidents in a graph model. Even better - do it real time as the incident is being recorded and addressed.

Also incident trends over time, response time analysis, resolution time analysis and similar post-facto reporting can be useful to operations analysts.

Re: Show HN: FireHydrant – A simple incident response tool

#15
post #5

Looks like a good tool for incident management. Create notes/summary on the go and access them quickly next time similar event happens. There's definitely demand for it. There's also been recent discussion at r/DevOps: https://www.reddit.com/r/devops/comments/8qi33c/manage_incid... One thing that might be useful is to see aggregate incident data and find components that are operational burden for the team. Shameless…

Nurtch DOES look like an awesome idea: jupyter notebooks proved to be a greatest interactive tool as well as for sharing the work. Good job with the site, too, best of luck with it.

If you’re serious about automating operations and wiring with slack/Chataops, check out StackStorm (disclosure I am one of the creators). Open source Apache 2.0,?installable, no mines. It’s much heavier than Nurtch or FireHydrant, as it comes with IfThisThanThat logic and workflows to string individual actions in runbooks, chat ops out-of box, but different strokes for different folks, we all runnops differently, pick your pill. https://GitHub.com/StackStorm/st2

Re: Show HN: FireHydrant – A simple incident response tool

#16
post #15
post #5

Looks like a good tool for incident management. Create notes/summary on the go and access them quickly next time similar event happens. There's definitely demand for it. There's also been recent discussion at r/DevOps: https://www.reddit.com/r/devops/comments/8qi33c/manage_incid... One thing that might be useful is to see aggregate incident data and find components that are operational burden for the team. Shameless…

Nurtch DOES look like an awesome idea: jupyter notebooks proved to be a greatest interactive tool as well as for sharing the work. Good job with the site, too, best of luck with it. If you’re serious about automating operations and wiring with slack/Chataops, check out StackStorm (disclosure I am one of the creators). Open source Apache 2.0,?installable, no mines. It’s much heavier than Nurtch or FireHydrant, as it c…

Thanks & good work with StackStorm :) I'm curious to know your take on Rundeck as well?

For others: StackStorm/Rundeck offers IFTTT for operations (amongst other things). Alert X -> Run script/workflow Y. It's an ideal approach to operations as it takes human out of the loop. Less on-call alerts, quick recovery. Sort of like a self healing system. Highly recommend.

Some companies can't/don't want to invest in full automation workflows. Nurtch is useful in this case as it allows partially automating runbooks by interleaving instructions and code. Downside is that human is still involved, engineer still gets paged :( but on the plus side, resolution could take 10 minutes instead of 2 hours & less upfront investment.

Re: Show HN: FireHydrant – A simple incident response tool

#17
post #15

Earlier quoted context omitted.

Nurtch DOES look like an awesome idea: jupyter notebooks proved to be a greatest interactive tool as well as for sharing the work. Good job with the site, too, best of luck with it. If you’re serious about automating operations and wiring with slack/Chataops, check out StackStorm (disclosure I am one of the creators). Open source Apache 2.0,?installable, no mines. It’s much heavier than Nurtch or FireHydrant, as it c…

Thanks & good work with StackStorm :) I'm curious to know your take on Rundeck as well? For others: StackStorm/Rundeck offers IFTTT for operations (amongst other things). Alert X -> Run script/workflow Y. It's an ideal approach to operations as it takes human out of the loop. Less on-call alerts, quick recovery. Sort of like a self healing system. Highly recommend. Some companies can't/don't want to invest in full au…

Rundeck is a good system, around for quite some time. I met many people who are using it in prod, some migrating to StackStorm when they need IFTTT, or those who prefer not to operate Java, some staying as Rundeck has more UI for one-off commands.
Post reply on HN