我有Nagios检查服务状况,并寄发SMS关于服务状况的信息。
一些问题在夜间并不重要,更倾向于在夜间不发。
define timeperiod{
timeperiod_name non_work
alias Non work hours
sunday 00:00-24:00
monday 00:00-09:00,18:00-24:00
tuesday 00:00-09:00,18:00-24:00
wednesday 00:00-09:00,18:00-24:00
thursday 00:00-09:00,18:00-24:00
friday 00:00-09:00,18:00-24:00
saturday 00:00-24:00
}
However, in the morning I would like that all the problems, not just new would be sent. How can I configure that?
还是没有这种职能?