且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Windows上使用Nagios/Monit/Munin

更新时间:2023-12-04 11:53:22

您可能会发现,运行第二台运行Linux的服务器要比将喇叭nagios和公司拖入并非为其开发的环境要容易得多.

如果您确实坚持要在Windows中运行它们,并且有很多问题,请抵制当您没有按预期使用这些产品时对它们进行恶口相提的冲动. /p>

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/cyclomatic 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?

You will probably find it easier to run a second server running Linux than to shoe horn nagios and company into an environment that they were not developed for.

If you do insist on trying to run them in Windows, and if you have lots and lots of problems, please resist the urge to badmouth these products when you have not used them as intended.