我使用本指南安装了 Opsview 。问题是 REST API 不起作用。
执行:
/usr/local/nagios/bin/opsview_rest --username=admin \
--password=password GET config/host
结果是:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head>
<title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The
requested URL /rest was not found on this server.</p> <hr>
<address>Apache/2.2.15 (CentOS) Server at localhost Port 80</address>
</body></html>
Goto undefined subroutine &Carp::shortmess_real at
/usr/share/perl5/Carp.pm line 41.
我认为这个问题是由一些 Apache 设置引起的。
它在文档中没有提到这一点,但 REST API 应始终指向 Opsview 的实际 Web 端口。
通过在/usr/local/nagios/bin/opsview_rest中
localhost
添加 Opsview 的默认 Web 端口进行更改解决了该问题。localhost:3000