diff --git a/source/adminguide/events.rst b/source/adminguide/events.rst index 7766973507..d25fa4074c 100644 --- a/source/adminguide/events.rst +++ b/source/adminguide/events.rst @@ -59,6 +59,14 @@ machine on the event bus. All the CloudStack events (alerts, action events, usage events) and the additional category of resource state change events, are published on to the events bus. +.. note:: + Alerts for some more important events will be sent multiple + times. This is due to the nature of guarding + certain resources from multiple threads in the code, to make sure + that events are not missed. Examples are "Host down" or + "HA starting VM". These are considered too important to not send + immediately and hence a check if they are already queued can not be done. + Implementations ~~~~~~~~~~~~~~~ An event bus is introduced in the