VMware Cloud Community
pdelacalle
Contributor
Contributor

How to know that an Alert has been shot.

Hello everyone, I hope you can help me guys.

My main problem is about alerts. I'm getting a little crazy with that.
My problem what class does it control when an alert has been shot?
I mean , I don't have any problem creating alerts with the Interface
"AlertDefinition" neither I don't have any problem getting the defined alert
with the code:

AlertDefinitionApi definition=api.getAlertDefinitionApi();
AlertDefinitionsResponse response=definition.getAlertDefinitions(true);


But when I want to know what alert has been shot , I don't find the class or property that informs me about that.

Is Anyone able to help me? Thanks in advance.
Best Regards
0 Kudos
2 Replies
pdelacalle
Contributor
Contributor

Hey!!1 I don't know If I didn't explain myself.:(
I can obtain information of the alert definition with

AlertDefinitionApi definition=api.getAlertDefinitionApi();

My problem is that I can't obtain any information when the alert is
triggered.I really need this help.

Thanks in advance
0 Kudos
pdelacalle
Contributor
Contributor

I got to know how to access to this information, just dowloading and installing the new version of hyperic 4.3

regards.
0 Kudos