最佳的Nagios插件SMARTd / smartmontools?

我在服务器上安装了SMARTd / smartmontools,我想通过Nagios进行监控。 但是在监控交换中,我看到了几个插件

  • http://www.monitoringexchange.org/cgi-bin/page.cgi?g=2897.html;d=1
  • http://www.monitoringexchange.org/cgi-bin/page.cgi?g=2940.html;d=1
  • http://www.monitoringexchange.org/cgi-bin/page.cgi?g=2480.html;d=1
  • http://www.monitoringexchange.org/cgi-bin/page.cgi?g=Detailed%2F2169.html;d=1
  • 还要别的吗?

哪个好? 你会推荐什么?

nagios服务器和带有smartd / harddisk的服务器都是Ubuntu服务器。

你可以尝试build立check_ide_smart

那么因为你使用的是Linux,所以第一个就是windows。

我亲自使用第二个。 作为一个相对nagios新人,我发现很容易整合,即使没有来自作者的文件。 你将不得不设置check_commandconfiguration和东西。

我刚刚尝试了第三个,但由于某种原因,它无法parsing我的智能输出。

第四个对我来说根本不起作用,不pipepython叫它使用的是不是和我的python兼容,它需要更多的工作才能运行。 (看起来freebsd为中心)

我在使用Ubuntu服务器(9.10)。

nagios-core提供了一个内置的智能检查(不需要第三方插件)。 请参阅check_ide_smart 。