I am writing probe rules to generate events in Omnibus ObjectServer.
As I did all the works and set the parameters (such as @Summary, @Identifier, @Agent, ....) and then sent out the event record with genevent(DefaultOS,@Node,$myNode,@NodeAlias, .....) command to the ObjectServer, I saw two event alerts from my Netcool console instead of one.
I later on commented out all @ parameter settings, such as
$myNode = "ABCDEF"
# @Node = $myNode
$myManager = "CaseManager"
# @Manager = $myManager ......
and then only one event will get created in the ObjectServer (by genevent() command).
My question is: At which point (by setting these @ parameter) will trigger an event be created in ObjectServer? Why would I created two event records while I only sent one genevent() to ObjectServer?
I searched on IBM Tivoli web site but unfortunately I cannot find the answer I am looking for.
Thanks in advance.