Slots
The class slot is used to specify the BMC ProactiveNet Event Manager event class that will be used to trigger the event. If no value is specified, the generic BMC ProactiveNet Event Manager event CLASS "EVENT" will be used.
Slots can be configured at various level in the hierarchy. The values configured at a lower level in the hierarchy take precedence over the values configured at a higher level.
For example,
- /EventSetup/Format/BiiP3/slots/msg = { REPLACE = "Global level event description"}
- /EventSetup/Format/BiiP3/catalogs/0/types/10/slots/msg = { REPLACE = "Type level event description"}
- /EventSetup/Format/BiiP3/catalogs/0/types/10/KM/AS_EVENTSPRING/msg = { REPLACE = "KM level event description"}
/EventSetup/Format/BiiP3/catalogs/AS_EVENTSPRING/types/NOTIFY_EVENT = { REPLACE = "Custom level event description"}
In the examples given above, the global level will use the default description that is specified. The lower levels in the hierarchy will allow you to specify event descriptions that override the descriptions set at higher levels.