我似乎找不到关于Notification选项类型"s“的文档。表单的上下文帮助列出了除s选项之外的所有内容。有人知道这意味着什么吗?或者你能给我看一下相关的文件吗?
代码语言:javascript运行复制The Nagios XI Contact Management form shows these notification options:
Host Notification options: d u r f s n
Service Notification options: w u c f s r n帮助弹出将这些选项描述如下--注意,s缺少:
代码语言:javascript运行复制d = notify on DOWN host states,
u = notify on UNREACHABLE host states,
r = notify on host recoveries (UP states), and
f = notify when the host starts and stops flapping.
If you specify n (none) as an option, the contact will not receive any type of host notifications.类似地,弹出描述了以下选项
代码语言:javascript运行复制w = notify on WARNING service states,
u = notify on UNKNOWN service states,
c = notify on CRITICAL service states,
r = notify on service recoveries (OK states), and
f = notify when the service starts and stops flapping.
If you specify n (none) as an option, the contact will not receive any type of host notifications.