Public Attributes | |
HostClone * | hc |
The host-clone record alerted. | |
char | ha |
char | ua |
Just a user alert, or a host alert too? | |
int | signon_ct |
Number signons during the alert period. | |
int | signoff_ct |
Number signoffs during alert period. | |
int | signon_ct_r |
int | signoff_ct_r |
time_t | firstTime |
Timestamp alert started. | |
time_t | lastAlert |
Timestamp last alert issued. | |
pending_alert * | next |
Next pending alert in list. |
To be valid 'hc' must point to a valid hostclone record and next must be a null pointer or point to a valid pending_alert record.
Definition at line 61 of file clone.c.