Nms testEvent
Jump to navigation
Jump to search
Event Replay
Notes on the replay of an event that was generated.
Better support in UI to follow mapping paths. Right now replay is specific to snmptrap. This is going to be the most common use case, however right now the TFE is doing direct DB inserts. This needs to be API calls only so we have ONE path for mapping validation, etc.
flow
snmptrap >> snmptrap receiver >> PHP controller >> mapping search by raw OID >> translate >> PreTransform >> insert >> PostTransform
Inside PHP controller todo:
- trap received
- apiCall for hostExist
- apiCall for Mapping
- run Pre translation
- apiCall create event
- run Post translation
- apiCall update event
- complete
the snmptrap.php is going to have to be rewritten to do this work via API calls. Nothing except the API should be talking to the database.