Hi,
I'm building a .NET 3.5 web app and I am thinking about all the fundamental issues as I work through the project, like monitoring, exception handling, the lot.
The app will obviously be small in size when it is rolled out because it won't have a high load until the site is heavily promoted (lines of code/cyclometric complexity and so forth will be high, and the app will be commercial scale with the same considerations as large systems such as Facebook etc).
Anyway, I am going to outsource "foundation" services like monitoring to an open source solution to slash costs and dev time, so I can concentrate on business functionality and promotion. I want to use nagios with monit and munin as my tools for monitoring my system. The problem is, these tools are designed for the Linux/Unix stack. Does anyone here have experience of getting it to work with Windows?
Thank