QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
qev_stats_threshold Struct Reference

For determining if something should be alerted on. More...

#include <stats.h>

Public Attributes

gboolean active
 If the threshold has been configured and is active.
 
gboolean has_warn
 If there is a warn value for this threshold.
 
gboolean warn_greater
 The compare for warn is greater.
 
gint64 warn
 If warn_greater, warn when val > warn, otherwise when val < warn.
 
gboolean has_crit
 If there is a warn value for this threshold.
 
gboolean crit_greater
 The compare for critical is greater.
 
gint64 crit
 If crit_greater, warn when val > crit, otherwise when val < crit.
 

Detailed Description

For determining if something should be alerted on.


The documentation for this struct was generated from the following file: