In Spectrum Report Manager (SRM) the availability report of models depends on a couple of events. Now when process goes down you will get a process down alarm in OneClick. But out of the box this alarm is not considered for the outage and the report shows the availability of the process model as 100% even though you have a process down alarm on this model.
Spectrum 10.x or later
This solution steps through how you can generate accurate process availability report such that Spectrum considers the process down alarms for the outage.
This Technical document assumes the process down alarm is asserted on the process model in Spectrum OneClick. The 0x2390000e event is the process down event and the 0x23900007 event is the process up event.
$SPECROOT/tomcat/WEB-INF/spectrum/web-inf/repmgr/config/availability.xml
$SPECROOT/custom/repmgr/config
Edit the $SPECROOT/custom/repmgr/config/availability.xml file to look as follows
<root>
<ignore></ignore>
<up_event>0x23900007</up_event>
<down_event>0x2390000e </down_event>
<in_mm_event></in_mm_event>
<out_mm_event></out_mm_event>
</root>
Save the file
Restart tomcat on the SRM system