A description of status events for managers, including their message codes and frequencies.
Status events currently implemented in managers are:
Message Code |
Frequency |
Description |
ServiceStarted |
On event |
Event: service is started (value = 1) |
ServiceStopped |
On event |
Event: service is stopped (value = 1) |
ServiceKilled |
On event |
Event: service is killed (via soap) (value = 1) |
ManagerHAPromotedToPrimary |
On event |
Event: manager HA node promoted to primary (value = 1) |
ManagerHADemotedToBackup |
On event |
Event: manager HA node demoted to backup (value = reason) |
ManagerHAParticipatingInElection |
On event |
Event: manager HA participating in primary elections (value = 1) |
ContainerAdded |
On event |
Event: Container added (value = "Active" or "Passive") |
ContainerKilled |
On event |
Event: Killing container (value = reason) |
ContainerRemoved |
On Event |
Event: Container removed (value = reason) |
ProgramRegistrationState |
On event |
Event: program is registered (value = 1) or unregistered (value = 0) |
ProgramLoadState |
On event |
Event: program is loaded (value = 1) or unloaded (value = 0) |