Stack Exchange's monitoring system is now open source
1–10 of 57 posts
Re: Stack Exchange's monitoring system is now open source
#2Re: Stack Exchange's monitoring system is now open source
#3If so, are there screenshots ?
Re: Stack Exchange's monitoring system is now open source
#4Is it GUI based ? If so, are there screenshots ?
Here are the screenshots from out Velocity Presentation: http://imgur.com/a/dawwf
Re: Stack Exchange's monitoring system is now open source
#5Currently I'm going a centralised logstash server and using a logstash shipper on each of my servers to push the exceptions, from a standard logfile to it. I was toying with the idea of pushing all my errors at source to an SQL database but figured if I was having database problems I'd be missing all the exceptions that I could be using to trigger the alerts that I'm having database problems!
Re: Stack Exchange's monitoring system is now open source
#6Re: Stack Exchange's monitoring system is now open source
#7Having a quick poke around and I notice that they are storing all exceptions in an SQL database. I've been looking at storing all the errors we get in our various applications in a central repository and was wondering what the general consensus was? Currently I'm going a centralised logstash server and using a logstash shipper on each of my servers to push the exceptions, from a standard logfile to it. I was toying w…
Re: Stack Exchange's monitoring system is now open source
#8Easy to deploy as it's written in C# :)
Re: Stack Exchange's monitoring system is now open source
#9Does anybody know if it works with Mono?