fixup errant category/type mismatch

This commit is contained in:
Jeff Bryner 2014-03-21 14:24:49 -07:00
Родитель 8eb42a7c5f
Коммит 577d929a3d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,7 @@ def alertToMessageQueue(alertDict):
channel.exchange_declare(exchange=options.alertexchange,type='topic')
#cherry pick items from the alertDict to send to the alerts messageQueue
mqAlert=dict(severity='INFO',type='')
mqAlert=dict(severity='INFO',category='')
if 'severity' in alertDict.keys():
mqAlert['severity']=alertDict['severity']
if 'category' in alertDict.keys():