I am building a .NET 3.5 web application and I reflect on all the main issues when I work on a project, for example, monitoring, exception handling, batch.
Obviously, the application will be small in size when it is deployed, because it will not have much load until the site is highly advanced (lines of code / cyclic complexity, etc. will be high, and the application will be commercial scale with the same considerations as large systems like Facebook, etc.).
In any case, I’m going to outsource the "basic" services, such as monitoring for an open source solution to reduce development costs and time, so I can focus on functionality and business promotion. I want to use nagios with monit and munin as my tools for monitoring my system. The problem is that these tools are for the Linux / Unix stack. Anyone have any experience with Windows?
source
share