Hi,

I create a network threshold alarm, I get alarm through webhook as follow:

10.193.0.22 - - [26/Feb/2017 16:30:23] "POST /network HTTP/1.1" 200 -
{u'severity': u'low', u'alarm_name': u'in_bandwidth', u'current': u'alarm',
u'alarm_id': u'e367dce6-2651-4fc9-aae5-1366a22db889', u'reason':
u'Transition to alarm due to 1 samples outside threshold, most recent:
298.99092321', u'reason_data': {u'count': 1, u'most_recent':
298.990923209794, u'type': u'threshold', u'disposition': u'outside'},
u'previous': u'insufficient data'}

This log tells me there is an instance reach threshold, but I do not know
exactly what instance.


I want create threshold alarm for all instances in my system, which alarms
me what instance is occupying too much bandwidth? There are 100 instances
and it is difficult for me to create alarm for every instance.

Thanks.
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to