This Week in OpenNMS: October 1st, 2018
Benjamin Reed <[email protected]> Mon, 1 Oct 2018 12:20:13 -0400
| Newsgroups | gmane.network.opennms.announce,gmane.network.opennms.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============7122573053757894449==
Content-Type: multipart/alternative;
boundary="------------1A48F1EF49658B8CB3B4D503"
Content-Language: en-US
This is a multi-part message in MIME format.
--------------1A48F1EF49658B8CB3B4D503
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
It's time for This Week in OpenNMS!
Last week we fixed the Android Compass crash, did more work on OpenNMS
proxy, daemon, link, and collection infrastructure, and fixed a number
of issues with the OpenNMS Docker images. We also worked on a number of
web UI improvements.
<#github-project-updates>Github Project Updates
*
*Internals, APIs, and Documentation*
o Sebastian fixed the daemon tools to always produce success and
failure events.
o Dustin continued his work on single-port flow support.
o Chandra fixed the |collections:collect| command to support
setting the TTL on minions.
o David worked on documentation for the new situation feedback UI.
o Patrick did more work on unified HTTP proxy support for monitors
and such.
o Christian did some work on getting OpenNMS builds working with
newer JDKs.
o Jan Papež fixed a bug in our Docker container image, where the
database name was not properly configured if your database
wasn't called |opennms|. Images for 22.0.4 and higher should
contain the fix.
o |opennms-plugin-protocol-cifs| was added to the default Docker
image in 22.0.4 and higher.
*
*Web & UI*
o Patrick worked on fixing the "change icon" feature in the
topology UI.
o For users with sufficient rights, Christian added support for
linking from the node page to the relevant requisition editor page.
o Antonio worked on refactoring Enlinkd and topology code.
<#compass-321>Compass 3.2.1
OpenNMS Compass, the OpenNMS mobile app, was updated to version 3.2.1
<https://compass.opennms.io/>. This version fixes the crash-on-launch
bug when running on Android 8 (Oreo) and higher, as well as adding
support for setting a timeout for slow connections or OpenNMS servers.
<#hacktoberfest-2018>Hacktoberfest 2018
<https://www.opennms.org/hacktoberfest2018>
Every year, Github and DigitalOcean put on "Hacktoberfest," a way to
celebrate and encourage open source contribution. To participate, you
only need to sign up and then make 5 pull requests to open source
projects during the month of October. For more details, see the OpenNMS
Hacktoberfest 2018 page <https://www.opennms.org/hacktoberfest2018>.
<#upcoming-events-and-appearances>Upcoming Events and Appearances
*
*OSMC 2018 Talk and Hackathon - November 5th through 8th, 2018
<https://osmc.de/>*
Tarus will be speaking on Tuesday, November 6th
<https://osmc.de/schedule/> about the latest features in OpenNMS
including Minions, Telemetryd (flow support), Sextant (alarm
correlation), and more.
Also, some OpenNMS folks will be participating in the OSMC hackathon
<https://osmc.de/hackathon/>. The hackathon will be on Thursday,
November 8th and includes dinner Wednesday night and Thursday
access. More details can be found at the OpenNMS OSMC Hackathon
meetup page <https://wiki.opennms.org/wiki/Meetups/OSMC2018-Hackathon>.
<#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
* COMPASS-81 <https://issues.opennms.org/browse/COMPASS-81>: Compass
crashes under Android 8
* HELM-104 <https://issues.opennms.org/browse/HELM-104>: Publish
Grafana with "OpenNMS Helm App" on Docker Hub
* HZN-1353 <https://issues.opennms.org/browse/HZN-1353>: REST v2:
Filter for alarms that are not situations and not in a situation
* NMS-10331 <https://issues.opennms.org/browse/NMS-10331>: Optionally
create new alarms when a problem reoccurs
* NMS-10345 <https://issues.opennms.org/browse/NMS-10345>:
VmwareMonitor should go down for an entity with unacknowledged
vSphere-Alarms
* NMS-10352 <https://issues.opennms.org/browse/NMS-10352>: Wrong data
type for certain Cassandra JMX counters
* NMS-10364 <https://issues.opennms.org/browse/NMS-10364>: Link Node
Page to Node Requisition
* NMS-10367 <https://issues.opennms.org/browse/NMS-10367>: Cannot
override TTL when running the Karaf Command collections:collect
through Minions
* NMS-10370 <https://issues.opennms.org/browse/NMS-10370>: Erroneous
INFO-level log messages during every forced node rescan
* NMS-10373 <https://issues.opennms.org/browse/NMS-10373>: Improve
concurrency in Vmware Connection Pool
--------------1A48F1EF49658B8CB3B4D503
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 text="#000000" bgcolor="#FFFFFF">
<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 fixed the Android
Compass crash, did more work on OpenNMS proxy, daemon, link, and
collection infrastructure, and fixed a number of issues with the
OpenNMS Docker images. We also worked on a number of web UI
improvements.</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">Sebastian fixed the daemon
tools to always produce success and failure events.</font></li>
<li><font face="Helvetica Neue">Dustin continued his work on
single-port flow support.</font></li>
<li><font face="Helvetica Neue">Chandra fixed the <code>collections:collect</code>
command to support setting the TTL on minions.</font></li>
<li><font face="Helvetica Neue">David worked on documentation
for the new situation feedback UI.</font></li>
<li><font face="Helvetica Neue">Patrick did more work on
unified HTTP proxy support for monitors and such.</font></li>
<li><font face="Helvetica Neue">Christian did some work on
getting OpenNMS builds working with newer JDKs.</font></li>
<li><font face="Helvetica Neue">Jan Papež fixed a bug in our
Docker container image, where the database name was not
properly configured if your database wasn't called <code>opennms</code>.
Images for 22.0.4 and higher should contain the fix.</font></li>
<li>
<font face="Helvetica Neue"><code>opennms-plugin-protocol-cifs</code>
was added to the default Docker image in 22.0.4 and
higher.</font></li>
</ul>
</li>
<li>
<p><font face="Helvetica Neue"><strong>Web & UI</strong></font></p>
<ul>
<li><font face="Helvetica Neue">Patrick worked on fixing the
"change icon" feature in the topology UI.</font></li>
<li><font face="Helvetica Neue">For users with sufficient
rights, Christian added support for linking from the node
page to the relevant requisition editor page.</font></li>
<li><font face="Helvetica Neue">Antonio worked on refactoring
Enlinkd and topology code.</font></li>
</ul>
</li>
</ul>
<font face="Helvetica Neue">
</font>
<h2>
<font face="Helvetica Neue"><a id="user-content-compass-321"
class="anchor" href="#compass-321" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a>Compass
3.2.1</font></h2>
<font face="Helvetica Neue">
</font>
<p><font face="Helvetica Neue">OpenNMS Compass, the OpenNMS mobile
app, was <a href="https://compass.opennms.io/" rel="nofollow">updated
to version 3.2.1</a>.
This version fixes the crash-on-launch bug when running on
Android 8 (Oreo) and higher, as well as adding support for
setting a timeout for slow connections or OpenNMS servers.</font></p>
<font face="Helvetica Neue">
</font>
<h2>
<font face="Helvetica Neue"><a
id="user-content-hacktoberfest-2018" class="anchor"
href="#hacktoberfest-2018" aria-hidden="true"><span
aria-hidden="true" class="octicon octicon-link"></span></a><a
href="https://www.opennms.org/hacktoberfest2018">Hacktoberfest
2018</a></font>
</h2>
<font face="Helvetica Neue">
</font>
<p><font face="Helvetica Neue">Every year, Github and DigitalOcean
put on "Hacktoberfest," a way to celebrate and encourage open
source contribution.
To participate, you only need to sign up and then make 5 pull
requests to open source projects during the month of October.
For more details, see <a
href="https://www.opennms.org/hacktoberfest2018">the OpenNMS
Hacktoberfest 2018 page</a>.</font></p>
<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/" rel="nofollow">OSMC 2018 Talk
and Hackathon - November 5th through 8th, 2018</a></strong></font></p>
<p><font face="Helvetica Neue">Tarus will be <a
href="https://osmc.de/schedule/" rel="nofollow">speaking
on Tuesday, November 6th</a> about the latest features in
OpenNMS including Minions, Telemetryd (flow support),
Sextant (alarm correlation), and more.</font></p>
<p><font face="Helvetica Neue">Also, some OpenNMS folks will be
participating in the <a href="https://osmc.de/hackathon/"
rel="nofollow">OSMC hackathon</a>.
The hackathon will be on Thursday, November 8th and includes
dinner Wednesday night and Thursday access.
More details can be found at the <a
href="https://wiki.opennms.org/wiki/Meetups/OSMC2018-Hackathon"
rel="nofollow">OpenNMS OSMC Hackathon meetup page</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/COMPASS-81"
rel="nofollow">COMPASS-81</a>: Compass crashes under Android
8</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/HELM-104"
rel="nofollow">HELM-104</a>: Publish Grafana with "OpenNMS
Helm App" on Docker Hub</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/HZN-1353"
rel="nofollow">HZN-1353</a>: REST v2: Filter for alarms that
are not situations and not in a situation</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/NMS-10331"
rel="nofollow">NMS-10331</a>: Optionally create new alarms
when a problem reoccurs</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/NMS-10345"
rel="nofollow">NMS-10345</a>: VmwareMonitor should go down
for an entity with unacknowledged vSphere-Alarms</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/NMS-10352"
rel="nofollow">NMS-10352</a>: Wrong data type for certain
Cassandra JMX counters</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/NMS-10364"
rel="nofollow">NMS-10364</a>: Link Node Page to Node
Requisition</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/NMS-10367"
rel="nofollow">NMS-10367</a>: Cannot override TTL when
running the Karaf Command collections:collect through Minions</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/NMS-10370"
rel="nofollow">NMS-10370</a>: Erroneous INFO-level log
messages during every forced node rescan</font></li>
<li>
<font face="Helvetica Neue"><a
href="https://issues.opennms.org/browse/NMS-10373"
rel="nofollow">NMS-10373</a>: Improve concurrency in Vmware
Connection Pool</font></li>
</ul>
<font face="Helvetica Neue">
</font>
</body>
</html>
--------------1A48F1EF49658B8CB3B4D503--
--===============7122573053757894449==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============7122573053757894449==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
This mailing list will be going away effective 1 August 2018.
To ask an OpenNMS question, please visit Stack Overflow (quick link http://ask.opennms.org).
If you want to interact in real time, visit https://chat.opennms.org.
--===============7122573053757894449==--