[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opennms-discuss
Subject:    Re: [opennms-discuss] events maskelement not working?
From:       Manuel Villarejo <mjvillarejo () gmail ! com>
Date:       2013-06-26 9:17:10
Message-ID: CAJc_k6W54_kKa1rFFrRwKOWuiCk+rEccHeysEymS0PHcp+u0_A () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hello,

Thank you Michael for your instructions will use your method if we can not
customize the event at the end, I rather modifying events instead of
notifications so let's see how this threads ends up.

@Mike, here is the result of the query:
 Generic proc_ntpd down: outage identified on interface 10.102.22.3 with
reason code: HostResourceSwRunMonitor service not found, addr=10.102.22.3,
service-name=ntpd. |
(1 row)

You have new mail in /var/spool/mail/root
"SELECT EVENTLOGMSG, EVENTOPERINSTRUCT from EVENTS WHERE EVENTID = 853779;
"

  eventlogmsg
               | eventoperinstruct
-------------------------------------------------------------------------------------- \
---------------------------------------------------------------------------------+-------------------
  Generic proc_ntpd down: outage identified on interface 10.102.22.3 with
reason code: HostResourceSwRunMonitor service not found, addr=10.102.22.3,
service-name=ntpd. |
(1 row)


no opinstructions

Thanks.


On Tue, Jun 25, 2013 at 8:00 PM, Miguel Suarez <mig.suarez49@gmail.com>wrote:

> Sorry to interrupt out of the sudden, but I have being following this
> thread and I opened a thread related to this topic but nobody replied.
> Could you please take a look at it?
> 
> http://sourceforge.net/mailarchive/forum.php?thread_name=CAFOwj0GUJ%2BhApuzy-4XTpBh3_%2BJssKCYAm8gFwi2s%3DHU7str%3Dw%40mail.gmail.com&forum_name=opennms-discuss
>  I can't get any external event to give me an output in the webpage (not
> only the ones I got from mib2opennms) . and the query gives me the same
> message as the webpage. Any ideas or suggestion in the other thread would
> be greatly appreciate. Sorry for the interruption.
> 
> 
> On Tue, Jun 25, 2013 at 12:04 PM, Michael Kelly <mjkelly@ntlworld.com>wrote:
> 
> > Hi Manuel,
> > can you please run the following SQL query and post the output:
> > 
> > SELECT EVENTLOGMSG, EVENTOPERINSTRUCT from EVENTS WHERE EVENTID = 853779;
> > 
> > 
> > Regards,
> > Michael.
> > 
> > 
> > On 25 June 2013 13:41, Mike Diehn <mike.diehn@cd-adapco.com> wrote:
> > 
> > > Manuel,
> > > 
> > > I'd this your first attempt at such a thing or do you have others
> > > working already?
> > > 
> > > Sincerely,
> > > Mike
> > > --
> > > Mike Diehn
> > > DevOps SysAdmin
> > > CD-adapco, Lebanon, NH USA
> > > On Jun 25, 2013 5:39 AM, "Manuel Villarejo" <mjvillarejo@gmail.com>
> > > wrote:
> > > 
> > > > Hello,
> > > > 
> > > > I'm trying to be more specific with my notifications and precisely what
> > > > I want to implement are specific notifications when specific services are
> > > > going down. As a PoC I want to create specific message for opennms servers
> > > > (called opennms-X...) for ntpd service monitor (called proc_ntpd) so I've
> > > > created this event (and placed before the generic one):
> > > > 
> > > > <event>
> > > > <mask>
> > > > <maskelement>
> > > > <mename>uei</mename>
> > > > <mevalue>uei.opennms.org/nodes/nodeLostService</mevalue>
> > > > </maskelement>
> > > > <maskelement>
> > > > <mename>host</mename>
> > > > <mevalue>%opennms%</mevalue>
> > > > </maskelement>      <maskelement>
> > > > <mename>service</mename>
> > > > <mevalue>%ntpd%</mevalue>
> > > > </maskelement>
> > > > </mask>
> > > > 
> > > > <uei>uei.opennms.org/nodes/nodeLostService</uei>
> > > > <event-label>OpenNMS-defined node event:
> > > > nodeLostService</event-label>
> > > > <descr>
> > > > <![CDATA[
> > > > Parameters: %parm[all]%
> > > > &lt;p&gt;A %service% outage was identified on interface
> > > > %interface%.&lt;/p&gt; &lt;p&gt;A new Outage record has been
> > > > created and service level availability calculations will be
> > > > impacted until this outage is resolved.&lt;/p&gt;
> > > > ]]>
> > > > </descr>
> > > > <logmsg dest='logndisplay'>
> > > > <![CDATA[ %service% down on %interface%, reason:
> > > > %parm[eventReason]%]]>
> > > > </logmsg>
> > > > <operinstruct>
> > > > <![CDATA[
> > > > Opennms ntpd service is down, try running: service /sbin/service
> > > > ntpd restart
> > > > ]]>
> > > > </operinstruct>
> > > > <severity>Major</severity>
> > > > <alarm-data
> > > > reduction-key="%uei%:%dpname%:%nodeid%:%interface%:%parm[ds]%:%parm[label]%"
> > > > alarm-type="1" auto-clean="false"/>
> > > > </event>
> > > > 
> > > > Here it is my generic event:
> > > > <event>
> > > > <uei>uei.opennms.org/nodes/nodeLostService</uei>
> > > > <event-label>Generic OpenNMS-defined node event:
> > > > nodeLostService</event-label>
> > > > <descr>
> > > > Parameters: %parm[all]%
> > > > &lt;p&gt;A %service% outage was identified on interface
> > > > %interface%.&lt;/p&gt; &lt;p&gt;A new Outage record has been
> > > > created and service level availability calculations will be
> > > > impacted until this outage is resolved.&lt;/p&gt;
> > > > </descr>
> > > > <logmsg dest='logndisplay'>
> > > > Generic %service% down: outage identified on interface
> > > > %interface% with reason code: %parm[eventReason]%.
> > > > </logmsg>
> > > > <severity>Major</severity>
> > > > <alarm-data
> > > > reduction-key="%uei%:%dpname%:%nodeid%:%interface%:%service%"
> > > > alarm-type="1" auto-clean="false" />
> > > > </event>
> > > > 
> > > > For some reason it does not work, I debug it a bit and found this entry
> > > > in the eventd.log:
> > > > 
> > > > 2013-06-25 04:27:58,201 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl: Event {
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:   uuid  = <not-set>
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:   uei   =
> > > > uei.opennms.org/nodes/nodeLostService
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:   src   = OpenNMS.Poller.DefaultPollContext
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:   iface = 10.102.22.3
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:   time  = Tuesday, June 25, 2013 8:27:58 AM GMT
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:   parms {
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:     (eventReason, HostResourceSwRunMonitor service
> > > > not found, addr=10.102.22.3, service-name=ntpd)
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl:   }
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1]
> > > > DefaultEventHandlerImpl: }
> > > > 2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] EventConfData:
> > > > Match found using key: EventKey
> > > > [
> > > > uei    = [uei.opennms.org/nodes/nodeLostService]
> > > > 
> > > > ]
> > > > 2013-06-25 04:27:58,203 DEBUG [EventHandlerPool-fiber1]
> > > > JdbcEventWriter: JdbcEventWriter: processing
> > > > uei.opennms.org/nodes/nodeLostService nodeid: 678 ipaddr: 10.102.22.3
> > > > serviceid:
> > > > proc_ntpd time: Tuesday, June 25, 2013 8:27:58 AM GMT
> > > > 2013-06-25 04:27:58,205 DEBUG [EventHandlerPool-fiber1]
> > > > JdbcEventWriter: DBID: 853779
> > > > 2013-06-25 04:27:58,212 DEBUG [EventHandlerPool-fiber1]
> > > > JdbcEventWriter: SUCCESSFULLY added
> > > > uei.opennms.org/nodes/nodeLostService related  data into the EVENTS
> > > > table.
> > > > 2013-06-25 04:27:58,215 DEBUG [EventHandlerPool-fiber1]
> > > > JdbcEventWriter: EventWriter finished for :
> > > > uei.opennms.org/nodes/nodeLostService
> > > > does it means that the event does not have the service or host
> > > > entries? so I can not discriminate in base of that?
> > > > 
> > > > I'm running 1.10.9 any thoughts?
> > > > 
> > > > Thanks!
> > > > 
> > > > 
> > > > --
> > > > *Manuel Villarejo*
> > > > *e:* *mjvillarejo@gmail.com* <mjvillarejo@gmail.com>
> > > > 
> > > > AVISO LEGAL
> > > > Este mensaje va dirigido exclusivamente a su destinatario y es
> > > > confidencial. Si por error lo recibe, por favor, comuníquelo por esta vía y
> > > > elimínelo. Cualquier uso de este mensaje o sus anexos sin autorización está
> > > > prohibida por ley.
> > > > 
> > > > LEGAL NOTICE
> > > > This message is intended to be read exclusively by the addressee and is
> > > > confidential. Should you receive it by error, please contact the sender by
> > > > email and delete it. Any use of this message or its attachments without due
> > > > authorisation is prohibited by law.
> > > > 
> > > > 
> > > > ------------------------------------------------------------------------------
> > > >  This SF.net email is sponsored by Windows:
> > > > 
> > > > Build for Windows Store.
> > > > 
> > > > http://p.sf.net/sfu/windows-dev2dev
> > > > _______________________________________________
> > > > Please read the OpenNMS Mailing List FAQ:
> > > > http://www.opennms.org/index.php/Mailing_List_FAQ
> > > > 
> > > > opennms-discuss mailing list
> > > > 
> > > > To *unsubscribe* or change your subscription options, see the bottom of
> > > > this page:
> > > > https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> > > > 
> > > 
> > > 
> > > ------------------------------------------------------------------------------
> > > This SF.net email is sponsored by Windows:
> > > 
> > > Build for Windows Store.
> > > 
> > > http://p.sf.net/sfu/windows-dev2dev
> > > _______________________________________________
> > > Please read the OpenNMS Mailing List FAQ:
> > > http://www.opennms.org/index.php/Mailing_List_FAQ
> > > 
> > > opennms-discuss mailing list
> > > 
> > > To *unsubscribe* or change your subscription options, see the bottom of
> > > this page:
> > > https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> > > 
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > This SF.net email is sponsored by Windows:
> > 
> > Build for Windows Store.
> > 
> > http://p.sf.net/sfu/windows-dev2dev
> > _______________________________________________
> > Please read the OpenNMS Mailing List FAQ:
> > http://www.opennms.org/index.php/Mailing_List_FAQ
> > 
> > opennms-discuss mailing list
> > 
> > To *unsubscribe* or change your subscription options, see the bottom of
> > this page:
> > https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> > 
> 
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Please read the OpenNMS Mailing List FAQ:
> http://www.opennms.org/index.php/Mailing_List_FAQ
> 
> opennms-discuss mailing list
> 
> To *unsubscribe* or change your subscription options, see the bottom of
> this page:
> https://lists.sourceforge.net/lists/listinfo/opennms-discuss
> 



-- 
*Manuel Villarejo*
*e:* *mjvillarejo@gmail.com* <mjvillarejo@gmail.com>

AVISO LEGAL
Este mensaje va dirigido exclusivamente a su destinatario y es
confidencial. Si por error lo recibe, por favor, comuníquelo por esta vía y
elimínelo. Cualquier uso de este mensaje o sus anexos sin autorización está
prohibida por ley.

LEGAL NOTICE
This message is intended to be read exclusively by the addressee and is
confidential. Should you receive it by error, please contact the sender by
email and delete it. Any use of this message or its attachments without due
authorisation is prohibited by law.


[Attachment #5 (text/html)]

<div dir="ltr">Hello,<div><br></div><div style>Thank you Michael for your \
instructions will use your method if we can not customize the event at the end, I \
rather modifying events instead of notifications so let&#39;s see how this threads \
ends up.</div>

<div style><br></div><div style>@Mike, here is the result of the query:</div><div \
style><div> Generic proc_ntpd down: outage identified on interface 10.102.22.3 with \
reason code: HostResourceSwRunMonitor service not found, addr=10.102.22.3, \
service-name=ntpd. |</div>

<div>(1 row)</div><div><br></div><div>You have new mail in \
/var/spool/mail/root</div><div>&quot;SELECT EVENTLOGMSG, EVENTOPERINSTRUCT from \
EVENTS WHERE EVENTID = 853779;<br></div><div>&quot;</div><div>                        \
eventlogmsg                                                                           \
| eventoperinstruct</div>

<div>--------------------------------------------------------------------------------- \
--------------------------------------------------------------------------------------+-------------------</div><div> \
Generic proc_ntpd down: outage identified on interface 10.102.22.3 with reason code: \
HostResourceSwRunMonitor service not found, addr=10.102.22.3, service-name=ntpd. \
|</div>

<div>(1 row)</div></div><div style><br></div><div style><br></div><div style>no \
opinstructions </div><div style><br></div><div style>Thanks.</div></div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 25, 2013 at 8:00 PM, \
Miguel Suarez <span dir="ltr">&lt;<a href="mailto:mig.suarez49@gmail.com" \
target="_blank">mig.suarez49@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div>Sorry to interrupt out of the sudden, but \
I have being following this thread and I opened a thread related to this topic but \
nobody replied. Could you please take a look at it? <br>

<a href="http://sourceforge.net/mailarchive/forum.php?thread_name=CAFOwj0GUJ%2BhApuzy- \
4XTpBh3_%2BJssKCYAm8gFwi2s%3DHU7str%3Dw%40mail.gmail.com&amp;forum_name=opennms-discuss" \
target="_blank">http://sourceforge.net/mailarchive/forum.php?thread_name=CAFOwj0GUJ%2B \
hApuzy-4XTpBh3_%2BJssKCYAm8gFwi2s%3DHU7str%3Dw%40mail.gmail.com&amp;forum_name=opennms-discuss</a><br>



</div>I can&#39;t get any external event to give me an output in the webpage (not \
only the ones I got from mib2opennms) . and the query gives me the same message as \
the webpage. Any ideas or suggestion in the other thread would be greatly appreciate. \
Sorry for the interruption. <br>


</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div \
class="gmail_quote">On Tue, Jun 25, 2013 at 12:04 PM, Michael Kelly <span \
dir="ltr">&lt;<a href="mailto:mjkelly@ntlworld.com" \
target="_blank">mjkelly@ntlworld.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi Manuel,<br></div>can \
you please run the following SQL query and post the output:<br>


<br></div>SELECT EVENTLOGMSG, EVENTOPERINSTRUCT from EVENTS WHERE EVENTID = \
853779;<br><br><br></div>

Regards,<br></div>Michael.<br></div><div><div><div class="gmail_extra"><br><br><div \
class="gmail_quote">On 25 June 2013 13:41, Mike Diehn <span dir="ltr">&lt;<a \
href="mailto:mike.diehn@cd-adapco.com" \
target="_blank">mike.diehn@cd-adapco.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><p dir="ltr">Manuel,</p> <p dir="ltr">I&#39;d this your first \
attempt at such a thing or do you have others working already?</p> <p \
dir="ltr">Sincerely,<br> Mike<br>
--<br>
Mike Diehn<br>
DevOps SysAdmin<br>
CD-adapco, Lebanon, NH USA</p>
<div class="gmail_quote">On Jun 25, 2013 5:39 AM, &quot;Manuel Villarejo&quot; &lt;<a \
href="mailto:mjvillarejo@gmail.com" target="_blank">mjvillarejo@gmail.com</a>&gt; \
wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">Hello,<div><br></div><div>I&#39;m trying to be more specific with my \
notifications and precisely what I want to implement are specific notifications when \
specific services are going down. As a PoC I want to create specific message for \
opennms servers (called opennms-X...) for ntpd service monitor (called proc_ntpd) so \
I&#39;ve created this event (and placed before the generic one):</div>






<div><br></div><div><div>  &lt;event&gt;</div><div>    &lt;mask&gt;</div><div>      \
&lt;maskelement&gt;</div><div>        &lt;mename&gt;uei&lt;/mename&gt;</div><div>     \
&lt;mevalue&gt;<a href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a>&lt;/mevalue&gt;</div>






<div>      &lt;/maskelement&gt;</div><div>      &lt;maskelement&gt;</div><div>        \
&lt;mename&gt;host&lt;/mename&gt;</div><div>        \
&lt;mevalue&gt;%opennms%&lt;/mevalue&gt; </div><div>      &lt;/maskelement&gt;      \
&lt;maskelement&gt;</div>






<div>        &lt;mename&gt;service&lt;/mename&gt;</div><div>        \
&lt;mevalue&gt;%ntpd%&lt;/mevalue&gt; </div><div>      &lt;/maskelement&gt;      \
</div><div>    &lt;/mask&gt;</div><div>  </div><div>    &lt;uei&gt;<a \
href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a>&lt;/uei&gt;</div>






<div>    &lt;event-label&gt;OpenNMS-defined node event: \
nodeLostService&lt;/event-label&gt;</div><div>    &lt;descr&gt;</div><div>      \
&lt;![CDATA[</div><div>      <span style="white-space:pre-wrap">	</span>Parameters: \
%parm[all]%</div>






<div>      &amp;lt;p&amp;gt;A %service% outage was identified on interface</div><div> \
%interface%.&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;A new Outage record has \
been</div><div>      created and service level availability calculations will \
be</div>






<div>      impacted until this outage is resolved.&amp;lt;/p&amp;gt;</div><div>      \
]]&gt;</div><div>    &lt;/descr&gt;</div><div>    &lt;logmsg \
dest=&#39;logndisplay&#39;&gt;</div><div>      &lt;![CDATA[ %service% down on \
%interface%, reason: %parm[eventReason]%]]&gt;</div>






<div>    &lt;/logmsg&gt;</div><div>    &lt;operinstruct&gt;</div><div>      \
&lt;![CDATA[</div><div>      <span style="white-space:pre-wrap">	</span>Opennms ntpd \
service is down, try running: service /sbin/service ntpd restart</div>






<div>      ]]&gt;</div><div>    &lt;/operinstruct&gt;</div><div>    \
&lt;severity&gt;Major&lt;/severity&gt;</div><div>    &lt;alarm-data \
reduction-key=&quot;%uei%:%dpname%:%nodeid%:%interface%:%parm[ds]%:%parm[label]%&quot; \
alarm-type=&quot;1&quot; auto-clean=&quot;false&quot;/&gt;</div>






<div>  &lt;/event&gt;</div><div><br></div><div>Here it is my generic \
event:</div><div><div>  &lt;event&gt;</div><div>    &lt;uei&gt;<a \
href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a>&lt;/uei&gt;</div>






<div>    &lt;event-label&gt;Generic OpenNMS-defined node event: \
nodeLostService&lt;/event-label&gt;</div><div>    &lt;descr&gt;</div><div>      \
Parameters: %parm[all]%</div><div>      &amp;lt;p&amp;gt;A %service% outage was \
identified on interface</div>






<div>      %interface%.&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;A new Outage record has \
been</div><div>      created and service level availability calculations will \
be</div><div>      impacted until this outage is resolved.&amp;lt;/p&amp;gt;</div>






<div>    &lt;/descr&gt;</div><div>    &lt;logmsg \
dest=&#39;logndisplay&#39;&gt;</div><div>      Generic %service% down: outage \
identified on interface %interface% with reason code: %parm[eventReason]%.</div><div> \
&lt;/logmsg&gt;</div>






<div>    &lt;severity&gt;Major&lt;/severity&gt;</div><div>        &lt;alarm-data \
reduction-key=&quot;%uei%:%dpname%:%nodeid%:%interface%:%service%&quot; \
alarm-type=&quot;1&quot; auto-clean=&quot;false&quot; /&gt;</div><div>






  &lt;/event&gt;</div><div><br></div><div>For some reason it does not work, I debug \
it a bit and found this entry in the \
eventd.log:</div><div><br></div><div><div>2013-06-25 04:27:58,201 DEBUG \
[EventHandlerPool-fiber1] DefaultEventHandlerImpl: Event {</div>






<div>2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] DefaultEventHandlerImpl: \
uuid  = &lt;not-set&gt;</div><div>2013-06-25 04:27:58,202 DEBUG \
[EventHandlerPool-fiber1] DefaultEventHandlerImpl:   uei   = <a \
href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a></div>






<div>2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] DefaultEventHandlerImpl: \
src   = OpenNMS.Poller.DefaultPollContext</div><div>2013-06-25 04:27:58,202 DEBUG \
[EventHandlerPool-fiber1] DefaultEventHandlerImpl:   iface = 10.102.22.3</div>






<div>2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] DefaultEventHandlerImpl: \
time  = Tuesday, June 25, 2013 8:27:58 AM GMT</div><div>2013-06-25 04:27:58,202 DEBUG \
[EventHandlerPool-fiber1] DefaultEventHandlerImpl:   parms {</div>






<div>2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] DefaultEventHandlerImpl: \
(eventReason, HostResourceSwRunMonitor service not found, addr=10.102.22.3, \
service-name=ntpd)</div><div>2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] \
DefaultEventHandlerImpl:   }</div>






<div>2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] DefaultEventHandlerImpl: \
}</div><div>2013-06-25 04:27:58,202 DEBUG [EventHandlerPool-fiber1] EventConfData: \
Match found using key: EventKey</div><div>[</div><div>






        uei    = [<a href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a>]</div><div><br></div><div>]</div><div><div>2013-06-25 \
04:27:58,203 DEBUG [EventHandlerPool-fiber1] JdbcEventWriter: JdbcEventWriter: \
processing <a href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a> nodeid: 678 ipaddr: \
10.102.22.3 serviceid:</div>






<div> proc_ntpd time: Tuesday, June 25, 2013 8:27:58 AM GMT</div><div>2013-06-25 \
04:27:58,205 DEBUG [EventHandlerPool-fiber1] JdbcEventWriter: DBID: \
853779</div><div>2013-06-25 04:27:58,212 DEBUG [EventHandlerPool-fiber1] \
JdbcEventWriter: SUCCESSFULLY added <a \
href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a> related  data into the \
EVENTS table.</div>






<div>2013-06-25 04:27:58,215 DEBUG [EventHandlerPool-fiber1] JdbcEventWriter: \
EventWriter finished for : <a href="http://uei.opennms.org/nodes/nodeLostService" \
target="_blank">uei.opennms.org/nodes/nodeLostService</a></div>




</div><div>

does it means that the event does not have the service or host entries? so I can not \
discriminate in base of that?</div><div><br></div><div>I&#39;m running 1.10.9 any \
thoughts?</div><div><br></div><div>

Thanks!</div></div></div><div><br></div><div><br></div>-- <br><div><font \
color="#666666"><b>Manuel Villarejo</b></font></div><div><font \
color="#666666"><b>e:</b></font><font color="#C0C0C0"> <a \
href="mailto:mjvillarejo@gmail.com" target="_blank"><b><font \
color="#990000">mjvillarejo@gmail.com</font></b></a></font></div>






<div><font color="#C0C0C0"><br></font></div><div><font color="#C0C0C0">AVISO LEGAL \
</font></div><div><font color="#C0C0C0">Este mensaje va dirigido exclusivamente a su \
destinatario y es confidencial. Si por error lo recibe, por favor, comuníquelo por \
esta vía y elimínelo. Cualquier uso de este mensaje o sus anexos sin autorización \
está prohibida por ley.</font></div>






<div><font color="#C0C0C0"> </font></div><div><font color="#C0C0C0">LEGAL NOTICE \
</font></div><div><font color="#C0C0C0">This message is intended to be read \
exclusively by the addressee and is confidential. Should you receive it by error, \
please contact the sender by email and delete it. Any use of this message or its \
attachments without due authorisation is prohibited by law.</font></div>







</div></div>
<br>------------------------------------------------------------------------------<br>
 This SF.net email is sponsored by Windows:<br>
<br>
Build for Windows Store.<br>
<br>
<a href="http://p.sf.net/sfu/windows-dev2dev" \
target="_blank">http://p.sf.net/sfu/windows-dev2dev</a><br>_______________________________________________<br>
 Please read the OpenNMS Mailing List FAQ:<br>
<a href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br> <br>
opennms-discuss mailing list<br>
<br>
To *unsubscribe* or change your subscription options, see the bottom of this \
page:<br> <a href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br></blockquote></div>
 <br>------------------------------------------------------------------------------<br>
 This SF.net email is sponsored by Windows:<br>
<br>
Build for Windows Store.<br>
<br>
<a href="http://p.sf.net/sfu/windows-dev2dev" \
target="_blank">http://p.sf.net/sfu/windows-dev2dev</a><br>_______________________________________________<br>
 Please read the OpenNMS Mailing List FAQ:<br>
<a href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br> <br>
opennms-discuss mailing list<br>
<br>
To *unsubscribe* or change your subscription options, see the bottom of this \
page:<br> <a href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br></blockquote></div><br></div>
 </div></div><br>------------------------------------------------------------------------------<br>
 This SF.net email is sponsored by Windows:<br>
<br>
Build for Windows Store.<br>
<br>
<a href="http://p.sf.net/sfu/windows-dev2dev" \
target="_blank">http://p.sf.net/sfu/windows-dev2dev</a><br>_______________________________________________<br>
 Please read the OpenNMS Mailing List FAQ:<br>
<a href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br> <br>
opennms-discuss mailing list<br>
<br>
To *unsubscribe* or change your subscription options, see the bottom of this \
page:<br> <a href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br></blockquote></div><br></div>
 </div></div><br>------------------------------------------------------------------------------<br>
 This SF.net email is sponsored by Windows:<br>
<br>
Build for Windows Store.<br>
<br>
<a href="http://p.sf.net/sfu/windows-dev2dev" \
target="_blank">http://p.sf.net/sfu/windows-dev2dev</a><br>_______________________________________________<br>
 Please read the OpenNMS Mailing List FAQ:<br>
<a href="http://www.opennms.org/index.php/Mailing_List_FAQ" \
target="_blank">http://www.opennms.org/index.php/Mailing_List_FAQ</a><br> <br>
opennms-discuss mailing list<br>
<br>
To *unsubscribe* or change your subscription options, see the bottom of this \
page:<br> <a href="https://lists.sourceforge.net/lists/listinfo/opennms-discuss" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/opennms-discuss</a><br></blockquote></div><br><br \
clear="all"><div><br></div>-- <br><div>

<font color="#666666"><b>Manuel Villarejo</b></font></div><div><font \
color="#666666"><b>e:</b></font><font color="#C0C0C0"> <a \
href="mailto:mjvillarejo@gmail.com" target="_blank"><b><font \
color="#990000">mjvillarejo@gmail.com</font></b></a></font></div>

<div><font color="#C0C0C0"><br></font></div><div><font color="#C0C0C0">AVISO LEGAL \
</font></div><div><font color="#C0C0C0">Este mensaje va dirigido exclusivamente a su \
destinatario y es confidencial. Si por error lo recibe, por favor, comuníquelo por \
esta vía y elimínelo. Cualquier uso de este mensaje o sus anexos sin autorización \
está prohibida por ley.</font></div>

<div><font color="#C0C0C0"> </font></div><div><font color="#C0C0C0">LEGAL NOTICE \
</font></div><div><font color="#C0C0C0">This message is intended to be read \
exclusively by the addressee and is confidential. Should you receive it by error, \
please contact the sender by email and delete it. Any use of this message or its \
attachments without due authorisation is prohibited by law.</font></div>


</div>



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic