Looks like a tangled mess of a decision engine. Why would anyone want this? Surely, there are other solutions out there that are more mature? (nagios comes to mind but is a poor example)
Stack Exchange's monitoring system is now open source
21–30 of 57 posts
Re: Stack Exchange's monitoring system is now open source
#22Looks like a tangled mess of a decision engine. Why would anyone want this? Surely, there are other solutions out there that are more mature? (nagios comes to mind but is a poor example)
Re: Stack Exchange's monitoring system is now open source
#23Re: Stack Exchange's monitoring system is now open source
#24Earlier quoted context omitted.
Interesting. Why? What would be valuable about the commit history for you?
The same things that are valuable about any commit history?
Feel free to dispute that, though. There may be some scenarios I'm not considering.
Re: Stack Exchange's monitoring system is now open source
#25Looks nice, sadly it's just overkill for what I need. Has anyone built a very simple solution to start/stop an arbitrary set of Windows services across several boxes, in a specific order? It'd be nice to have a simple GUI for this sort of thing. I've started working on it, but I suck at desktop programming (well, at programming in general, probably)...
Re: Stack Exchange's monitoring system is now open source
#26Wow... Nice one. Does anybody know if it works with Mono?
Re: Stack Exchange's monitoring system is now open source
#27Having 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…
Internal errors in the monitoring software itself first surface in NLog, which could--but probably oughtn't--be configured to feed even more errors into the monitoring system; obviously this could create a terrible feedback loop if left unchecked.
Re: Stack Exchange's monitoring system is now open source
#28Earlier quoted context omitted.
The same things that are valuable about any commit history?
I would imagine that if you're a random person only just finding the project now and aren't already involved in it (by working for or with Stack Exchange), then you probably wouldn't get all that much value out of the commit history. Feel free to dispute that, though. There may be some scenarios I'm not considering.
if (x 1776)
useConfabulator = false;
Why? Who knows? People don't comment their code for many reasons, not least of which is that it's not technically required and you can easily put it off and forget. Every checkin generally requires at least some comment. You can still enter meaningless messages like "fix", but you're not liable to do so by accident.Re: Stack Exchange's monitoring system is now open source
#29Re: Stack Exchange's monitoring system is now open source
#30The anti .net kneejerk reactions on HN really disturbs me. You spend all day on stackoverflow then blindly bash their tech stack. Developing, deploying, and hosting .net apps is just fine. Many brilliant people choose .net and are plenty happy with it. Maybe rather than jumping to conclusions, you could give it a shot.