【发布时间】:2016-04-18 00:15:45
【问题描述】:
我想将我的 nagios 服务器发送的每个通知的间隔设置为 6 小时间隔。但是根据我当前的设置,命令间隔似乎设置为 1 小时。这是我的服务器监控的默认模板以及我如何使用它。
define host{
name linux-vps
use generic-host
check_period 24x7
check_interval 5
retry_interval 1
max_check_attempts 10
check_command check-host-alive
notification_period 24x7
notification_interval 360
notification_options d,r
contact_groups admins
register 0
}
define host{
use linux-vps
host_name linux-server
alias CentOS 6
address xxx.xxx.xxx.xxx
}
在 Nagios 服务器上,配置显示主机通知间隔设置为 6 小时。
【问题讨论】:
标签: monitoring nagios