Haka
|
#include <include/haka/alert.h>
Data Fields | |
struct time | start_time |
struct time | end_time |
char * | description |
alert_level | severity |
alert_level | confidence |
double | confidence_num |
alert_completion | completion |
char * | method_description |
char ** | method_ref |
struct alert_node ** | sources |
struct alert_node ** | targets |
size_t | alert_ref_count |
uint64 * | alert_ref |
Alert.
uint64* alert::alert_ref |
Array of references.
size_t alert::alert_ref_count |
Reference count.
alert_completion alert::completion |
Alert completion.
alert_level alert::confidence |
Alert confidence.
double alert::confidence_num |
Alert confidence numeric value if confidence == HAKA_ALERT_NUMERIC.
char* alert::description |
Alert description.
struct time alert::end_time |
Alert time.
char* alert::method_description |
Alert method description.
char** alert::method_ref |
Alert method references (NULL terminated array).
alert_level alert::severity |
Alert severity (HAKA_ALERT_NUMERIC is not a valid value here).
struct alert_node** alert::sources |
Alert sources (NULL terminated array of nodes).
struct time alert::start_time |
Alert time.
struct alert_node** alert::targets |
Alert targets (NULL terminated array of nodes).