DataMiner generates a notification on startup.
Is it possible to trigger on this notification event with a correlation rule or is there no guarantee that the correlation engine will be started prior to the event?
If this is not possible, are there other ways to trigger e.g. an automation script when a DataMiner agent starts?
In newer versions you can find information events when e.g. the correlation engine was succesfully started:
In older versions i used the trick before to trigger on the last element startup or when the other agents detect the agent again in the cluster with the "DataMiner Agent found" event, this is one of the last information showing up after a startup. Be careful with this last one tho, your correlation/automation will tigger on the remote server and not on the agent itself.
The information event was introduced from the 9.6.11 feature release (or 10.0.0 main release)