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. | |
For determining if something should be alerted on.
1.8.6