首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >NagiosXI:通知选项"s“是什么意思?

NagiosXI:通知选项"s“是什么意思?
EN

Stack Overflow用户
提问于 2014-06-13 22:34:18
回答 1查看 6.5K关注 0票数 2

我似乎找不到关于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.
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-06-18 00:42:39

我在Nagios支持论坛上发布了这个问题,并收到了他们的回复:

代码语言:javascript
复制
s = send notifications when scheduled downtime starts and ends.

http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html

We'll need to get that updated in the Nagios XI documentation, as
it appears missing, good find.

它们提供的链接具有通知选项定义:

代码语言:javascript
复制
notification_options:   

This directive is used to determine when notifications for the host should 
be sent out. Valid options are a combination of one or more of the following: 

d = send notifications on a DOWN state, 
u = send notifications on an UNREACHABLE state, 
r = send notifications on recoveries (OK state), 
f = send notifications when the host starts and stops flapping, and 
s = send notifications when scheduled downtime starts and ends. 

If you specify n (none) as an option, no host notifications will be sent out. 
If you do not specify any notification options, Nagios will assume that you 
want notifications to be sent out for all possible states. 

Example: 

If you specify d,r in this field, notifications will only be sent out when 
the host goes DOWN and when it recovers from a DOWN state. 
票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24214644

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档