如何在 nagios xi 中查看服务的所有状态消息。我发送了多条状态消息,最新消息显示在仪表板 UI 中。我应该从哪里检索所有以前的消息?
您需要stalking_options
在服务/主机定义中定义指令。例子:
define service {
service_description Users count
host_name myhost1
use service_standard
check_command check_nrpe_custom!-H myhost1 -c check_user
stalking_options c,w,o,u
}
更多信息stalking_options
可以在这里找到。