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

List:       opennms-discuss
Subject:    [opennms-discuss] This Week in OpenNMS: February 12th, 2018
From:       Benjamin Reed <ranger () opennms ! org>
Date:       2018-02-12 16:56:11
Message-ID: 44721718-9150-593e-df4a-30c24efaa5a9 () opennms ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


It's time for This Week in OpenNMS!

In the last week we worked on the Drift telemetry project, turning the
Minion into an appliance, Karaf, bug fixes, the plugin manager, Helm,
and refactoring our JavaScript.


    <#github-project-updates>Github Project Updates

  *

    *Internals, APIs, and Documentation*

      o Tarus is working making a Minion appliance distro using Project
        Atomic <https://www.projectatomic.io/>.
      o Ronny enhanced the Minion Docker images to allow setting
        credentials in a keystore file
        <https://github.com/opennms-forge/docker-minion#dealing-with-credentials>
        rather than through environment variables.
      o Chandra continued his work on a NX-OS adapter for Telemetryd.
      o Seth did more work on making a clean Gemini blueprint
        environment for loading OpenNMS features into Karaf.
      o Markus worked on improving the performance of flow enrichment.
      o Markus fixed the index strategy to not be case-sensitive.
      o Chandra fixed some issues in his enhancement to add collection
        groups to the JMX collector.
      o Dustin did more work on Netflow 9 and IPFIX support in Telemetryd.
      o Chandra fixed classloading so JDBC drivers can be loaded
        properly by the JDBC detector.
      o Antonio worked on some Enlinkd bug fixes.
      o Craig did more work on bug fixes to the plugin manager.
  *

    *Web & UI*

      o Markus did more work on the flow application definition editor
        and ReST API.
      o I wrapped up my JavaScript and CSS asset refactor.
      o I worked on an enhancement to Helm to be able to add custom
        actions to the alarm table context menu.


    <#upcoming-events-and-appearances>Upcoming Events and Appearances

  *

    *SCaLE 16x - March 8th through 11th, 2018
    <https://www.socallinuxexpo.org/scale/16x/presentations/opennms-navigational-update>*


    Jeff Gehlbach will be speaking at SCaLE on the current state of
    OpenNMS
    <https://www.socallinuxexpo.org/scale/16x/presentations/opennms-navigational-update>
  on Sunday, March 11th.

  *

    *NETHINKS Webinar - February 21st, 2018
    <https://www.nethinks.com/blog/it-ueberwachung/opennms-webinar-am-21-februar-einfuehrung-in-grafana/>*


    NETHINKS will be doing a German-language webinar
    <https://www.nethinks.com/blog/it-ueberwachung/opennms-webinar-am-21-februar-einfuehrung-in-grafana>
  on Grafana, Helm, and OpenNMS on February 21st.


    <#until-next-week>Until Next Week…

If there's anything you'd like me to talk about in a future TWiO, or you
just have a comment or criticism you'd like to share, don't hesitate to
say hi <mailto:twio@opennms.org>.

- Ben


    <#resolved-issues-since-last-twio>Resolved Issues Since Last TWiO

  * HZN-1177 <https://issues.opennms.org/browse/HZN-1177>: NX-OS adapter
    for telemetryd
  * HZN-1208 <https://issues.opennms.org/browse/HZN-1208>: Flow
    application definition REST API
  * HZN-1220 <https://issues.opennms.org/browse/HZN-1220>: Modify
    JMXCollector to save collection for a group of resources
  * HZN-1236 <https://issues.opennms.org/browse/HZN-1236>: Document the
    Classification Rest API
  * HZN-1237 <https://issues.opennms.org/browse/HZN-1237>: Enrichment of
    flows takes longer than persisting flows to elastic
  * HZN-1240 <https://issues.opennms.org/browse/HZN-1240>:
    IndexStrategyFactory is case-sensitive but should not be
  * NMS-9699 <https://issues.opennms.org/browse/NMS-9699>: ES REST
    plugin not doing preemptive basic auth
  * NMS-9744 <https://issues.opennms.org/browse/NMS-9744>: Hello, I have
    a problem when viewing: Maps, Topology and geographical does not
    show me the images.
  * NMS-9824 <https://issues.opennms.org/browse/NMS-9824>: Commands
    asset-topology: in Karaf console take no arguments
  * NMS-9833 <https://issues.opennms.org/browse/NMS-9833>: Minion RPM
    and DEB packaging completely removes Karaf data directory
  * NMS-9835 <https://issues.opennms.org/browse/NMS-9835>: bsmd: avoid
    processing alarm lifecycle events when no rules are defined


[Attachment #5 (text/html)]

<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Helvetica Neue" size="-1">It's time for This Week in
        OpenNMS!</font></p>
    <font face="Helvetica Neue" size="-1">
    </font>
    <p><font face="Helvetica Neue" size="-1">In the last week we worked
        on the Drift telemetry project, turning the Minion into an
        appliance, Karaf, bug fixes, the plugin manager, Helm, and
        refactoring our JavaScript.</font></p>
    <font face="Helvetica Neue" size="-1">
    </font>
    <h2>
      <font face="Helvetica Neue" size="-1"><a
          id="user-content-github-project-updates" class="anchor"
          href="#github-project-updates" aria-hidden="true"><span
            aria-hidden="true" class="octicon octicon-link"></span></a>Github
        Project Updates</font></h2>
    <font face="Helvetica Neue" size="-1">
    </font>
    <ul>
      <li>
        <p><font face="Helvetica Neue" size="-1"><strong>Internals,
              APIs, and Documentation</strong></font></p>
        <ul>
          <li><font face="Helvetica Neue" size="-1">Tarus is working
              making a Minion appliance distro using <a
                href="https://www.projectatomic.io/" rel="nofollow">Project
                Atomic</a>.</font></li>
          <li><font face="Helvetica Neue" size="-1">Ronny enhanced the
              Minion Docker images to allow <a
href="https://github.com/opennms-forge/docker-minion#dealing-with-credentials">setting
  credentials in a keystore file</a> rather than through
              environment variables.</font></li>
          <li><font face="Helvetica Neue" size="-1">Chandra continued
              his work on a NX-OS adapter for Telemetryd.</font></li>
          <li><font face="Helvetica Neue" size="-1">Seth did more work
              on making a clean Gemini blueprint environment for loading
              OpenNMS features into Karaf.</font></li>
          <li><font face="Helvetica Neue" size="-1">Markus worked on
              improving the performance of flow enrichment.</font></li>
          <li><font face="Helvetica Neue" size="-1">Markus fixed the
              index strategy to not be case-sensitive.</font></li>
          <li><font face="Helvetica Neue" size="-1">Chandra fixed some
              issues in his enhancement to add collection groups to the
              JMX collector.</font></li>
          <li><font face="Helvetica Neue" size="-1">Dustin did more work
              on Netflow 9 and IPFIX support in Telemetryd.</font></li>
          <li><font face="Helvetica Neue" size="-1">Chandra fixed
              classloading so JDBC drivers can be loaded properly by the
              JDBC detector.</font></li>
          <li><font face="Helvetica Neue" size="-1">Antonio worked on
              some Enlinkd bug fixes.</font></li>
          <li><font face="Helvetica Neue" size="-1">Craig did more work
              on bug fixes to the plugin manager.</font></li>
        </ul>
      </li>
      <li>
        <p><font face="Helvetica Neue" size="-1"><strong>Web &amp; \
UI</strong></font></p>  <ul>
          <li><font face="Helvetica Neue" size="-1">Markus did more work
              on the flow application definition editor and ReST API.</font></li>
          <li><font face="Helvetica Neue" size="-1">I wrapped up my
              JavaScript and CSS asset refactor.</font></li>
          <li><font face="Helvetica Neue" size="-1">I worked on an
              enhancement to Helm to be able to add custom actions to
              the alarm table context menu.</font></li>
        </ul>
      </li>
    </ul>
    <font face="Helvetica Neue" size="-1">
    </font>
    <h2>
      <font face="Helvetica Neue" size="-1"><a
          id="user-content-upcoming-events-and-appearances"
          class="anchor" href="#upcoming-events-and-appearances"
          aria-hidden="true"><span aria-hidden="true" class="octicon
            octicon-link"></span></a>Upcoming Events and Appearances</font></h2>
    <font face="Helvetica Neue" size="-1">
    </font>
    <ul>
      <li>
        <p><font face="Helvetica Neue" size="-1"><strong><a
href="https://www.socallinuxexpo.org/scale/16x/presentations/opennms-navigational-update"
                
                rel="nofollow">SCaLE 16x - March 8th through 11th, \
2018</a></strong></font></p>  <p><font face="Helvetica Neue" size="-1">Jeff Gehlbach \
will be <a href="https://www.socallinuxexpo.org/scale/16x/presentations/opennms-navigational-update"
  rel="nofollow">speaking at SCaLE on the current state of
              OpenNMS</a> on Sunday, March 11th.</font></p>
      </li>
      <li>
        <p><font face="Helvetica Neue" size="-1"><strong><a
href="https://www.nethinks.com/blog/it-ueberwachung/opennms-webinar-am-21-februar-einfuehrung-in-grafana/"
                
                rel="nofollow">NETHINKS Webinar - February 21st, \
2018</a></strong></font></p>  <p><font face="Helvetica Neue" size="-1">NETHINKS will \
be doing  <a
href="https://www.nethinks.com/blog/it-ueberwachung/opennms-webinar-am-21-februar-einfuehrung-in-grafana"
  rel="nofollow">a German-language webinar</a> on Grafana,
            Helm, and OpenNMS on February 21st.</font></p>
      </li>
    </ul>
    <font face="Helvetica Neue" size="-1">
    </font>
    <h2>
      <font face="Helvetica Neue" size="-1"><a
          id="user-content-until-next-week" class="anchor"
          href="#until-next-week" aria-hidden="true"><span
            aria-hidden="true" class="octicon octicon-link"></span></a>Until
        Next Week…</font></h2>
    <font face="Helvetica Neue" size="-1">
    </font>
    <p><font face="Helvetica Neue" size="-1">If there's anything you'd
        like me to talk about in a future TWiO, or you just have a
        comment or criticism you'd like to share, don't hesitate to <a
          href="mailto:twio@opennms.org">say hi</a>.</font></p>
    <font face="Helvetica Neue" size="-1">
    </font>
    <p><font face="Helvetica Neue" size="-1">- Ben</font></p>
    <font face="Helvetica Neue" size="-1">
    </font>
    <h2>
      <font face="Helvetica Neue" size="-1"><a
          id="user-content-resolved-issues-since-last-twio"
          class="anchor" href="#resolved-issues-since-last-twio"
          aria-hidden="true"><span aria-hidden="true" class="octicon
            octicon-link"></span></a>Resolved Issues Since Last TWiO</font></h2>
    <font face="Helvetica Neue" size="-1">
    </font>
    <ul>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/HZN-1177"
            rel="nofollow">HZN-1177</a>: NX-OS adapter for telemetryd</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/HZN-1208"
            rel="nofollow">HZN-1208</a>: Flow application definition
          REST API</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/HZN-1220"
            rel="nofollow">HZN-1220</a>: Modify JMXCollector to save
          collection for a group of resources</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/HZN-1236"
            rel="nofollow">HZN-1236</a>: Document the Classification
          Rest API</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/HZN-1237"
            rel="nofollow">HZN-1237</a>: Enrichment of flows takes
          longer than persisting flows to elastic</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/HZN-1240"
            rel="nofollow">HZN-1240</a>: IndexStrategyFactory is
          case-sensitive but should not be</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/NMS-9699"
            rel="nofollow">NMS-9699</a>: ES REST plugin not doing
          preemptive basic auth</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/NMS-9744"
            rel="nofollow">NMS-9744</a>: Hello, I have a problem when
          viewing: Maps, Topology and geographical does not show me the
          images.</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/NMS-9824"
            rel="nofollow">NMS-9824</a>: Commands asset-topology: in
          Karaf console take no arguments</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/NMS-9833"
            rel="nofollow">NMS-9833</a>: Minion RPM and DEB packaging
          completely removes Karaf data directory</font></li>
      <li>
        <font face="Helvetica Neue" size="-1"><a
            href="https://issues.opennms.org/browse/NMS-9835"
            rel="nofollow">NMS-9835</a>: bsmd: avoid processing alarm
          lifecycle events when no rules are defined</font></li>
    </ul>
    <font face="Helvetica Neue" size="-1">
    </font>
  </body>
</html>



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
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