问题标签 [nagios]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
1989 浏览

open-source - 什么是最好的开源 Nagios 接口?

(你自己眼中最好的)大多数功能?最酷的功能?最巧妙的设计?

中通

纳威

其他?

0 投票
4 回答
3228 浏览

java - JMXQuery 连接 - 身份验证失败

大家好。新手提问时间。我正在尝试设置 JMXQuery 以连接到我的 MBean,到目前为止,这就是我得到的。

java -classpath jmxquery org.nagios.JMXQuery -U service:jmx:rmi:///jndi/rmi://localhost:8004/jmxrmi -O java.lang:type=Memory -A "NonHeapMemoryUsage"

这就是我得到的。

JMX CRITICAL 身份验证失败!需要凭据

我得到了凭据,但是如何将它们传递给 JMXQuery?

/高手

0 投票
11 回答
2736 浏览

monitoring - 服务器监控和警报软件?

大家都用什么软件来监控硬件?我知道 nagios 和 cacti,但有人使用其他软件吗?

0 投票
7 回答
22143 浏览

python - 如何解析 nagios status.dat 文件?

我想解析 nagios3 的 status.dat 文件并使用 python 脚本输出为 xml。xml 部分很简单,但我该如何解析文件呢?使用多行正则表达式?由于监视了许多主机和服务,文件可能会很大,将整个文件加载到内存中是否明智?
我只需要提取具有关键状态的服务和它们所属的主机。

任何帮助和指出正确的方向都将受到高度赞赏。

LE文件的外观如下:

它可以有任意数量的主机,一个主机可以有任意数量的服务。

0 投票
3 回答
1922 浏览

linux - 为什么当我用 Nagios 调用 ps 时,我的 Perl 脚本中只返回一行输出?

我有这个运行:

如果在本地调用,循环运行得很好,每个输出行一次ps -eLf

现在,如果通过NRPENagios调用相同的脚本,则仅包含一行(第一行由 输出)。PS_ELFps

这让我很困惑;可能是什么原因?

也许这根本不限于 Nagios 或由 Nagios 引起,我只是为了完整起见将其包括在内。

我使用的是 SUSE Enterprise Linux 10 SP2 和 perl v5.8.8。

0 投票
1 回答
7710 浏览

web-applications - 如何在 nagios 电子邮件中发送额外信息

我已经设置了一个 nagios 监控并配置了 check_http 插件来检查我的应用程序中的特定 URL。该 url 返回“ok”或错误消息。

当我的 nagios 检测到不“正常”时,它会向我发送一封电子邮件。但是我得到的只是“HTTP CRITICAL - 找不到字符串”。我想在电子邮件中收到的是从我的 URL 返回的实际错误消息。我尝试过使用详细 (-v) 选项。在命令行中,它会返回一个完整的请求,包括我的错误消息,但是 nagios 电子邮件只会向我发送详细响应的第一行。

我想在 nagios 通知中得到的不是string not found来获取实际的错误消息。有什么办法可以使用 check_http (或者可能是其他)插件,还是我必须自己写?

编辑: 到目前为止,我一直在我的电子邮件通知中使用 $SERVICEOUTPUT$。

0 投票
3 回答
2846 浏览

odbc - 从 Linux (ubuntu) 机器访问 iSeries 上的 DB2 数据库的最简单方法是什么?

我想在 iSeries(...或“System i”或“AS/400”...)机器上运行 SQL 查询作为 Nagios 检查的一部分,但还没有找到合适的方式来连接数据库然而。

IBM 建议使用带有unixODBC的System i Access for Linux的 ODBC 驱动程序,但由于这两个系统对我来说都是新的,我想知道是否有其他方法可以做到这一点。

涉及telnetexpect完全没问题的黑客攻击。:-)

0 投票
9 回答
90544 浏览

nagios - Nagios(返回码 255 超出范围)

我在http://localhost/nagios上收到错误(返回码 255 超出范围)

但是当我从 shell 运行命令时,它运行良好

0 投票
1 回答
1909 浏览

apache - apache: cgi links lead to a "you have chosen to open foo.cgi", although scriptalias is set

Following this guide on CentOS 5.2, just getting nagios set up for the first time. The main page shows up just fine, but when I try to view any of the pages that should be generated by a cgi process, firefox prompts me to save the .cgi instead, so apache's obviously not understanding that it needs to run the cgi and get back some html from it.

The odd thing is, though, that, as far as I can tell, apache should be running these files as cgi. nagios.conf:

Either the ScriptAlias directive or ExecCGI option should be triggering this, but neither of them seems to have any effect.

This config file is being parsed by apache, because if I move it out of conf.d, /nagios gives a 404.

The .cgi files are indeed in the /nagios/cgi-bin/ directory, so I didn't specify the incorrect directory.

Searching seemed to only provide people who had difficulty with permissions, which is not the issue here. This seems to me to be a pretty basic thing, but even with the excellent apache documentation, I'm at a bit of a loss (been using cherokee too much lately :) ).

0 投票
4 回答
6151 浏览

postgresql - 监控 Postgres 表活动

我需要监控我的 postgres 服务器。如果在给定时间后某些表格没有变化,我需要发出警报。我一直试图让 xymon 和 nagios 做到这一点,但我没能做到。请帮忙