Events and alarms are a basic concept of any monitoring system. They are used to inform operators about thinks happens in their environment. Our built-in event handling consist of different parts:

All events are "tagged" with the name of the source. This could be a built-in name or the name of an MNC service:
| SOURCE | Description |
|---|---|
| [MNC] | Name of a MNC service as defined in /etc/satnms.rc |
| WEBAUTH | Login and Logout events via backend authentication / API |
| BACKEND | Backend events like MNC redundancy or Active Backend switching |
The name of an MNC service is configure by changing SATNMS_HOSTNAME in /etc/satnms.rc. Please use UPPERCASE letters for the name. No special characters or whitespaces are allows. More information about can be found in the chapter satnms.rc.
In simple stand-alone M&C systems the event database runs directly on the same server - just built-in - no addition configuration required. But all "event producers" in the system are designed to submit new events not only to the local EventDB but also to up to two destinations. This allows a fully redundant event database setup consisting of a main and backup database, without additional synchronization.
The following chapters describing some common setups.