M&R- 7.x
Alerts on Smarts Events:
The RPE feature (Report Pack for Events) should and must be already installed and functional.
1. Create the APG Events Adapter in the Alerting module in the Frontend:
In Administration, go to Modules and open Alerting, Select Adapters and click "Create new element":
2. Create an Alert definition.
3. Install the Generic-Event-Writer module:
/opt/APG/bin/manage-modules.sh install generic-event-writer
4. Configure the Event-Processing-Manager to send alerts to the Generic-Event-Writer
Edit /opt/APG/Event-Processing/Event-Processing-Manager/Default/conf/processing.xml:
<!-- Generic Event Writer -->
<processing-element name="Generic-Event-Writer" config="Generic-Event-Writer/Default/conf/generic-event-writer.xml"/>
<!-- Smarts Listener -->
<processing-element name="Smarts" config="Smarts-Listener/Default/conf/smarts-listener.xml" data="AC Generic-Event-Writer[data]" />
/opt/APG/Event-Processing/Generic-Event-Writer/Default/conf/generic-event-writer.xml)
and enable the stream: <!-- Data received on the specified INPUT stream will be sent on the specified port. -->
<data-stream>data</data-stream>
<hostname>localhost</hostname>
<port>4010</port>
<serializer>
<class>com.watch4net.events.common.serialization.GenericEventSerializer</class>
</serializer>
</sender>
5. Restart the Event Processing Manager and check the logs.
- The Event Processing Manager will not start if the APG Events Adapter from Step 1 is not enabled.
6. Check the log file created by the Alert created on step 2
- If the file prefix is Alerts/log, the file location will be in
/opt/APG/Backends/Alerting-Backend/Default/Alerts/
directory.
Name STRING
ClassName STRING
InstanceName STRING
EventName STRING
ClassDisplayName STRING
InstanceDisplayName STRING
EventDisplayName STRING
ElementClassName STRING
ElementName STRING
SourceDomainName STRING
SourceEventType STRING
Active BOOLEAN
OccurrenceCount LONG
FirstNotifiedAt LONG
OpenedAt LONG
ClosedAt LONG
LastChangedAt LONG
IsRoot BOOLEAN
IsProblem BOOLEAN
Acknowledged BOOLEAN
ClearOnAcknowledge BOOLEAN
EventType STRING
EventState STRING
Category STRING
EventText STRING
Severity LONG
Impact LONG
Certainty FLOAT
InMaintenance BOOLEAN
TroubleTicketID STRING
Owner STRING
UserDefined1 - 20 STRING
Source STRING
SourceSpecific STRING