Bases: synaps.cep.storm.BasicBolt
update alarm history based on notification message
}
message example
‘state’: new_state[‘stateValue’], ‘subject’: “%s state has been changed from %s to %s” %
- (alarm[‘alarm_name’], old_state[‘stateValue’],
- new_state[‘stateValue’]),
‘body’: new_state[‘stateReason’]
}