This documentation relates to QuickBuild 5.0.x
Select here if you are using a different version

Configuring System Alerts

Version 3 by Steve Luo
on Dec 12, 2012 13:50.


compared with
Version 4 by Steve Luo
on Dec 12, 2012 14:00.


Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 2 changes. View first change.

 h3. Alert Definition
  
 To configure system alerts, you need be an administrator, then:
 # Go to Administration page
 # Choose Plugin Management
 # Find Measurement & Alert section, and configure System Alert Plugin
 # Click Add button to add your own alert definition
  
 !alert-def.png!
  
 You may also enable/disable a definition by clicking the status icon like below:
  
 !system-alert-definition.png!
  !alert-enabler.png!
  
 {note}
 The name here should be unique globally.
 {note}
  
 The metric condition set is a collection of boolean expression which will be used to test with the collected measurements from a node. You can tell QuickBuild to match all conditions or any conditions defined.
  
 After a condition set is matched, QuickBuild also need know your firing strategy. The firing strategy is to tell QuickBuild when to fire an alert. For example, you may need test the condition set 5 times and if 3 times are true, then an alert can be really fired, you can choose the firing strategy to:
  
 If condition set is true X times out of the last Y times it is evaluated
  
 Currently, below strategies are supported:
 * Each time condition set is true, firing an alert every test is true
 * If condition set is true X times consecutively
 * If condition set is true X times out of the last Y times it is evaluated
  
 Please also note our measurements are collected from each node every 5 minutes. That is each condition set will be tested every 5 minutes. You can define your firing strategy based on it.