Open-Sourcing Rearview: Real-Time Monitoring With Graphite
techblog.livingsocial.com
Open-Sourcing Rearview: Real-Time Monitoring With Graphite
1–10 of 17 posts
Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#2the UI is quite polished
Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#3this looks fantastic. thanks for releasing it. the UI is quite polished
Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#4this looks fantastic. thanks for releasing it. the UI is quite polished
Your welcome! We did a second feature release of our Ruby version today that has even more UI goodness. Basically we've added the ability to group categories of monitors under one dashboard. You can then switch between categories using carousel controls or direct from drop down. We're hoping to open source this version soon and crossing our fingers that the Ruby version will see more collaboration from outside develo…
Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#5Often, when things have gone really wrong (DoS, internal network issues, app errors, disk full) the affected machine(s) stop reporting to graphite (or under-report data). We get alerted by monitoring the services, not the stats.
Being alerted about low or unusual values might be helpful in some cases, but based on my experience, it would too noisy. Usually when something bad happens, we anyway investigate Graphite and analytics tools to understand the impact on traffic and KPIs.
I could see Rearview being useful for some cases, but not as a replacement for real monitoring and alerting tools.
Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#6Why not a full ruby stack, or was the "live" scripting done after the initial inception?
Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#7Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#8Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#9At my company we've been using Graphite and StatsD for nearly two years now, we rely on it heavily for tracking performance and troubleshooting issues. We rely on Icinga, Pingdom, NewRelic and other tools to alert of us of problems. Often, when things have gone really wrong (DoS, internal network issues, app errors, disk full) the affected machine(s) stop reporting to graphite (or under-report data). We get alerted b…
Re: Open-Sourcing Rearview: Real-Time Monitoring With Graphite
#10I'm not sure I'm ready to abandon a custom monitoring environment consisting of a shell environment, screen, ssh certs, lugubrious quantities of /proc/, and a fair bit of gnuplot. Seems to me thats all you need? Why commit to a Ruby install for an operator console?