首页 > 代码库 > 内在事物条件详解

内在事物条件详解

The following conditions can be set for actions based on internal events:

Condition typeSupported operatorsDescription
Application=
like
not like
Specify an application or an application to exclude.
= - event belongs to an item that is linked to the specified application.
like - event belongs to an item that is linked to an application containing the string.
not like - event belongs to an item that is linked to an application not containing the string.
Event type  =Item in “not supported” state - matches events where an item goes from a ‘normal‘ to ‘not supported‘ state
Item in “normal” state - matches events where an item goes from a ‘not supported‘ to ‘normal‘ state
Low-level discovery rule in “not supported” state - matches events where a low-level discovery rule goes from a ‘normal‘ to ‘not supported‘ state
Low-level discovery rule in “normal” state - matches events where a low-level discovery rule goes from a ‘not supported‘ to ‘normal‘ state
Trigger in “unknown” state - matches events where a trigger goes from a ‘normal‘ to ‘unknown‘ state
Trigger in “normal” state - matches events where a trigger goes from an ‘unknown‘ to ‘normal‘ state
Host group=
<>
Specify host groups or host groups to exclude.
= - event belongs to this host group.
<> - event does not belong to this host group.
Template=
<>
Specify templates or templates to exclude.
= - event belongs to an item/trigger/low-level discovery rule inherited from this template.
<> - event does not belong to an item/trigger/low-level discovery rule inherited from this template.
Host=
<>
Specify hosts or hosts to exclude.
= - event belongs to this host.
<> - event does not belong to this host.
Node=
<>
Specify a node or a node to exclude.
= - event belongs to this node.
<> - event does not belong to this node.


本文出自 “Linux革命” 博客,请务必保留此出处http://kaibinyuan.blog.51cto.com/7304008/1604967

内在事物条件详解