This Week in OpenNMS: November 13th, 2017

Benjamin Reed <[email protected]> Mon, 13 Nov 2017 11:23:58 -0500
Newsgroups gmane.network.opennms.announce,gmane.network.opennms.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============0210366380533154450==
Content-Type: multipart/alternative;
 boundary="------------5BEFCA183ECBFCBB8EBDF342"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------5BEFCA183ECBFCBB8EBDF342
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

It's time for This Week in OpenNMS!

Last week we did a lot of Telemetryd work and a few other bug fixes in
preparation for the releases this Thursday.


    <#github-project-updates>Github Project Updates

  *

    *Internals, APIs, and Documentation*

      o Markus worked on the vaadin OSGi bug introduced in Horizon 20.
      o Chandra did more work on making it so Telemetryd adapters can be
        loaded from OSGi.
      o Chandro worked on the NX-OS Telemetryd adapter.
      o Markus fixed preemptive auth in the Elasticsearch ReST client
        and updated the Jest client.
      o Christian, Dustin, and Markus did more work on the Netflow
        Telemetryd adapter.
      o Jeff cleaned up Cisco Nexus datacollection and graphing configs.
      o Ronny did more work on the AsciiBinder documentation branch.
      o Antonio worked on Enlinkd bridge topology bugs.
      o Brynjar Eide fixed a bug in the OpenNMS.js search example
        documentation.


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

  *

    *OSMC - Nuremberg, Germany - November 21st through 24th, 2017
    <https://osmc.de/>*

    Ronny Trommer will be speaking at OSMC with a talk titled, /"Another
    Year with OpenNMS"/, discussing the progress made in the last 3
    major releases of OpenNMS and what's on the roadmap going forward.

    Ronny's talk <https://osmc.de/events/en-another-year-with-opennms/>
    will be on Thursday, November 23rd. Full details of the schedule are
    available on the OSMC site <https://osmc.de/schedule/>.


    <#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:[email protected]>.

- Ben


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

  * HZN-1181 <https://issues.opennms.org/browse/HZN-1181>: Consolidate
    RestClientFactory and ClientFactory (jest)
  * HZN-1184 <https://issues.opennms.org/browse/HZN-1184>: Be more
    robust on error when starting flows feature
  * HZN-1185 <https://issues.opennms.org/browse/HZN-1185>: Add support
    for OSGi based Telemetryd adapters
  * HZN-1187 <https://issues.opennms.org/browse/HZN-1187>: Allow
    Filtering SNMP Collection
  * HZN-1188 <https://issues.opennms.org/browse/HZN-1188>: Cache
    NodeInfo objects instead of re-fetch it all the time
  * HZN-1190 <https://issues.opennms.org/browse/HZN-1190>: Allow the
    Jest connection pool size to be configured
  * NMS-8596 <https://issues.opennms.org/browse/NMS-8596>: JMX config
    GUI can't connect to JMX service with JNDI name not "jmxrmi"
  * NMS-9620 <https://issues.opennms.org/browse/NMS-9620>: Thread leak
    in Snmp4JStrategy
  * NMS-9699 <https://issues.opennms.org/browse/NMS-9699>: ES REST
    plugin not doing preemptive basic auth
  * NMS-9704 <https://issues.opennms.org/browse/NMS-9704>: Vaadin
    fragment bundles not loading correctly in Karaf
  * NMS-9711 <https://issues.opennms.org/browse/NMS-9711>: Minion WSMAN
    collector is not functional due to dependency missing
  * NMS-9725 <https://issues.opennms.org/browse/NMS-9725>: Sending bad
    XML to the Requisitions ReST end point makes the API unusable
  * NMS-9735 <https://issues.opennms.org/browse/NMS-9735>: Modularize
    telemetryd docs and add overview to telemetry daemon


--------------5BEFCA183ECBFCBB8EBDF342
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Helvetica Neue">It's time for This Week in OpenNMS!</font></p>
    <font face="Helvetica Neue">
    </font>
    <p><font face="Helvetica Neue">Last week we did a lot of Telemetryd
        work and a few other bug fixes in preparation for the releases
        this Thursday.</font></p>
    <font face="Helvetica Neue">
    </font>
    <h2>
      <font face="Helvetica Neue"><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">
    </font>
    <ul>
      <li>
        <p><font face="Helvetica Neue"><strong>Internals, APIs, and
              Documentation</strong></font></p>
        <ul>
          <li><font face="Helvetica Neue">Markus worked on the vaadin
              OSGi bug introduced in Horizon 20.</font></li>
          <li><font face="Helvetica Neue">Chandra did more work on
              making it so Telemetryd adapters can be loaded from OSGi.</font></li>
          <li><font face="Helvetica Neue">Chandro worked on the NX-OS
              Telemetryd adapter.</font></li>
          <li><font face="Helvetica Neue">Markus fixed preemptive auth
              in the Elasticsearch ReST client and updated the Jest
              client.</font></li>
          <li><font face="Helvetica Neue">Christian, Dustin, and Markus
              did more work on the Netflow Telemetryd adapter.</font></li>
          <li><font face="Helvetica Neue">Jeff cleaned up Cisco Nexus
              datacollection and graphing configs.</font></li>
          <li><font face="Helvetica Neue">Ronny did more work on the
              AsciiBinder documentation branch.</font></li>
          <li><font face="Helvetica Neue">Antonio worked on Enlinkd
              bridge topology bugs.</font></li>
          <li><font face="Helvetica Neue">Brynjar Eide fixed a bug in
              the OpenNMS.js search example documentation.</font></li>
        </ul>
      </li>
    </ul>
    <font face="Helvetica Neue">
    </font>
    <h2>
      <font face="Helvetica Neue"><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">
    </font>
    <ul>
      <li>
        <p><font face="Helvetica Neue"><strong><a
                href="https://osmc.de/">OSMC - Nuremberg, Germany -
                November 21st through 24th, 2017</a></strong></font></p>
        <p><font face="Helvetica Neue">Ronny Trommer will be speaking at
            OSMC with a talk titled, <em>"Another Year with OpenNMS"</em>,
            discussing the progress made in the last 3 major releases of
            OpenNMS and what's on the roadmap going forward.</font></p>
        <p><font face="Helvetica Neue"><a
              href="https://osmc.de/events/en-another-year-with-opennms/">Ronny's
              talk</a> will be on Thursday, November 23rd.
            Full details of the schedule are available on <a
              href="https://osmc.de/schedule/">the OSMC site</a>.</font></p>
      </li>
    </ul>
    <font face="Helvetica Neue">
    </font>
    <h2>
      <font face="Helvetica Neue"><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">
    </font>
    <p><font face="Helvetica Neue">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:[email protected]">say hi</a>.</font></p>
    <font face="Helvetica Neue">
    </font>
    <p><font face="Helvetica Neue">- Ben</font></p>
    <font face="Helvetica Neue">
    </font>
    <h2>
      <font face="Helvetica Neue"><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">
    </font>
    <ul>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/HZN-1181">HZN-1181</a>:
          Consolidate RestClientFactory and ClientFactory (jest)</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/HZN-1184">HZN-1184</a>:
          Be more robust on error when starting flows feature</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/HZN-1185">HZN-1185</a>:
          Add support for OSGi based Telemetryd adapters</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/HZN-1187">HZN-1187</a>:
          Allow Filtering SNMP Collection</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/HZN-1188">HZN-1188</a>:
          Cache NodeInfo objects instead of re-fetch it all the time</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/HZN-1190">HZN-1190</a>:
          Allow the Jest connection pool size to be configured</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/NMS-8596">NMS-8596</a>:
          JMX config GUI can't connect to JMX service with JNDI name not
          "jmxrmi"</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/NMS-9620">NMS-9620</a>:
          Thread leak in Snmp4JStrategy</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/NMS-9699">NMS-9699</a>:
          ES REST plugin not doing preemptive basic auth</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/NMS-9704">NMS-9704</a>:
          Vaadin fragment bundles not loading correctly in Karaf</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/NMS-9711">NMS-9711</a>:
          Minion WSMAN collector is not functional due to dependency
          missing</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/NMS-9725">NMS-9725</a>:
          Sending bad XML to the Requisitions ReST end point makes the
          API unusable</font></li>
      <li>
        <font face="Helvetica Neue"><a
            href="https://issues.opennms.org/browse/NMS-9735">NMS-9735</a>:
          Modularize telemetryd docs and add overview to telemetry
          daemon</font></li>
    </ul>
    <font face="Helvetica Neue">
    </font>
  </body>
</html>

--------------5BEFCA183ECBFCBB8EBDF342--


--===============0210366380533154450==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===============0210366380533154450==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/wiki/index.php?page=MailingListFaq

opennms-announce mailing list

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