<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
@font-face
        {font-family:Wingdings}
@font-face
        {font-family:SimSun}
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
.MsoChpDefault
        {font-family:"Calibri","sans-serif"}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
</style><style type="text/css" id="owaParaStyle"></style><style type="text/css"></style><style type="text/css"></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Courier New;color: #000000;font-size: 10pt;">
If all you want to do is publish a notification you can use oslo.messaging directly. Or, for something lighter weight, we have Notabene, which is a small wrapper on Kombu. 
<div><br>
</div>
<div>An example of how our notification simulator/generator uses it is available here:</div>
<div><a href="https://github.com/StackTach/notigen/blob/master/bin/event_pump.py" target="_blank">https://github.com/StackTach/notigen/blob/master/bin/event_pump.py</a></div>
<div><br>
</div>
<div>Of course, you'll have to ensure you fabricate a proper event payload. </div>
<div><br>
</div>
<div>Hope it helps</div>
<div>-S</div>
<div><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF414100" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> Duan, Li-Gong (Gary@HPServers-Core-OE-PSC) [li-gong.duan@hp.com]<br>
<b>Sent:</b> Tuesday, July 29, 2014 6:05 AM<br>
<b>To:</b> openstack-dev@lists.openstack.org<br>
<b>Subject:</b> [openstack-dev] [Ceilometer] Generate Event or Notification in Ceilometer<br>
</font><br>
</div>
<div></div>
<div>
<div class="WordSection1">
<p class="MsoNormal">Hi Folks,</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Are there any guide or examples to show how to produce a new event or notification add add a handler for this event in ceilometer?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I am asked to implement OpenStack service monitoring which will send an event and trigger the handler once a service, say nova-compute, crashes, in a short time.
<span style="font-family:Wingdings">L</span></p>
<p class="MsoNormal">The link (<a href="http://docs.openstack.org/developer/ceilometer/events.html" target="_blank">http://docs.openstack.org/developer/ceilometer/events.html</a>) does a good job on the explanation of concept and hence I know that I need to
 emit notification to message queue and ceilometer-collector will process them and generate events but it is far from real implementations.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Regards,</p>
<p class="MsoNormal">Gary</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>