【发布时间】:2015-04-17 05:41:31
【问题描述】:
这是我目前的设置:
主机配置:
define host{
use generic-host ; Inherit default values from a template
host_name A+A ; The name we're giving to this host
alias A+A Objektausstattung Router ; A longer name associated with the host
address https://87.139.203.190:444 ; IP address of the host
hostgroups Router ; Host groups this host is associated with
}
服务配置:
define service{
use generic-service ; Inherit default values from a template
host_name A+A
service_description HTTP
check_command check_http
}
我会从 Nagios 得到这个错误:
check_icmp:无法解析https://87.139.203.190:444
我在这里做错了什么?
【问题讨论】:
标签: https ssl-certificate nagios network-monitoring check-mk