<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:planet="http://planet.intertwingly.net/" xmlns:indexing="urn:atom-extension:indexing" indexing:index="no"><access:restriction xmlns:access="http://www.bloglines.com/about/specs/fac-1.0" relationship="deny"/>
  <title>Planet OpenNMS</title>
  <updated>2026-06-09T05:00:02Z</updated>
  <generator uri="http://intertwingly.net/code/venus/">Venus</generator>
  <author>
    <name>The OpenNMS Group</name>
    <email>webmaster@opennms.com</email>
  </author>
  <id>https://planet.opennms.org/atom.xml</id>
  <link href="https://planet.opennms.org/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="https://planet.opennms.org/" rel="alternate"/>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21411</id>
    <link href="https://www.opennms.com/en/blog/2026-06-05-time-series-storage/" rel="alternate" type="text/html"/>
    <title>RRDtool, Newts, Prometheus: Where OpenNMS Time Series Storage Goes Next</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>When you're monitoring thousands of devices, the choice of where you put your performance metrics matters. Every value collected by collectd, every response time recorded by pollerd, every streaming telemetry sample ends up stored as time series data, and that data has to keep up, scale out, and play nicely with the tools your IT  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-06-05-time-series-storage/">RRDtool, Newts, Prometheus: Where OpenNMS Time Series Storage Goes Next</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-1"><p>When you're monitoring thousands of devices, the choice of where you put your performance metrics matters. Every value collected by collectd, every response time recorded by pollerd, every streaming telemetry sample ends up stored as time series data, and that data has to keep up, scale out, and play nicely with the tools your IT Operators use day to day. </p>
<p>We've been making changes to the time series storage options in OpenNMS and now is a good moment to explain where we're headed and what it means for you. </p>
</div><div class="fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why Prometheus-Style Time Series Storage?</h4></div><div class="fusion-text fusion-text-2"><p>OpenNMS has long supported several time series backends. For example: RRDtool for traditional file-based storage, Newts on top of Apache Cassandra for horizontally scaled deployments, and a plugin-based path to many other Time Series Storage backends like Prometheus. </p>
<p>Going forward, we're focusing on that last option as the recommended scale-out path. Here's why: </p>
</div><ul class="fusion-checklist fusion-checklist-1 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p><b>Horizontal scalability done right.</b> Prometheus-style stores are purpose-built for ingesting and querying time series at massive volumes. They've been hardened in production at organizations running well into the millions of active series. </p>
</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>First-class query integration.</b> No matter the dashboarding platform your operators are using, their job is about quickly creating queries to make use of the data.  The Prometheus Query Language (PromQL) lets you search your data quickly.  It’s easy to adjust data with computation in-line, it’s templatable and portable, and it’s simple to write and understand.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>A healthier ecosystem.</b> Prometheus has become the de facto open-source standard for metrics. Choosing a Prometheus-compatible backend means more downstream tooling, more community know-how, and more flexibility over time. Customers today are using OpenNMS with Prometheus, Cortex, Mimir, Thanos, and Victoria Metrics – all of which support this Prometheus-style Time Series format.</div></li></ul><div class="fusion-text fusion-text-3"><p>If you're spinning up a new OpenNMS deployment today, or rethinking how to scale an existing one, a Prometheus-style backend is the path we're going to be investing the most in going forward.</p>
</div><div class="fusion-title title fusion-title-2 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Renaming the Cortex Plugin to Prometheus RemoteWrite Plugin</h4></div><div class="fusion-text fusion-text-4"><p>It’s been a bit of an undocumented feature that our Cortex plugin works with any Prometheus remote-write compatible time series backend.  Users have been leveraging it for production workloads for quite some time.  However, the name we initially chose isn’t a true reflection of the broad compatibility we offer and it’s caused some confusion.  "Cortex" refers to one specific implementation, but the plugin works with the wider family of Prometheus-compatible databases that enable remote-write capability. </p>
<p>To better reflect what the plugin actually does, we have renamed the Cortex plugin to <a href="https://github.com/OpenNMS-Plugins/opennms-prometheus-remotewrite-plugin/releases/tag/v2.1.0">Prometheus RemoteWrite Plugin</a>. The functionality is the same; the name is a more accurate description of the broader use case. </p>
<p>We’ve also got more updates planned for the <a href="https://github.com/OpenNMS-Plugins/opennms-prometheus-remotewrite-plugin/releases/tag/v2.1.0">Prometheus RemoteWrite Plugin</a> thanks to the valuable feedback from Horizon users in our community, our Meridian customers, and our own developers and contributors. </p>
</div><div class="fusion-title title fusion-title-3 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>What's Happening with Newts and Cassandra?</h4></div><div class="fusion-text fusion-text-5"><p>When <a href="https://docs.opennms.com/horizon/36/deployment/time-series-storage/newts/introduction.html">Newts</a> was introduced, Apache Cassandra was the most practical answer to "how do I scale this horizontally?" That landscape has changed. Purpose-built time series databases now do this job with less operational overhead, and they integrate more cleanly with modern dashboarding tools. </p>
<p>With that in mind,<b> support for the Newts plugin (Cassandra-backed time series storage) will be discontinued with the upcoming Meridian 26 release. </b></p>
<p>Here's what that means in practice: </p>
</div><ul class="fusion-checklist fusion-checklist-2 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-asterisk fas"/></span><div class="fusion-li-item-content"><span><b>Meridian 26 will still ship with Newts support for existing Newts users</b></span><span><b>.</b></span> If you're already running on Newts, you can continue to do so through that release.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-asterisk fas"/></span><div class="fusion-li-item-content"><span><b>OpenNMS Meridian releases are supported for three years after their initial release.</b></span> Anyone deploying Meridian 26 has a full three-year window of official Newts support — plenty of runway to plan and execute a migration on their own schedule.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-asterisk fas"/></span><div class="fusion-li-item-content"><span><b>After Meridian 26 reaches end of support, OpenNMS will no longer provide official support for the Cassandra backend.</b></span> Newts will not be carried forward into subsequent Meridian releases.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-asterisk fas"/></span><div class="fusion-li-item-content"><span><b>OpenNMS is open source.</b></span> Even after official support ends, the Newts code won't just disappear. The community has historically been a great resource for keeping useful pieces alive, and that option remains for users who want to continue running Newts beyond the official support window.</div></li></ul><div class="fusion-text fusion-text-6"><p>If you're a current Newts user, there's nothing you need to do tomorrow, but it's worth starting to think about your migration path now, while you have plenty of time on the clock.  If you’re an existing Meridian Newts user then we have <a href="https://www.opennms.com/professional-services/">professional services</a> and support options to help you with a migration plan.  Just get in touch.</p>
</div><div class="fusion-title title fusion-title-4 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>What's Happening with RRDs?</h4></div><div class="fusion-text fusion-text-7"><p>Nothing! At least, not yet.  RRDs, or Round Robin Databases, have been used by OpenNMS since the early days and we aren’t moving on from them yet but the work we have done with Time Series Storage (TSS) and the work we are putting in to update and refine our Prometheus TSS plugin is getting us headed in a direction to eventually makes some moves with RRDs as well.  Stay tuned. </p>
</div><div class="fusion-title title fusion-title-5 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Get Started</h4></div><div class="fusion-text fusion-text-8"><p>If you're planning a new OpenNMS deployment, or evaluating how to scale your existing one, here are some good next steps: </p>
</div><ul class="fusion-checklist fusion-checklist-3 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-angle-right fas"/></span><div class="fusion-li-item-content"><b>Read the docs.</b> See the <a href="https://docs.opennms.com/horizon/36/deployment/time-series-storage/timeseries/ts-integration-layer.html">Time Series Integration Layer</a> and <a href="https://docs.opennms.com/meridian/2025/deployment/time-series-storage/timeseries/prometheus-remotewrite.html">Prometheus RemoteWrite Plugin</a> documentation for current configuration details. We'll be updating the docs to reflect the new plugin name as part of the rename.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-angle-right fas"/></span><div class="fusion-li-item-content">
<p><b>Pick a backend.</b> <a href="https://victoriametrics.com/">VictoriaMetrics</a>, Mimir, and Cortex are all good options. Choose based on the operational profile that best fits your team and the support you need. </p>
</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-angle-right fas"/></span><div class="fusion-li-item-content"><b>Install OpenNMS with the new integration plugin. </b>Get your OpenNMS install setup and running with the new <a href="https://docs.opennms.com/meridian/2025/deployment/time-series-storage/timeseries/prometheus-remotewrite.html">Prometheus TSS Plugin</a>.</div></li></ul><div class="fusion-title title fusion-title-6 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Planning for What’s Next</h4></div><div class="fusion-text fusion-text-9"><p>Time series storage is one of those choices that quietly defines what your monitoring platform can do five years from now. By investing in Prometheus-style backends, renaming the Cortex plugin to reflect its broader compatibility, and giving Newts users a clear three-year runway, we're making the next decade of OpenNMS deployments more scalable, more interoperable, and easier to live with. </p>
<p>If you'd like to talk through what makes sense for your environment, <a href="https://www.opennms.com/contact/">contact us</a>. We are happy to help you think it through. </p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-06-05-time-series-storage/">RRDtool, Newts, Prometheus: Where OpenNMS Time Series Storage Goes Next</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-06-05T17:32:53Z</updated>
    <category term="Blog"/>
    <category term="network monitoring"/>
    <category term="prometheus"/>
    <category term="time series storage"/>
    <author>
      <name>José Anés</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21397</id>
    <link href="https://www.opennms.com/en/blog/2026-05-29-need-an-exit-from-junos-space-meridian-is-it/" rel="alternate" type="text/html"/>
    <title>Need an Exit from Junos Space? Meridian Is It.</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>As of July 2024, Juniper effectively deprecated the OpenNMS component of Junos Space with the release of Space 24.1R1. OpenNMS is no longer bundled on Space VMs and has to be installed separately by users. Juniper is currently pointing users at an outdated version of OpenNMS Horizon (which is our community edition) to fill this  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-29-need-an-exit-from-junos-space-meridian-is-it/">Need an Exit from Junos Space? Meridian Is It.</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-10"><p>As of July 2024, Juniper effectively deprecated the OpenNMS component of Junos Space with the release of Space 24.1R1. OpenNMS is no longer bundled on Space VMs and has to be installed separately by users. Juniper is currently pointing users at an outdated version of OpenNMS Horizon (which is our community edition) to fill this gap. If you're still relying on Space for network monitoring, you need a supported, maintained path forward and that's exactly what our <a href="https://www.opennms.com/pricing/">long-term support offerings</a> with OpenNMS Meridian provide. We've already successfully migrated customers from Junos Space to Meridian, and as the team that actually builds and maintains Meridian, we're uniquely positioned to get you there too. </p>
</div><div class="fusion-title title fusion-title-7 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>You're Running Unsupported Software Right Now</h4></div><div class="fusion-text fusion-text-11"><p>Junos Space support is at the end of life. It's shuffled off its mortal coil and ceased to be. However, you might still be relying on it to monitor your network, which means you're running unsupported software, and Juniper isn't coming back to fix it for you. Space had a well-earned reputation for a slow, frustrating UI even among its own users. Now that it's EOL, those problems aren't going anywhere. But we here at <a href="https://www.opennms.com/professional-services/">OpenNMS</a> can help. </p>
</div><div class="fusion-title title fusion-title-8 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Space Was Always a Stale Fork</h4></div><div class="fusion-text fusion-text-12"><p>It's been an open secret for a long time that Junos Space leveraged OpenNMS. In fact, it's based on an older version of OpenNMS Meridian. Space was a frustrating product even when it was supported, and that's because it never got the latest updates. It was always out of date on a stale fork. Engineers who lived with it complained constantly about clunky workflows, an interface that felt a decade behind, and a polling engine that would buckle under real enterprise device counts. Juniper certainly wasn't delivering UI updates, performance improvements, or new features either. </p>
</div><div class="fusion-title title fusion-title-9 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>The Engine Underneath Is Alive and Thriving</h4></div><div class="fusion-text fusion-text-13"><p>The good news is that the core that powered Space has been thriving without it. <a href="https://www.opennms.com/en/blog/2025-11-20-meridian-2025-our-biggest-release-yet/">OpenNMS Meridian</a> has been actively developed for the entire span that Space sat frozen. It's been gaining new features, performance enhancements, and quality improvements that Space users never saw and never will. </p>
</div><div class="fusion-title title fusion-title-10 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Where Space Failed, Meridian Delivers</h4></div><div class="fusion-text fusion-text-14"><p>If you're still relying on Space, or if you liked the basic monitoring and alerting it provided and your workflows are built around it, Meridian is your path forward and it directly addresses the things Space was worst at. The data collection engine is flexible enough to monitor pretty much anything you can point it at. The <a href="https://www.opennms.com/en/blog/2026-03-30-opennms-releases-opennms-plugin-for-grafana-version-12/">Grafana integration</a> produces dashboards that look like they come from this decade rather than the last one. Our <a href="https://docs.opennms.com/meridian/2025/operation/deep-dive/device-config-backup/introduction.html">Device Configuration Backup</a> feature gives you automated backups for your switch and router configurations which is something Space users had to previously cobble together themselves. </p>
</div><div class="fusion-title title fusion-title-11 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Scale Was Always Space's Achilles' Heel</h4></div><div class="fusion-text fusion-text-15"><p>Space also struggled notoriously with larger environments. Admins managing anything north of a few hundred devices reported sluggish discovery, failed polls, and an interface that became nearly unusable at scale because it was never tuned for the workloads it was being handed. Meridian runs comfortably into the tens of thousands of devices out of the box, and with our <a href="https://www.opennms.com/professional-services/">Support offerings</a>, you'll always be covered as your network grows and your monitoring needs evolve. </p>
</div><div class="fusion-title title fusion-title-12 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Stop Waiting and Come Back to the Original</h4></div><div class="fusion-text fusion-text-16"><p>The migration clock is already running. Every day you stay on Space is another day on unsupported, unpatched software with no vendor standing behind it. The move to Meridian isn't a compromise. It's an upgrade to the product Space was always trying to be. <a href="https://www.opennms.com/contact/">Talk to our team today</a> and we'll get you on a migration path that works for your environment. You were going to have to do this anyway. Do it now and come back to the original. </p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-29-need-an-exit-from-junos-space-meridian-is-it/">Need an Exit from Junos Space? Meridian Is It.</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-05-29T15:24:50Z</updated>
    <category term="Blog"/>
    <category term="network monitoring"/>
    <author>
      <name>Marshall Massengill</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21367</id>
    <link href="https://www.opennms.com/en/blog/2026-05-21-how-a-uk-fiber-operator-relies-on-opennms/" rel="alternate" type="text/html"/>
    <title>How a Leading UK Fiber Network Operator Uses OpenNMS to Deliver Reliable Network Monitoring to its Customers</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>The UK’s fiber revolution is well underway with more than 16 million premises now passed by full-fiber infrastructure and over half the country able to access a gigabit-capable connection (Ofcom Connected Nations Report, 2025). Raw coverage is only part of the story though. Behind every fast, reliable broadband connection is a wholesale network operator responsible  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-21-how-a-uk-fiber-operator-relies-on-opennms/">How a Leading UK Fiber Network Operator Uses OpenNMS to Deliver Reliable Network Monitoring to its Customers</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p/><div class="fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-17"><p>The UK’s fiber revolution is well underway with more than 16 million premises now passed by full-fiber infrastructure and over half the country able to access a gigabit-capable connection (<a href="https://www.ofcom.org.uk/research-and-data/telecoms-research/connected-nations">Ofcom Connected Nations Report, 2025</a>). Raw coverage is only part of the story though. Behind every fast, reliable broadband connection is a wholesale network operator responsible for keeping thousands of links running at peak performance, around the clock. This is the story of how one such operator turned to OpenNMS to meet that challenge head-on.</p>
</div><div class="fusion-title title fusion-title-13 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>The Challenge: Meeting a Major ISP’s High Standards</h4></div><div class="fusion-text fusion-text-18"><p>An operator provides the fiber lines and they’re responsible for making sure everything works perfectly for the ISPs that rely on their network. With Internet outages costing the UK economy an estimated £1.4 billion in lost work hours in the past year (<a href="https://www.uswitch.com/media-centre/2025/11/22-4-m-brits-hit-by-broadband-outages-in-the-last-year/">Uswitch, 2025</a>) there is a lot at stake.</p>
<p>When a major national ISP recognized they had outgrown their homegrown tools and they needed enterprise-grade monitoring to meet their service level agreements, they turned to OpenNMS. They needed to ensure precise tracking for thousands of interfaces and delivering the precise 95th percentile link utilization metrics that are the industry-standard measure for wholesale fiber SLAs.</p>
</div><div class="fusion-title title fusion-title-14 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>How OpenNMS Stepped In</h4></div><div class="fusion-text fusion-text-19"><p>A full-fiber access network generates significantly more performance data than an equivalent copper network—per-port diagnostics, optical power levels, and dense interface metrics all add up fast. We rolled out a solution built to handle that scale: 10,000 to 20,000 interfaces across core and edge routers, with metrics collected every five minutes. The goal? Give the operator the data they need, fast and reliably, so the ISP’s customers never miss a beat and auditing reports for SLAs don’t show erroneous results.</p>
</div><div class="fusion-title title fusion-title-15 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>The Results: Reliable Monitoring, Happy Customers</h4></div><div class="fusion-text fusion-text-20"><p>Today, the operator’s ISP monitoring is live and working, with OpenNMS keeping constant watch on the performance of their network. The success of this project has opened the door to more collaboration and bigger monitoring ambitions, including next-generation metric streaming over IPFIX.</p>
</div><div class="fusion-title title fusion-title-16 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>By the Numbers</h4></div><ul class="fusion-checklist fusion-checklist-4 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon icon-Reliable"/></span><div class="fusion-li-item-content">Provider edge routers monitored: 13</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon icon-Reliable"/></span><div class="fusion-li-item-content">Interfaces per router: ~7,700</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon icon-Reliable"/></span><div class="fusion-li-item-content">Metrics per interface: 24</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon icon-Reliable"/></span><div class="fusion-li-item-content">Metrics collected every five minutes: 2,516,016</div></li></ul><div class="fusion-title title fusion-title-17 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Looking Ahead</h4></div><div class="fusion-text fusion-text-21"><p>OpenNMS helped the operator deliver on the ISP’s high expectations, and we’re just getting started. Stay tuned for more stories from the network edge!</p>
</div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-4 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-22"><p style="color: #ffffff; font-size: 22px; line-height: 150%;"><span/><a href="https://www.opennms.com/contact/"><span>Interested in learning more about how OpenNMS can help your company?</span> <span><b>Contact us</b></span> </a>to speak with one of our network monitoring experts.</p>
</div></div></div></div></div>
<p/>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-21-how-a-uk-fiber-operator-relies-on-opennms/">How a Leading UK Fiber Network Operator Uses OpenNMS to Deliver Reliable Network Monitoring to its Customers</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-05-21T12:28:31Z</updated>
    <category term="Blog"/>
    <category term="ISPs"/>
    <category term="network monitoring"/>
    <category term="telecom"/>
    <author>
      <name>Jen Fekin</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:01Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-36.0.0-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-36.0.0-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 36.0.0</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 36.0.0</h4>
<p>Release 36.0.0 is the first major release in the 36.x series.</p>
<p>Introduces new features including DB-backed configuration for SNMP, data collection, and Trapd, plus environment variable support in service configuration.</p>
<h5>Bug</h5>
<ul>
<li>DnsMonitor retry parameter ignored for IOException/timeout failures, causing premature service-down alarms (Issue <a href="https://issues.opennms.org/browse/NMS-19685" rel="nofollow">NMS-19685</a>)</li>
<li>Email Address Disappears When Editing Destination Path (Issue <a href="https://issues.opennms.org/browse/NMS-19616" rel="nofollow">NMS-19616</a>)</li>
<li>FE: Donut graphics on main page are not aligned where there are multiple colors (Issue <a href="https://issues.opennms.org/browse/NMS-19544" rel="nofollow">NMS-19544</a>)</li>
<li>Fix Trivy scan creating duplicate jira issues (Issue <a href="https://issues.opennms.org/browse/NMS-19266" rel="nofollow">NMS-19266</a>)</li>
<li>Fix UI build and test issues (Issue <a href="https://issues.opennms.org/browse/NMS-19562" rel="nofollow">NMS-19562</a>)</li>
<li>Fix UI unit test failures, update vitest (Issue <a href="https://issues.opennms.org/browse/NMS-19626" rel="nofollow">NMS-19626</a>)</li>
<li>Incorrect password complexity regex in password gate Javascript (Issue <a href="https://issues.opennms.org/browse/NMS-19795" rel="nofollow">NMS-19795</a>)</li>
<li>PSQLException: Bad value for type int on node page after eventid exceeds Integer.MAX_VALUE (Issue <a href="https://issues.opennms.org/browse/NMS-19706" rel="nofollow">NMS-19706</a>)</li>
<li>ParseException in log files (Issue <a href="https://issues.opennms.org/browse/NMS-19558" rel="nofollow">NMS-19558</a>)</li>
<li>SNMP Config UI: Remove extra empty list in Definitions (Issue <a href="https://issues.opennms.org/browse/NMS-19680" rel="nofollow">NMS-19680</a>)</li>
<li>SNMP Config updating default overrides not applying changes when no specific value is applied (Issue <a href="https://issues.opennms.org/browse/NMS-19731" rel="nofollow">NMS-19731</a>)</li>
<li>TFTP extension options (Issue <a href="https://issues.opennms.org/browse/NMS-16237" rel="nofollow">NMS-16237</a>)</li>
<li>Update activeMQ library (Issue <a href="https://issues.opennms.org/browse/NMS-19085" rel="nofollow">NMS-19085</a>)</li>
<li>Update com.fasterxml.jackson.core:jackson-core library (Issues <a href="https://issues.opennms.org/browse/NMS-19023" rel="nofollow">NMS-19023</a>, <a href="https://issues.opennms.org/browse/NMS-19587" rel="nofollow">NMS-19587</a>)</li>
<li>Update com.fasterxml.jackson.core:jackson-databind library (Issue <a href="https://issues.opennms.org/browse/NMS-19530" rel="nofollow">NMS-19530</a>)</li>
<li>Update com.hubspot.jinjava:jinjava library (Issues <a href="https://issues.opennms.org/browse/NMS-19511" rel="nofollow">NMS-19511</a>, <a href="https://issues.opennms.org/browse/NMS-19526" rel="nofollow">NMS-19526</a>)</li>
<li>Update com.mchange:c3p0 library (Issues <a href="https://issues.opennms.org/browse/NMS-19568" rel="nofollow">NMS-19568</a>, <a href="https://issues.opennms.org/browse/NMS-19590" rel="nofollow">NMS-19590</a>)</li>
<li>Update com.mchange:mchange-commons-java library (Issues <a href="https://issues.opennms.org/browse/NMS-19569" rel="nofollow">NMS-19569</a>, <a href="https://issues.opennms.org/browse/NMS-19591" rel="nofollow">NMS-19591</a>)</li>
<li>Update com.squareup.okhttp3:okhttp library (Issues <a href="https://issues.opennms.org/browse/NMS-19525" rel="nofollow">NMS-19525</a>, <a href="https://issues.opennms.org/browse/NMS-19588" rel="nofollow">NMS-19588</a>, <a href="https://issues.opennms.org/browse/NMS-19689" rel="nofollow">NMS-19689</a>)</li>
<li>Update commons-fileupload library (Issue <a href="https://issues.opennms.org/browse/NMS-19083" rel="nofollow">NMS-19083</a>)</li>
<li>Update commons-fileupload:commons-fileupload library (Issue <a href="https://issues.opennms.org/browse/NMS-19159" rel="nofollow">NMS-19159</a>)</li>
<li>Update commons-io:commons-io library (Issue <a href="https://issues.opennms.org/browse/NMS-18345" rel="nofollow">NMS-18345</a>)</li>
<li>Update expat library (Issues <a href="https://issues.opennms.org/browse/NMS-18885" rel="nofollow">NMS-18885</a>, <a href="https://issues.opennms.org/browse/NMS-18906" rel="nofollow">NMS-18906</a>, <a href="https://issues.opennms.org/browse/NMS-18940" rel="nofollow">NMS-18940</a>)</li>
<li>Update glibc library (Issue <a href="https://issues.opennms.org/browse/NMS-19408" rel="nofollow">NMS-19408</a>)</li>
<li>Update glibc-common library (Issue <a href="https://issues.opennms.org/browse/NMS-19410" rel="nofollow">NMS-19410</a>)</li>
<li>Update glibc-minimal-langpack library (Issue <a href="https://issues.opennms.org/browse/NMS-19413" rel="nofollow">NMS-19413</a>)</li>
<li>Update gnupg2 library (Issue <a href="https://issues.opennms.org/browse/NMS-19334" rel="nofollow">NMS-19334</a>)</li>
<li>Update io.netty:netty-codec library (Issue <a href="https://issues.opennms.org/browse/NMS-19141" rel="nofollow">NMS-19141</a>)</li>
<li>Update io.netty:netty-codec-http library (Issue <a href="https://issues.opennms.org/browse/NMS-19160" rel="nofollow">NMS-19160</a>)</li>
<li>Update io.netty:netty-codec-http2 library (Issue <a href="https://issues.opennms.org/browse/NMS-19668" rel="nofollow">NMS-19668</a>)</li>
<li>Update java-21-openjdk-headless library (Issue <a href="https://issues.opennms.org/browse/NMS-19589" rel="nofollow">NMS-19589</a>)</li>
<li>Update libarchive library (Issues <a href="https://issues.opennms.org/browse/NMS-19658" rel="nofollow">NMS-19658</a>, <a href="https://issues.opennms.org/browse/NMS-19757" rel="nofollow">NMS-19757</a>)</li>
<li>Update libbrotli library (Issues <a href="https://issues.opennms.org/browse/NMS-19217" rel="nofollow">NMS-19217</a>, <a href="https://issues.opennms.org/browse/NMS-19524" rel="nofollow">NMS-19524</a>)</li>
<li>Update libcap library (Issue <a href="https://issues.opennms.org/browse/NMS-19733" rel="nofollow">NMS-19733</a>)</li>
<li>Update libnghttp2 library (Issue <a href="https://issues.opennms.org/browse/NMS-19659" rel="nofollow">NMS-19659</a>)</li>
<li>Update libpng library (Issue <a href="https://issues.opennms.org/browse/NMS-19157" rel="nofollow">NMS-19157</a>)</li>
<li>Update openssh library (Issues <a href="https://issues.opennms.org/browse/NMS-19604" rel="nofollow">NMS-19604</a>, <a href="https://issues.opennms.org/browse/NMS-19735" rel="nofollow">NMS-19735</a>)</li>
<li>Update openssh-clients library (Issues <a href="https://issues.opennms.org/browse/NMS-19606" rel="nofollow">NMS-19606</a>, <a href="https://issues.opennms.org/browse/NMS-19736" rel="nofollow">NMS-19736</a>)</li>
<li>Update org.apache.activemq:activemq-broker library (Issues <a href="https://issues.opennms.org/browse/NMS-19697" rel="nofollow">NMS-19697</a>, <a href="https://issues.opennms.org/browse/NMS-19741" rel="nofollow">NMS-19741</a>)</li>
<li>Update org.json:json library (Issue <a href="https://issues.opennms.org/browse/NMS-18349" rel="nofollow">NMS-18349</a>)</li>
<li>Update org.lz4:lz4-java library (Issue <a href="https://issues.opennms.org/browse/NMS-19198" rel="nofollow">NMS-19198</a>)</li>
<li>Update python3 library (Issues <a href="https://issues.opennms.org/browse/NMS-19661" rel="nofollow">NMS-19661</a>, <a href="https://issues.opennms.org/browse/NMS-19662" rel="nofollow">NMS-19662</a>, <a href="https://issues.opennms.org/browse/NMS-19737" rel="nofollow">NMS-19737</a>, <a href="https://issues.opennms.org/browse/NMS-19758" rel="nofollow">NMS-19758</a>)</li>
<li>Update python3-libs library (Issues <a href="https://issues.opennms.org/browse/NMS-19664" rel="nofollow">NMS-19664</a>, <a href="https://issues.opennms.org/browse/NMS-19738" rel="nofollow">NMS-19738</a>, <a href="https://issues.opennms.org/browse/NMS-19759" rel="nofollow">NMS-19759</a>, <a href="https://issues.opennms.org/browse/NMS-19763" rel="nofollow">NMS-19763</a>)</li>
<li>Update sqlite-libs library (Issue <a href="https://issues.opennms.org/browse/NMS-19155" rel="nofollow">NMS-19155</a>)</li>
<li>Update uglify-js library (Issue <a href="https://issues.opennms.org/browse/NMS-19531" rel="nofollow">NMS-19531</a>)</li>
<li>Update vim-minimal library (Issues <a href="https://issues.opennms.org/browse/NMS-19665" rel="nofollow">NMS-19665</a>, <a href="https://issues.opennms.org/browse/NMS-19740" rel="nofollow">NMS-19740</a>, <a href="https://issues.opennms.org/browse/NMS-19760" rel="nofollow">NMS-19760</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Add copy icon to node page IP addresses (Issue <a href="https://issues.opennms.org/browse/NMS-19628" rel="nofollow">NMS-19628</a>)</li>
<li>Add filtering on metrics in Kafka producer (Issue <a href="https://issues.opennms.org/browse/NMS-19395" rel="nofollow">NMS-19395</a>)</li>
<li>Add metadata support in service configuration (Issue <a href="https://issues.opennms.org/browse/NMS-19113" rel="nofollow">NMS-19113</a>)</li>
<li>Add node in exported ResponseTimeResource messages (Issue <a href="https://issues.opennms.org/browse/NMS-19223" rel="nofollow">NMS-19223</a>)</li>
<li>DCB: Add config fetch from sshScriptingService output (Issue <a href="https://issues.opennms.org/browse/NMS-19754" rel="nofollow">NMS-19754</a>)</li>
<li>DCB: Emit an event when config changes between backup intervals (Issue <a href="https://issues.opennms.org/browse/NMS-19773" rel="nofollow">NMS-19773</a>)</li>
<li>Move eventconf.xml to DB (Issue <a href="https://issues.opennms.org/browse/NMS-19575" rel="nofollow">NMS-19575</a>)</li>
<li>Move existing events into etc_archive (Issue <a href="https://issues.opennms.org/browse/NMS-19600" rel="nofollow">NMS-19600</a>)</li>
<li>Run Core, Minion and Sentinel on Java 21 even compiled with 17 (Issue <a href="https://issues.opennms.org/browse/NMS-19451" rel="nofollow">NMS-19451</a>)</li>
<li>UX Design for Trapd Config (Issue <a href="https://issues.opennms.org/browse/NMS-19487" rel="nofollow">NMS-19487</a>)</li>
</ul>
<h5>Epic</h5>
<ul>
<li>Support OpenNMS running with Java 21 (Issue <a href="https://issues.opennms.org/browse/NMS-19482" rel="nofollow">NMS-19482</a>)</li>
</ul>
<h5>New Feature</h5>
<ul>
<li>Allow Karaf cache cleanup configuration via environment variables (Issue <a href="https://issues.opennms.org/browse/NMS-19368" rel="nofollow">NMS-19368</a>)</li>
<li>Expose Rest End points to add/update  mib groups, resource types and system definations  for a specific snmp data collection ID (Issue <a href="https://issues.opennms.org/browse/NMS-19453" rel="nofollow">NMS-19453</a>)</li>
<li>Expose rest end points to delete list of snmpCollectionSources | Expose services to delete list of mibgroups,resourcetypes and systemdefs (Issue <a href="https://issues.opennms.org/browse/NMS-19486" rel="nofollow">NMS-19486</a>)</li>
<li>Expose rest endpoint for upload/update trapd configuration (Issue <a href="https://issues.opennms.org/browse/NMS-19611" rel="nofollow">NMS-19611</a>)</li>
<li>FE: Add function to create/update mib groups in data collection config creation UI (Issue <a href="https://issues.opennms.org/browse/NMS-19550" rel="nofollow">NMS-19550</a>)</li>
<li>FE: Add function to create/update resource types in data collection config creation UI (Issue <a href="https://issues.opennms.org/browse/NMS-19551" rel="nofollow">NMS-19551</a>)</li>
<li>FE: Add overwrite and rename functionality for a source (Issue <a href="https://issues.opennms.org/browse/NMS-19452" rel="nofollow">NMS-19452</a>)</li>
<li>FE: Add/Update mib groups and integrate endpoint (Issue <a href="https://issues.opennms.org/browse/NMS-19503" rel="nofollow">NMS-19503</a>)</li>
<li>FE: Add/Update resource types and integrate rest endpoint (Issue <a href="https://issues.opennms.org/browse/NMS-19491" rel="nofollow">NMS-19491</a>)</li>
<li>FE: Add/Update system defs and integrate rest endpoint (Issue <a href="https://issues.opennms.org/browse/NMS-19490" rel="nofollow">NMS-19490</a>)</li>
<li>FE: Change create/edit resource type and mib groups component to drawer (Issue <a href="https://issues.opennms.org/browse/NMS-19570" rel="nofollow">NMS-19570</a>)</li>
<li>FE: Convert Storage Strategy and Persistence Selector Strategy field from select dropdown to autocomplete (Issue <a href="https://issues.opennms.org/browse/NMS-19527" rel="nofollow">NMS-19527</a>)</li>
<li>FE: Create Table for SNMP v3 user management (Issue <a href="https://issues.opennms.org/browse/NMS-19596" rel="nofollow">NMS-19596</a>)</li>
<li>FE: Create form for SNMP v3 User creation and edit (Issue <a href="https://issues.opennms.org/browse/NMS-19597" rel="nofollow">NMS-19597</a>)</li>
<li>FE: Create general configuration form in trap config UI (Issue <a href="https://issues.opennms.org/browse/NMS-19594" rel="nofollow">NMS-19594</a>)</li>
<li>FE: Create initial scaffolding for data collection UI (Issue <a href="https://issues.opennms.org/browse/NMS-19360" rel="nofollow">NMS-19360</a>)</li>
<li>FE: Create initial scaffolding for data collection details UI (Issue <a href="https://issues.opennms.org/browse/NMS-19361" rel="nofollow">NMS-19361</a>)</li>
<li>FE: Data Collection Source page redesign (Issue <a href="https://issues.opennms.org/browse/NMS-19553" rel="nofollow">NMS-19553</a>)</li>
<li>FE: Data collection Details UI page redesign (Issue <a href="https://issues.opennms.org/browse/NMS-19561" rel="nofollow">NMS-19561</a>)</li>
<li>FE: Delete sources, systemdefs, resource types and mib groups (Issue <a href="https://issues.opennms.org/browse/NMS-19514" rel="nofollow">NMS-19514</a>)</li>
<li>FE: Download vendor/source specific files (Issue <a href="https://issues.opennms.org/browse/NMS-19515" rel="nofollow">NMS-19515</a>)</li>
<li>FE: Enable/Disable data collection sources (Issue <a href="https://issues.opennms.org/browse/NMS-19540" rel="nofollow">NMS-19540</a>)</li>
<li>FE: Initial UI for creating datacollection config (Issue <a href="https://issues.opennms.org/browse/NMS-19539" rel="nofollow">NMS-19539</a>)</li>
<li>FE: Integrate get/upload/update rest endpoint for trapd config (Issue <a href="https://issues.opennms.org/browse/NMS-19621" rel="nofollow">NMS-19621</a>)</li>
<li>FE: Integrate source rest endpoint with pagination, sorting and searching (Issue <a href="https://issues.opennms.org/browse/NMS-19439" rel="nofollow">NMS-19439</a>)</li>
<li>FE: Test coverage for sources, system defs, resource types and mib groups (Issue <a href="https://issues.opennms.org/browse/NMS-19488" rel="nofollow">NMS-19488</a>)</li>
<li>Java 21  Support (compiling and running) (Issue <a href="https://issues.opennms.org/browse/NMS-19396" rel="nofollow">NMS-19396</a>)</li>
<li>Provide functionality  to enable/disable status of sources/mibgroups/resourceTypes/systemDefs (Issue <a href="https://issues.opennms.org/browse/NMS-19563" rel="nofollow">NMS-19563</a>)</li>
<li>Update SNMP Config Rest API to add an entire Definition, not just a range (Issue <a href="https://issues.opennms.org/browse/NMS-19516" rel="nofollow">NMS-19516</a>)</li>
<li>Update documentation for trapd config (Issue <a href="https://issues.opennms.org/browse/NMS-19652" rel="nofollow">NMS-19652</a>)</li>
</ul>
<h5>Story</h5>
<ul>
<li>Add  Rest API for new/edit  snmp collection name (profile) (Issue <a href="https://issues.opennms.org/browse/NMS-19713" rel="nofollow">NMS-19713</a>)</li>
<li>Add Integration tests to validate migration to DB (Issue <a href="https://issues.opennms.org/browse/NMS-19769" rel="nofollow">NMS-19769</a>)</li>
<li>Add ability  to download vendor/source specific data collection config files. (Issue <a href="https://issues.opennms.org/browse/NMS-19502" rel="nofollow">NMS-19502</a>)</li>
<li>Add support for downloading Trapd Config (Issue <a href="https://issues.opennms.org/browse/NMS-19724" rel="nofollow">NMS-19724</a>)</li>
<li>Create DB Entities with Dao interface and impls (Issue <a href="https://issues.opennms.org/browse/NMS-19258" rel="nofollow">NMS-19258</a>)</li>
<li>Create Liquibase changelog for SNMP collection configuration tables (Issue <a href="https://issues.opennms.org/browse/NMS-19257" rel="nofollow">NMS-19257</a>)</li>
<li>Deprecate C3P0 connection pool (Issue <a href="https://issues.opennms.org/browse/NMS-19576" rel="nofollow">NMS-19576</a>)</li>
<li>Deprecate JoeSnmp implementation (Issue <a href="https://issues.opennms.org/browse/NMS-19577" rel="nofollow">NMS-19577</a>)</li>
<li>Deprecate WMI support (Issue <a href="https://issues.opennms.org/browse/NMS-19262" rel="nofollow">NMS-19262</a>)</li>
<li>FIPS Compliance : Fix usermanager exception : SHA1PRNG not available (Issue <a href="https://issues.opennms.org/browse/NMS-19519" rel="nofollow">NMS-19519</a>)</li>
<li>Implement REST endpoint to upload and import vendor XML files into database (Issue <a href="https://issues.opennms.org/browse/NMS-19261" rel="nofollow">NMS-19261</a>)</li>
<li>Implement offline XML-to-database migration during upgrade (Issue <a href="https://issues.opennms.org/browse/NMS-19259" rel="nofollow">NMS-19259</a>)</li>
<li>Make OSGiBasedTicketerPlugin the default and auto-enable ticketing when a plugin register (Issue <a href="https://issues.opennms.org/browse/NMS-19521" rel="nofollow">NMS-19521</a>)</li>
<li>Propose design and implementation details (Issue <a href="https://issues.opennms.org/browse/NMS-19225" rel="nofollow">NMS-19225</a>)</li>
<li>Remove SNMP config encryption support in favor of SCV (Secure Credentials Vault) (Issue <a href="https://issues.opennms.org/browse/NMS-19643" rel="nofollow">NMS-19643</a>)</li>
<li>Support Downloading of individual source files from data collection config (Issue <a href="https://issues.opennms.org/browse/NMS-19770" rel="nofollow">NMS-19770</a>)</li>
<li>Trap Config UI doesn't handle if security level is not present in config (Issue <a href="https://issues.opennms.org/browse/NMS-19726" rel="nofollow">NMS-19726</a>)</li>
<li>UX Design for SNMP Configuration Management UI (Issue <a href="https://issues.opennms.org/browse/NMS-19363" rel="nofollow">NMS-19363</a>)</li>
<li>Update DefaultDataCollectionConfigDao to load from database instead of XML files (Issue <a href="https://issues.opennms.org/browse/NMS-19260" rel="nofollow">NMS-19260</a>)</li>
<li>Update outage list page column labels and usability improvements (Issue <a href="https://issues.opennms.org/browse/NMS-19548" rel="nofollow">NMS-19548</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>Clean up plugins include in our containers by default (Issue <a href="https://issues.opennms.org/browse/NMS-19775" rel="nofollow">NMS-19775</a>)</li>
<li>Cleanup some of the issues in snmp data collection feature (Issue <a href="https://issues.opennms.org/browse/NMS-19534" rel="nofollow">NMS-19534</a>)</li>
<li>Create Java 21 Build environment (Issue <a href="https://issues.opennms.org/browse/NMS-19441" rel="nofollow">NMS-19441</a>)</li>
<li>Deprecate "legacy" SNMP Config Rest APIs (Issue <a href="https://issues.opennms.org/browse/NMS-19639" rel="nofollow">NMS-19639</a>)</li>
<li>Docs: Update Elasticsearch (Issue <a href="https://issues.opennms.org/browse/NMS-19555" rel="nofollow">NMS-19555</a>)</li>
<li>Documentation for SNMP Config Rest API updates (Issue <a href="https://issues.opennms.org/browse/NMS-19509" rel="nofollow">NMS-19509</a>)</li>
<li>Enable light/dark mode switching for Vue pages (Issue <a href="https://issues.opennms.org/browse/NMS-19617" rel="nofollow">NMS-19617</a>)</li>
<li>Ensure Trap Config is in search (Issue <a href="https://issues.opennms.org/browse/NMS-19729" rel="nofollow">NMS-19729</a>)</li>
<li>FE: Add UI components for SCV attribute selection in SNMP Config input controls (Issue <a href="https://issues.opennms.org/browse/NMS-19443" rel="nofollow">NMS-19443</a>)</li>
<li>FE: Add concurrently to slightly speed up UI build times (Issue <a href="https://issues.opennms.org/browse/NMS-19584" rel="nofollow">NMS-19584</a>)</li>
<li>FE: Create a component combining FeatherInput with SCV Icon button and apply to SNMP Config (Issue <a href="https://issues.opennms.org/browse/NMS-19510" rel="nofollow">NMS-19510</a>)</li>
<li>FE: Create initial scaffolding for UI (Issue <a href="https://issues.opennms.org/browse/NMS-19592" rel="nofollow">NMS-19592</a>)</li>
<li>FE: Event conf xml validator test case failing (Issue <a href="https://issues.opennms.org/browse/NMS-19365" rel="nofollow">NMS-19365</a>)</li>
<li>FE: Improve Source Selection Flow Before Event Creation (Issue <a href="https://issues.opennms.org/browse/NMS-19364" rel="nofollow">NMS-19364</a>)</li>
<li>FE: Initial SNMP Config UI scaffolding, route and data types (Issue <a href="https://issues.opennms.org/browse/NMS-19226" rel="nofollow">NMS-19226</a>)</li>
<li>FE: Integrate rest endpoint for mib groups with pagination, searching and sorting (Issue <a href="https://issues.opennms.org/browse/NMS-19481" rel="nofollow">NMS-19481</a>)</li>
<li>FE: Integrate rest endpoint for resource types with pagination, searching and sorting (Issue <a href="https://issues.opennms.org/browse/NMS-19480" rel="nofollow">NMS-19480</a>)</li>
<li>FE: Integrate rest endpoint for system defs with pagination, searching and sorting (Issue <a href="https://issues.opennms.org/browse/NMS-19479" rel="nofollow">NMS-19479</a>)</li>
<li>FE: Replace xml with JSON when creating and updating an event. (Issue <a href="https://issues.opennms.org/browse/NMS-19094" rel="nofollow">NMS-19094</a>)</li>
<li>FE: SNMP Config Lookup UI (Issue <a href="https://issues.opennms.org/browse/NMS-19265" rel="nofollow">NMS-19265</a>)</li>
<li>FE: SNMP Config Revised Lookup UI (Issue <a href="https://issues.opennms.org/browse/NMS-19440" rel="nofollow">NMS-19440</a>)</li>
<li>FE: SNMP Config Search UI (Issue <a href="https://issues.opennms.org/browse/NMS-19542" rel="nofollow">NMS-19542</a>)</li>
<li>FE: SNMP Config UI for upload/download config (Issue <a href="https://issues.opennms.org/browse/NMS-19506" rel="nofollow">NMS-19506</a>)</li>
<li>FE: SNMP Config UI layout changes (Issue <a href="https://issues.opennms.org/browse/NMS-19615" rel="nofollow">NMS-19615</a>)</li>
<li>FE: SNMP Config UI should display the default values for items the user did not specifically change (Issue <a href="https://issues.opennms.org/browse/NMS-19564" rel="nofollow">NMS-19564</a>)</li>
<li>FE: SNMP Config UI to save and remove profiles (Issue <a href="https://issues.opennms.org/browse/NMS-19398" rel="nofollow">NMS-19398</a>)</li>
<li>FE: SNMP Config UI to save configuration by IP address and range (Issue <a href="https://issues.opennms.org/browse/NMS-19367" rel="nofollow">NMS-19367</a>)</li>
<li>FE: SNMP Config UI to view and edit global default overrides (Issue <a href="https://issues.opennms.org/browse/NMS-19559" rel="nofollow">NMS-19559</a>)</li>
<li>FE: SNMP Config UI updates: use dropdowns for protocols, etc. (Issue <a href="https://issues.opennms.org/browse/NMS-19507" rel="nofollow">NMS-19507</a>)</li>
<li>FE: SNMP Config updates to allow user to add or change an entire Definition (Issue <a href="https://issues.opennms.org/browse/NMS-19517" rel="nofollow">NMS-19517</a>)</li>
<li>FE: Sort SNMP Config Definitions by Location and IP Address (Issue <a href="https://issues.opennms.org/browse/NMS-19518" rel="nofollow">NMS-19518</a>)</li>
<li>FE: Update fortawesome icons from 4.x to 6.7.2 (Issue <a href="https://issues.opennms.org/browse/NMS-16554" rel="nofollow">NMS-16554</a>)</li>
<li>FE: Upload data collection files from vendor (Issue <a href="https://issues.opennms.org/browse/NMS-19405" rel="nofollow">NMS-19405</a>)</li>
<li>FE: Use common MessageDialog and ConfirmationDialog instead of individual ones (Issue <a href="https://issues.opennms.org/browse/NMS-19523" rel="nofollow">NMS-19523</a>)</li>
<li>Fix Alarm Advanced Search to retain values (Issue <a href="https://issues.opennms.org/browse/NMS-19730" rel="nofollow">NMS-19730</a>)</li>
<li>Hide existing SNMP Config UI (Issue <a href="https://issues.opennms.org/browse/NMS-19630" rel="nofollow">NMS-19630</a>)</li>
<li>Implement rerun for failed tests (Issue <a href="https://issues.opennms.org/browse/NMS-19614" rel="nofollow">NMS-19614</a>)</li>
<li>Initial PrimeVue scaffolding and test page (Issue <a href="https://issues.opennms.org/browse/NMS-19189" rel="nofollow">NMS-19189</a>)</li>
<li>MIB compiler UI design / task breakout (Issue <a href="https://issues.opennms.org/browse/NMS-19131" rel="nofollow">NMS-19131</a>)</li>
<li>Merge SNMP Config feature branch to develop (Issue <a href="https://issues.opennms.org/browse/NMS-19623" rel="nofollow">NMS-19623</a>)</li>
<li>Move Plugins UI component between Integrations and Tools in sidebar (Issue <a href="https://issues.opennms.org/browse/NMS-19528" rel="nofollow">NMS-19528</a>)</li>
<li>POC for combining Password Gateway, User static and user info modals (Issue <a href="https://issues.opennms.org/browse/NMS-19711" rel="nofollow">NMS-19711</a>)</li>
<li>Reduce integration test log verbosity to prevent 50MB log limit failures (Issue <a href="https://issues.opennms.org/browse/NMS-19624" rel="nofollow">NMS-19624</a>)</li>
<li>Remove Landing Pages for Alarms (Issue <a href="https://issues.opennms.org/browse/NMS-19681" rel="nofollow">NMS-19681</a>)</li>
<li>Remove Landing Pages for Events, replace with Event List (Issue <a href="https://issues.opennms.org/browse/NMS-19709" rel="nofollow">NMS-19709</a>)</li>
<li>Remove existing/legacy SNMP Config UI (Issue <a href="https://issues.opennms.org/browse/NMS-19622" rel="nofollow">NMS-19622</a>)</li>
<li>Remove process.env in /ui (Issue <a href="https://issues.opennms.org/browse/NMS-19727" rel="nofollow">NMS-19727</a>)</li>
<li>Replace npm and yarn with pnpm (Issue <a href="https://issues.opennms.org/browse/NMS-19192" rel="nofollow">NMS-19192</a>)</li>
<li>Restructure mib compiler to include rest module (Issue <a href="https://issues.opennms.org/browse/NMS-19625" rel="nofollow">NMS-19625</a>)</li>
<li>Review "legacy" SNMP Config Rest APIs (Issue <a href="https://issues.opennms.org/browse/NMS-19629" rel="nofollow">NMS-19629</a>)</li>
<li>SCV Rest API to get credentials for all aliases (Issue <a href="https://issues.opennms.org/browse/NMS-19483" rel="nofollow">NMS-19483</a>)</li>
<li>SNMP Config Back End, Rest API and UI to Delete a Definition (Issue <a href="https://issues.opennms.org/browse/NMS-19536" rel="nofollow">NMS-19536</a>)</li>
<li>SNMP Config Rest API: Integration Tests (Issue <a href="https://issues.opennms.org/browse/NMS-19397" rel="nofollow">NMS-19397</a>)</li>
<li>SNMP Config UI details should not display error if user has not filled in range (Issue <a href="https://issues.opennms.org/browse/NMS-19708" rel="nofollow">NMS-19708</a>)</li>
<li>SNMP Config UI: Add more help in UI itself (Issue <a href="https://issues.opennms.org/browse/NMS-19728" rel="nofollow">NMS-19728</a>)</li>
<li>SNMP Config to DB: Migrate snmp-config.xml to CM (Issue <a href="https://issues.opennms.org/browse/NMS-19150" rel="nofollow">NMS-19150</a>)</li>
<li>SNMP Config to DB: Rest API for SNMP Lookup by IP Address (Issue <a href="https://issues.opennms.org/browse/NMS-19264" rel="nofollow">NMS-19264</a>)</li>
<li>SNMP Config to DB: Rest API to Add a Definition (Issue <a href="https://issues.opennms.org/browse/NMS-19274" rel="nofollow">NMS-19274</a>)</li>
<li>SNMP Config to DB: Rest API to Add/Update a Profile (Issue <a href="https://issues.opennms.org/browse/NMS-19272" rel="nofollow">NMS-19272</a>)</li>
<li>SNMP Config to DB: Rest API to Delete a Profile (Issue <a href="https://issues.opennms.org/browse/NMS-19273" rel="nofollow">NMS-19273</a>)</li>
<li>SNMP Config to DB: Rest API to Get SNMP Config (Issue <a href="https://issues.opennms.org/browse/NMS-19270" rel="nofollow">NMS-19270</a>)</li>
<li>SNMP Config to DB: Rest API to Remove a Definition (Issue <a href="https://issues.opennms.org/browse/NMS-19281" rel="nofollow">NMS-19281</a>)</li>
<li>SNMP Config to DB: Rest API to Save Definition having multiple ranges (Issue <a href="https://issues.opennms.org/browse/NMS-19271" rel="nofollow">NMS-19271</a>)</li>
<li>SNMP Config to DB: Rest API to Save Global Default Overrides (Issue <a href="https://issues.opennms.org/browse/NMS-19275" rel="nofollow">NMS-19275</a>)</li>
<li>SNMP Config to DB: Rest API to download entire config in XML and Json formats (Issue <a href="https://issues.opennms.org/browse/NMS-19456" rel="nofollow">NMS-19456</a>)</li>
<li>SNMP Config to DB: Rest API to upload entire config in XML and Json formats (Issue <a href="https://issues.opennms.org/browse/NMS-19457" rel="nofollow">NMS-19457</a>)</li>
<li>SNMP Config to DB: Update documentation and screenshots for UI (Issue <a href="https://issues.opennms.org/browse/NMS-19154" rel="nofollow">NMS-19154</a>)</li>
<li>SNMP Config: Ensure we properly handle IPv6 (back end) (Issue <a href="https://issues.opennms.org/browse/NMS-19557" rel="nofollow">NMS-19557</a>)</li>
<li>SNMP Config: Handle adding, merging, deleting definitions with ipMatch (Issue <a href="https://issues.opennms.org/browse/NMS-19543" rel="nofollow">NMS-19543</a>)</li>
<li>SNMP Config: Validate all SCV expressions (Issue <a href="https://issues.opennms.org/browse/NMS-19508" rel="nofollow">NMS-19508</a>)</li>
<li>Silence sass deprecation warnings for things we cannot yet fix due to Bootstrap (Issue <a href="https://issues.opennms.org/browse/NMS-19184" rel="nofollow">NMS-19184</a>)</li>
<li>Trapd Config to DB: Migrate trapd-configuration.xml to CM (Issue <a href="https://issues.opennms.org/browse/NMS-19448" rel="nofollow">NMS-19448</a>)</li>
<li>UBI10: Create the base deploy (Issue <a href="https://issues.opennms.org/browse/NMS-19504" rel="nofollow">NMS-19504</a>)</li>
<li>UI library and security updates - foundation-2024 - April 2026 (Issue <a href="https://issues.opennms.org/browse/NMS-19707" rel="nofollow">NMS-19707</a>)</li>
<li>UI library and security updates April 2026 (core/web-assets) (Issue <a href="https://issues.opennms.org/browse/NMS-19686" rel="nofollow">NMS-19686</a>)</li>
<li>UI security updates April 2026 (Issue <a href="https://issues.opennms.org/browse/NMS-19650" rel="nofollow">NMS-19650</a>)</li>
<li>Update /ui to vitest v4 (Issue <a href="https://issues.opennms.org/browse/NMS-19180" rel="nofollow">NMS-19180</a>)</li>
<li>Update OpenNMS Integration api to 2.0.0 in develop (Issue <a href="https://issues.opennms.org/browse/NMS-19485" rel="nofollow">NMS-19485</a>)</li>
<li>Update axios to 1.6.8 in Foundation-2024 and any other current versions (Issue <a href="https://issues.opennms.org/browse/NMS-16403" rel="nofollow">NMS-16403</a>)</li>
<li>Update date-fns to v4 in /ui (Issue <a href="https://issues.opennms.org/browse/NMS-19181" rel="nofollow">NMS-19181</a>)</li>
<li>Updates to wording and column names for Events and Alarms (Issue <a href="https://issues.opennms.org/browse/NMS-19627" rel="nofollow">NMS-19627</a>)</li>
</ul></div>
    </content>
    <updated>2026-05-13T14:42:07Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21359</id>
    <link href="https://www.opennms.com/en/blog/2026-05-13-may-2026-releases-meridian-2025-0-6-and-2024-3-9/" rel="alternate" type="text/html"/>
    <title>May 2026 Releases – Meridian 2025.0.6 and 2024.3.9</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In May, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2025.0.6 and 2024.3.9 contains a couple of bug fixes and enhancements. For a list of changes, see the release notes: 2024.3.9 2025.0.6</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-13-may-2026-releases-meridian-2025-0-6-and-2024-3-9/">May 2026 Releases – Meridian 2025.0.6 and 2024.3.9</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-5 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-23"><p>In May, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2025.0.6 and 2024.3.9 contains a couple of bug fixes and enhancements.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.9">2024.3.9</a></li>
<li><a href="https://docs.opennms.com/meridian/2025/releasenotes/changelog.html#releasenotes-changelog-Meridian-2025.0.6">2025.0.6</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-13-may-2026-releases-meridian-2025-0-6-and-2024-3-9/">May 2026 Releases – Meridian 2025.0.6 and 2024.3.9</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-05-13T14:31:56Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2025.0.6-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2025.0.6-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2025.0.6-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2025.0.6</p></div>
    </content>
    <updated>2026-05-13T13:37:57Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.9-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.9-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.9-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.9</p></div>
    </content>
    <updated>2026-05-13T13:19:49Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21352</id>
    <link href="https://www.opennms.com/en/blog/2026-05-07-network-monitoring-professional-services/" rel="alternate" type="text/html"/>
    <title>From Installed to Optimized: Introducing OpenNMS Professional Services</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>If your team is among the 63% of organizations fielding more than a thousand infrastructure alerts a day, the problem usually isn't your monitoring platform. It's the gap between a default configuration and one that actually reflects how your environment runs. That gap is what our new Professional Services are built to close. We're excited  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-07-network-monitoring-professional-services/">From Installed to Optimized: Introducing OpenNMS Professional Services</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-6 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-24"><p>If your team is among the 63% of organizations fielding more than a thousand infrastructure alerts a day, the problem usually isn't your monitoring platform. It's the gap between a default configuration and one that actually reflects how your environment runs. </p>
<p>That gap is what our new <a href="https://www.opennms.com/professional-services/">Professional Services</a> are built to close. </p>
<p>We're excited to announce Installation and Integration engagements starting at $500 per project. These services are designed to get OpenNMS deployed the first time correctly and tuned to surface signal instead of noise. </p>
</div><div class="fusion-title title fusion-title-18 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>What's Included</h4></div><div class="fusion-title title fusion-title-19 fusion-sep-none fusion-title-text fusion-title-size-three"><h5>Installation</h5></div><div class="fusion-text fusion-text-25"><p>The Installation track covers what most teams want help with up front: </p>
</div><ul class="fusion-checklist fusion-checklist-5 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Deploy Core</b> — Stand up OpenNMS Core, Minions, and Sentinels with secure communication and validated health checks, so you're production-ready from day one.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Upgrade (Config Merge) </b>— Merge your custom configurations cleanly into a newer release, reducing risk while preserving the tuning your team has already done.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Node Provisioning</b> — Provision up to 1,000 nodes through PRIS, discovery, or whichever method fits your inventory.</div></li></ul><div class="fusion-title title fusion-title-20 fusion-sep-none fusion-title-text fusion-title-size-three"><h5>Integration</h5></div><div class="fusion-text fusion-text-26"><p>The Integration track is where OpenNMS starts to look less like a generic monitoring tool and more like part of your stack: </p>
</div><ul class="fusion-checklist fusion-checklist-6 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Kafka &amp; Prometheus</b> — Connect OpenNMS to your existing data infrastructure for broader observability and external metric consumption.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Custom Authentication</b> — RADIUS, LDAP, Active Directory, Kerberos, and SSO/OAuth via third-party modules.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Alarm &amp; Event Forwarding</b> — Route alarms and events through any of our northbounders: BSF, Drools, email, trap, syslog, the Kafka Producer, or Elasticsearch archiving.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Custom Events &amp; Traps</b> — Scripted event translation and custom trap configurations for the SNMP devices that don't fit a standard MIB.</div></li></ul><div class="fusion-title title fusion-title-21 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why It Matters</h4></div><div class="fusion-text fusion-text-27"><p>The value is straightforward. You get a faster path to a production-ready setup, fewer false positives once you're live, and a configuration our team can stand behind: because we built it with you. </p>
<p>Each package is scoped and priced per project, so you know exactly what you're getting before we start. No surprises. </p>
</div><div class="fusion-title title fusion-title-22 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Ready To Close The Gap?</h4></div><div class="fusion-text fusion-text-28"><p>If you've been putting off a deployment, an upgrade, or that integration backlog because the team doesn't have the cycles, <a href="https://www.opennms.com/professional-services-request/">reach out,</a> and we'll put together a plan tailored to your environment.</p>
</div><div style="text-align: center;"><a class="fusion-button button-flat button-xlarge button-custom fusion-button-default button-1 fusion-button-default-span fusion-button-default-type" href="https://www.opennms.com/professional-services/" target="_self"><span class="fusion-button-text">View all Professional Services options</span></a></div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-05-07-network-monitoring-professional-services/">From Installed to Optimized: Introducing OpenNMS Professional Services</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-05-07T18:52:36Z</updated>
    <category term="Blog"/>
    <category term="News"/>
    <category term="network monitoring"/>
    <category term="professional services"/>
    <author>
      <name>Marshall Massengill</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-35.0.5-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-35.0.5-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 35.0.5</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 35.0.5</h4>
<h5>Bug</h5>
<ul>
<li>Event Translator doesn't pickup changes on reload event (Issue <a href="https://issues.opennms.org/browse/NMS-19613" rel="nofollow">NMS-19613</a>)</li>
<li>MetaTagDataLoader fails to resolve interface scope for streaming telemetry  resources (Issue <a href="https://issues.opennms.org/browse/NMS-19599" rel="nofollow">NMS-19599</a>)</li>
<li>OpenNMS Twin Shell seems to require flows feature ( ipfix ) (Issue <a href="https://issues.opennms.org/browse/NMS-19598" rel="nofollow">NMS-19598</a>)</li>
<li>Update com.hubspot.jinjava:jinjava library (Issue <a href="https://issues.opennms.org/browse/NMS-19526" rel="nofollow">NMS-19526</a>)</li>
<li>Update expat library (Issues <a href="https://issues.opennms.org/browse/NMS-18885" rel="nofollow">NMS-18885</a>, <a href="https://issues.opennms.org/browse/NMS-18906" rel="nofollow">NMS-18906</a>, <a href="https://issues.opennms.org/browse/NMS-18940" rel="nofollow">NMS-18940</a>)</li>
<li>Update java-21-openjdk-headless library (Issue <a href="https://issues.opennms.org/browse/NMS-19589" rel="nofollow">NMS-19589</a>)</li>
<li>Update libbrotli library (Issue <a href="https://issues.opennms.org/browse/NMS-19524" rel="nofollow">NMS-19524</a>)</li>
<li>When Minions are upgraded to 35.0.4 the location and Minion ID is overwritten (Issue <a href="https://issues.opennms.org/browse/NMS-19610" rel="nofollow">NMS-19610</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Event Conf : Support order in which eventconf.xml assigns the order (Issue <a href="https://issues.opennms.org/browse/NMS-19603" rel="nofollow">NMS-19603</a>)</li>
<li>Eventd parameter expansion only resolves ifAlias of associated ipInterface (Issue <a href="https://issues.opennms.org/browse/NMS-19631" rel="nofollow">NMS-19631</a>)</li>
</ul>
<h5>Story</h5>
<ul>
<li>FIPS Compliance : Fix usermanager exception : SHA1PRNG not available (Issue <a href="https://issues.opennms.org/browse/NMS-19519" rel="nofollow">NMS-19519</a>)</li>
<li>Replace CSV-based user login tracking with a dedicated audit log file (Issue <a href="https://issues.opennms.org/browse/NMS-19638" rel="nofollow">NMS-19638</a>)</li>
<li>Update outage list page column labels and usability improvements (Issue <a href="https://issues.opennms.org/browse/NMS-19548" rel="nofollow">NMS-19548</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>CircleCI Investigate resource usage across our jobs (Issue <a href="https://issues.opennms.org/browse/NMS-19454" rel="nofollow">NMS-19454</a>)</li>
<li>Fix the Sentinel Objective (Issue <a href="https://issues.opennms.org/browse/NMS-19554" rel="nofollow">NMS-19554</a>)</li>
</ul></div>
    </content>
    <updated>2026-04-08T15:27:49Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21268</id>
    <link href="https://www.opennms.com/en/blog/2026-04-08-april-2026-releases-meridian-2025-0-5-and-2024-3-8/" rel="alternate" type="text/html"/>
    <title>April 2026 Releases – Meridian 2025.0.5 and 2024.3.8</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In April, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2025.0.5 and 2024.3.8 contains a couple of bug fixes and enhancements. For a list of changes, see the release notes: 2024.3.8 2025.0.5</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-04-08-april-2026-releases-meridian-2025-0-5-and-2024-3-8/">April 2026 Releases – Meridian 2025.0.5 and 2024.3.8</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-7 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-29"><p>In April, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2025.0.5 and 2024.3.8 contains a couple of bug fixes and enhancements.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.8">2024.3.8</a></li>
<li><a href="https://docs.opennms.com/meridian/2025/releasenotes/changelog.html#releasenotes-changelog-Meridian-2025.0.5">2025.0.5</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-04-08-april-2026-releases-meridian-2025-0-5-and-2024-3-8/">April 2026 Releases – Meridian 2025.0.5 and 2024.3.8</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-04-08T15:23:11Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2025.0.5-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2025.0.5-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2025.0.5-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2025.0.5</p></div>
    </content>
    <updated>2026-04-08T14:20:05Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.8-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.8-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.8-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.8</p></div>
    </content>
    <updated>2026-04-08T14:00:40Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21250</id>
    <link href="https://www.opennms.com/en/blog/2026-03-30-opennms-releases-opennms-plugin-for-grafana-version-12/" rel="alternate" type="text/html"/>
    <title>OpenNMS Releases OpenNMS Plugin for Grafana Version 12</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>I am happy to announce that our OpenNMS Plugin for Grafana (OPG) version 12 has been released! Compatibility &amp; What’s New This version is compatible with Grafana 12 (12.4 as of this post) and should also work with Grafana 10 and 11. It works with Horizon 34 or newer as well as with Meridian 25  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-03-30-opennms-releases-opennms-plugin-for-grafana-version-12/">OpenNMS Releases OpenNMS Plugin for Grafana Version 12</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-8 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-30"><p>I am happy to announce that our OpenNMS Plugin for Grafana (OPG) version 12 has been released!</p>
</div><div class="fusion-title title fusion-title-23 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Compatibility &amp; What’s New</h4></div><div class="fusion-text fusion-text-31"><p>This version is compatible with Grafana 12 (12.4 as of this post) and should also work with Grafana 10 and 11. It works with Horizon 34 or newer as well as with Meridian 25 and the upcoming Meridian 26.</p>
<p>It also features various bug fixes, library, and security updates. These under-the-hood improvements help ensure OPG 12 remains stable, performant, and secure as your monitoring environment grows. Keeping dependencies current also means better compatibility with the broader Grafana ecosystem and reduces exposure to known vulnerabilities — an important consideration for teams running OpenNMS in production environments.</p>
</div><div class="fusion-title title fusion-title-24 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Upgrading Your Dashboards</h4></div><div class="fusion-text fusion-text-32"><p>Any dashboards you have built that work with Grafana 9 or greater should still work with OPG v12. You can use our Dashboard Converter tool to convert any dashboards from Grafana 8-11 to a Grafana 12 / OPG 12 compatible version. Dashboards built using Grafana 8 or the older OpenNMS HELM plugin will need to be converted with this tool. </p>
<p>The Dashboard Converter is designed to be straightforward — point it at your existing dashboard JSON, and it handles the migration automatically, preserving your panels, queries, and layout so you can pick up right where you left off without rebuilding from scratch.</p>
</div><div><a class="fusion-button button-3d button-xlarge button-default fusion-button-default button-2 fusion-button-span-yes " href="https://grafana.com/grafana/plugins/opennms-opennms-app/" target="_self"><span class="fusion-button-text">Download OPG Now</span></a></div><div class="fusion-text fusion-text-33"><p>Take a look at our <a href="https://www.opennms.com/en/blog/2025-10-14-opennms-grafana-a-unified-solution-for-your-monitoring-needs/">previous blog post</a> by OpenNMS engineer Saul Bernabe to see how you can use OpenNMS and Grafana together to visualize your network.</p>
<p>Special thanks to Saul Bernabe, Marshall Massengill, and Christian Pape for testing and suggestions!</p>
</div><div class="fusion-title title fusion-title-25 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Screenshots of OPG 12 in Action</h4></div><div class="fusion-text fusion-text-34"><p>1. Node Details</p>
</div><div class="fusion-image-element "><span class=" fusion-imageframe imageframe-none imageframe-1 hover-type-none"><img alt="Node Information" class="img-responsive wp-image-21253" height="1015" src="https://www.opennms.com/wp-content/uploads/2026/03/opg12-node-info-screenshot-scaled.png" title="opg12-node-info-screenshot" width="2000"/></span></div><div class="fusion-text fusion-text-35"><p>2. Alarm Details With Custom Alarm Table Panel</p>
</div><div class="fusion-image-element "><span class=" fusion-imageframe imageframe-none imageframe-2 hover-type-none"><img alt="Alarm Information" class="img-responsive wp-image-21252" height="1015" src="https://www.opennms.com/wp-content/uploads/2026/03/opg12-alarm-info-screenshot-scaled.png" title="opg12-alarm-info-screenshot" width="2000"/></span></div><div class="fusion-text fusion-text-36"><p>3. Outage Details </p>
</div><div class="fusion-image-element "><span class=" fusion-imageframe imageframe-none imageframe-3 hover-type-none"><img alt="Outage Info" class="img-responsive wp-image-21254" height="1015" src="https://www.opennms.com/wp-content/uploads/2026/03/opg12-outage-info-screenshot-scaled.png" title="opg12-outage-info-screenshot" width="2000"/></span></div><div class="fusion-title title fusion-title-26 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Ready to Get Started?</h4></div><div class="fusion-text fusion-text-37"><p>Whether you’re upgrading an existing OPG deployment or exploring OpenNMS and Grafana for the first time, our team is here to help. From installation and integration to custom dashboard design and ongoing support, OpenNMS’s professional services team can guide you every step of the way.</p>
<p>Have questions about OPG 12 or want to discuss your network monitoring setup? <a href="https://www.opennms.com/en/contact/">Contact the OpenNMS team today</a> — we’d love to help you get the most out of your OpenNMS and Grafana environment.</p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-03-30-opennms-releases-opennms-plugin-for-grafana-version-12/">OpenNMS Releases OpenNMS Plugin for Grafana Version 12</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-03-30T14:26:41Z</updated>
    <category term="Blog"/>
    <category term="dashboards"/>
    <category term="grafana"/>
    <category term="network monitoring"/>
    <author>
      <name>Scott Theleman</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21236</id>
    <link href="https://www.opennms.com/en/blog/2026-03-13-a-day-in-the-life-of-the-opennms-services-resident-engineer-investigating-networks-at-carrier-scale/" rel="alternate" type="text/html"/>
    <title>A Day in the Life of the OpenNMS Services Resident Engineer: Investigating Networks at Carrier Scale</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>When people think about professional service and support teams, they often imagine ticket queues and reactive troubleshooting. For the OpenNMS support and services team, the work is far more collaborative. On any given day, our resident engineers are embedded in customer environments, exploring complex networks alongside operators, helping them better understand how their infrastructure behaves  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-03-13-a-day-in-the-life-of-the-opennms-services-resident-engineer-investigating-networks-at-carrier-scale/">A Day in the Life of the OpenNMS Services Resident Engineer: Investigating Networks at Carrier Scale</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p/><div class="fusion-fullwidth fullwidth-box fusion-builder-row-9 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-38"><p>When people think about professional service and support teams, they often imagine ticket queues and reactive troubleshooting. For the OpenNMS support and services team, the work is far more collaborative.</p>
<p>On any given day, our resident engineers are embedded in customer environments, exploring complex networks alongside operators, helping them better understand how their infrastructure behaves and how to get more value from the tools they already use.</p>
<p>Here’s a look at what that work looks like through the lens of a recent engagement with a major telecommunications company.</p>
</div><div class="fusion-title title fusion-title-27 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Starting the Day Inside the Network</h4></div><div class="fusion-text fusion-text-39"><p>Rather than beginning with a ticket, our support and services engineers often start by stepping directly into a customer’s network topology.</p>
<p>In this case, the work centers around a GraphML based topology used to visualize microwave links across a large carrier network. These topologies are hierarchical by design, allowing engineers to navigate from high-level views down to individual sites and devices.</p>
<p>This kind of navigation is essential at scale. Large networks aren’t flat.  Understanding how components relate to one another is often the first step towards a more meaningful investigation. Our resident engineers can explore and refine these views, so they reflect how the network is operated, not just how it’s documented.</p>
</div><div class="fusion-title title fusion-title-28 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Connecting Topology to Live Network Behavior</h4></div><div class="fusion-text fusion-text-40"><p>Once inside a specific site, the focus shifts from structure to what the network is doing right now.</p>
<p>A core part of our service is helping customers bring live operational data into context. Rather than forcing operators to jump between multiple tools, we can help surface real-time metrics directly within topology views.</p>
<p>In this engagement, that meant pulling dynamic measurements into information panels associated with nodes and links. Metrics are retrieved at runtime and displayed alongside the relevant network elements, allowing engineers to understand performance metrics in context. This approach transforms topology beyond a basic map into a working surface for investigation and understanding.</p>
</div><div class="fusion-title title fusion-title-29 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Making Performance Visible at a Glance</h4></div><div class="fusion-text fusion-text-41"><p>One of the most valuable outcomes of this kind of work is visual clarity.</p>
<p>By comparing live measurements against expected target values defined in the topology, links can be visually highlighted when performance drifts outside acceptable ranges. Color-coded indicators allow engineers to quickly identify areas that may require attention before they escalate.</p>
<p>For large telecommunications networks, where issues can develop gradually and across many locations, this kind of visual feedback is critical. It enables proactive investigation rather than reactive troubleshooting.</p>
<p>Helping customers implement and refine these visual cues is a common theme in OpenNMS engineering engagements and one of the biggest values for OpenNMS as a platform.</p>
</div><div class="fusion-title title fusion-title-30 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Working With Real World Network Complexity</h4></div><div class="fusion-text fusion-text-42"><p>No two customer environments are the same, and our support and services team works closely with customers to adapt solutions to real-world constraints, specific to each customer.</p>
<p>Microwave networks, for example, are often deployed in locations where fiber isn’t practical. As a result, site topologies tend to be compact and highly specialized. At the same time, large carrier environments frequently include multiple device types and vendors, sometimes spanning several generations of hardware.</p>
<p>Part of our role is helping customers navigate that complexity.  Our engineers understand how different data models, terminologies, and behaviors fit together, and how to represent them consistently within monitoring and visualization tools.</p>
<p>This work isn’t about forcing uniformity. It’s about making diversity manageable.</p>
</div><div class="fusion-title title fusion-title-31 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Working at OpenNMS Often Involves Exploration</h4></div><div class="fusion-text fusion-text-43"><p>In this case, some of the topology rendering and templating capabilities being used haven't been heavily documented yet. Advancing the solution required examining existing implementations, reviewing code, and experimenting directly within the platform to understand what was possible.</p>
<p>That kind of investigative work is a regular part of how we operate. By deeply understanding the platform and the equipment we are monitoring, we’re able to help customers unlock capabilities they may not have realized were available to them.</p>
</div><div class="fusion-title title fusion-title-32 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Laying the Groundwork for Long-term Value</h4></div><div class="fusion-text fusion-text-44"><p>Much of this work takes place in staging environments, where ideas can be tested and refined without risk production data. The goal is to validate and shape solutions that can evolve alongside the customer’s network and business needs.</p>
<p>By helping customers explore topology-driven visualization, dynamic metrics, and contextual investigation, OpenNMS resident engineers lay the foundation for more scalable, more intuitive network operations over time.</p>
</div><div class="fusion-title title fusion-title-33 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>What Modern Support and Services Really Look Like</h4></div><div class="fusion-text fusion-text-45"><p>A day in the life of the OpenNMS support and services team isn’t about closing tickets as quickly as possible or burning buckets of hours. It’s about working alongside customers to deeply understand their networks and help them operate with confidence.</p>
<p>That means:</p>
<ul>
<li>Navigating complex, layered network environments</li>
<li>Connecting static topology with live operational data</li>
<li>Making performance issues visible and intuitive</li>
<li>Exploring platform capabilities to solve real customer problems</li>
</ul>
<p>This is the kind of service modern networks require — and the kind of partnership OpenNMS strives to deliver every day.</p>
</div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-10 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-9 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-46"><p style="color: #ffffff; font-size: 22px; line-height: 150%;"><span/><a href="https://www.opennms.com/contact/"><span>Interested in learning more about what the OpenNMS support and services team can do for you?</span> <span><b>Contact us</b></span> </a>to speak with one of our network monitoring experts.</p>
</div></div></div></div></div><p/>
<p>The post <a href="https://www.opennms.com/en/blog/2026-03-13-a-day-in-the-life-of-the-opennms-services-resident-engineer-investigating-networks-at-carrier-scale/">A Day in the Life of the OpenNMS Services Resident Engineer: Investigating Networks at Carrier Scale</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-03-13T13:02:08Z</updated>
    <category term="Blog"/>
    <category term="network monitoring"/>
    <category term="network topology"/>
    <category term="professional services"/>
    <category term="resident engineer"/>
    <author>
      <name>Marshall Massengill</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-35.0.4-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-35.0.4-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 35.0.4</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 35.0.4</h4>
<h5>Bug</h5>
<ul>
<li>FE: Fix warnings in EventConfigurationDetail unit tests (Issue <a href="https://issues.opennms.org/browse/NMS-19492" rel="nofollow">NMS-19492</a>)</li>
<li>Missing EventId changes in Meridian 2025 (Issue <a href="https://issues.opennms.org/browse/NMS-19556" rel="nofollow">NMS-19556</a>)</li>
<li>ParseException in log files (Issue <a href="https://issues.opennms.org/browse/NMS-19558" rel="nofollow">NMS-19558</a>)</li>
<li>Pollerd is slow to start after async support added (Issue <a href="https://issues.opennms.org/browse/NMS-19538" rel="nofollow">NMS-19538</a>)</li>
<li>Realtime graphing doesn't work when the Cortex TSS plugin is used (Issue <a href="https://issues.opennms.org/browse/NMS-19489" rel="nofollow">NMS-19489</a>)</li>
<li>Update com.hubspot.jinjava:jinjava library (Issue <a href="https://issues.opennms.org/browse/NMS-19511" rel="nofollow">NMS-19511</a>)</li>
<li>Update com.mchange:c3p0 library (Issue <a href="https://issues.opennms.org/browse/NMS-19568" rel="nofollow">NMS-19568</a>)</li>
<li>Update com.mchange:mchange-commons-java library (Issue <a href="https://issues.opennms.org/browse/NMS-19569" rel="nofollow">NMS-19569</a>)</li>
<li>Update com.squareup.okhttp3:okhttp library (Issue <a href="https://issues.opennms.org/browse/NMS-19525" rel="nofollow">NMS-19525</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Offer the fancy new Resource Graphs interface in the sidebar (Issue <a href="https://issues.opennms.org/browse/NMS-19532" rel="nofollow">NMS-19532</a>)</li>
</ul>
<h5>New Feature</h5>
<ul>
<li>Karaf Command to Clear Alarms (Issue <a href="https://issues.opennms.org/browse/NMS-19552" rel="nofollow">NMS-19552</a>)</li>
</ul>
<h5>Story</h5>
<ul>
<li>OpenNMS fails to start after dropdb due to missing provisiond-configuration.xml (Issue <a href="https://issues.opennms.org/browse/NMS-19565" rel="nofollow">NMS-19565</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>Backport of Jung depenedncies (Issue <a href="https://issues.opennms.org/browse/NMS-19571" rel="nofollow">NMS-19571</a>)</li>
</ul></div>
    </content>
    <updated>2026-03-11T14:44:00Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21225</id>
    <link href="https://www.opennms.com/en/blog/2026-03-11-march-2026-releases-meridian-2025-0-4-and-2024-3-7/" rel="alternate" type="text/html"/>
    <title>March 2026 Releases – Meridian 2025.0.4 and 2024.3.7</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In March, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2025.0.4 and 2024.3.7 contains a couple of bug fixes, enhancements and new features. For a list of changes, see the release notes: 2024.3.7 2025.0.4</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-03-11-march-2026-releases-meridian-2025-0-4-and-2024-3-7/">March 2026 Releases – Meridian 2025.0.4 and 2024.3.7</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-11 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-10 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-47"><p>In March, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2025.0.4 and 2024.3.7 contains a couple of bug fixes, enhancements and new features.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.7">2024.3.7</a></li>
<li><a href="https://docs.opennms.com/meridian/2025/releasenotes/changelog.html#releasenotes-changelog-Meridian-2025.0.4">2025.0.4</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-03-11-march-2026-releases-meridian-2025-0-4-and-2024-3-7/">March 2026 Releases – Meridian 2025.0.4 and 2024.3.7</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-03-11T14:39:03Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2025.0.4-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2025.0.4-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2025.0.4-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2025.0.4</p></div>
    </content>
    <updated>2026-03-11T13:51:48Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.7-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.7-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.7-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.7</p></div>
    </content>
    <updated>2026-03-11T13:32:55Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21208</id>
    <link href="https://www.opennms.com/en/blog/2026-02-17-when-tv-imitates-it-reality-what-the-pitts-hospital-outage-teaches-us-about-network-monitoring/" rel="alternate" type="text/html"/>
    <title>When TV Imitates IT Reality: What The Pitt’s Hospital Outage Teaches Us About Network Monitoring</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>If you watched the newest season of The Pitt, you likely felt your stomach drop the moment the hospital’s computer systems went down. The episode perfectly captures the dire consequences of a computer outage in an emergency department, including high-stakes delays and operational turmoil. This dramatic moment mirrors the real challenges hospitals face when their  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-02-17-when-tv-imitates-it-reality-what-the-pitts-hospital-outage-teaches-us-about-network-monitoring/">When TV Imitates IT Reality: What &lt;i&gt;The Pitt’s&lt;/i&gt; Hospital Outage Teaches Us About Network Monitoring</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p/><div class="fusion-fullwidth fullwidth-box fusion-builder-row-12 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-48"><p>If you watched the newest season of <i>The Pitt</i>, you likely felt your stomach drop the moment the hospital’s computer systems went down. The episode perfectly captures the dire consequences of a computer outage in an emergency department, including high-stakes delays and operational turmoil.  </p>
<p>This dramatic moment mirrors the real challenges hospitals face when their networks fail. <a href="https://www.censinet.com/perspectives/healthcare-downtime-costs-hospitals-average-study">Recent data shows</a> that outages are a persistent and costly threat to hospitals across the U.S. </p>
</div><div class="fusion-title title fusion-title-34 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Hospital Outage Statistics</h4></div><div class="fusion-text fusion-text-49"><p>Major studies examining recent healthcare disruption events found: </p>
<ul>
<li>    <a href="https://www.beckershospitalreview.com/healthcare-information-technology/cybersecurity/crowdstrike-crash-disrupted-digital-services-at-750-us-hospitals/">34% of U.S. hospitals (759 of 2,232)</a> experienced digital service disruptions during a major 2024 outage tied to faulty software.  </li>
<li>    Across those hospitals, <a href="https://www.beckershospitalreview.com/healthcare-information-technology/cybersecurity/crowdstrike-crash-disrupted-digital-services-at-750-us-hospitals/">1,098 individual service outages</a> were documented, with 21.8% affecting direct patient care systems like imaging platforms and electronic health records. </li>
<li>    The <a href="https://www.beckershospitalreview.com/healthcare-information-technology/cybersecurity/crowdstrike-crash-disrupted-digital-services-at-750-us-hospitals/">median downtime was five hours</a>, with <a href="https://dbtech.com/8-shocking-downtime-stats-in-healthcare-and-how-to-avoid-them/">70% of outages </a>lasting over 8 hours, and some hospitals were offline for more than 48 hours.  </li>
<li>    Hospitals lose between <a href="https://www.censinet.com/perspectives/healthcare-downtime-costs-hospitals-average-study">$7,500 and $7,900 per minute of downtime</a>.  </li>
<li>    Nearly <a href="https://dbtech.com/8-shocking-downtime-stats-in-healthcare-and-how-to-avoid-them/">96% of hospitals</a> have experienced at least one unplanned EHR downtime event in the past three years.  </li>
<li>    During the July 2024 global IT incident, at least <a href="https://abcnews.go.com/Health/12-major-hospitals-health-systems-affected-global-outage/story?id=112103722">12 major U.S. hospital systems</a> were affected, with several canceling elective and non-emergency surgeries.  </li>
</ul>
</div><div class="fusion-title title fusion-title-35 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Pop Culture Reflects Real Risks</h4></div><div class="fusion-text fusion-text-50"><p>Healthcare IT networks are complex ecosystems: EMRs, imaging devices, nurse call systems, telemedicine systems, patient monitoring systems, and medication delivery platforms all rely on a functioning digital backbone that is often spread across disparate network vendors. </p>
<p>Just like it was depicted in <i>The Pitt</i>, IT failures can affect patient-facing systems, operational tools, and essential clinical communication systems.  </p>
<p>This underscores the urgent need for real-time network visibility and proactive outage detection tools. </p>
</div><div class="fusion-title title fusion-title-36 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why OpenNMS Is the Best Choice for Hospital Network Monitoring</h4></div><div class="fusion-text fusion-text-51"><p>OpenNMS delivers exactly the type of observability that could prevent the kind of cascading failures dramatized in <i>The Pitt</i>—and the ones hospitals experienced in the nationwide outages described above.</p>
<p><b>1. End-to-End Visibility Across Critical Systems </b></p>
<p>Hospitals often manage tens of thousands of networked devices. OpenNMS consolidates monitoring into a coherent view, allowing IT teams to detect failures before they disrupt care. </p>
<p><b>2. Proactive Alerting to Minimize Downtime </b></p>
<p>With uptime costing upwards of <a href="https://dbtech.com/8-shocking-downtime-stats-in-healthcare-and-how-to-avoid-them/">$7,500 per minute</a>, reactive troubleshooting is not sufficient. OpenNMS gives admins the ability to detect issues in real time, helping hospital IT teams isolate and resolve problems quickly.  </p>
<p><b>3. Open Source Transparency + Enterprise Durability </b></p>
<p>Healthcare organizations benefit from flexibility, auditability, and traceability, combined with enterprise-grade scale, security, and reliability. </p>
<p><b>4. Designed for Distributed, Multi-Site Healthcare Systems </b></p>
<p>Whether you're monitoring a single facility or coordinating multiple hospitals and outpatient clinics, OpenNMS scales seamlessly to support complex distributed environments.</p>
</div><div class="fusion-title title fusion-title-37 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>If <em>The Pitt's</em> IT Team Had OpenNMS…</h4></div><div class="fusion-text fusion-text-52"><p>With real-time insights, hospitals can drastically mitigate potential outages: </p>
</div><ul class="fusion-checklist fusion-checklist-7 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p>    Early warnings can identify the malfunctioning services. </p>
</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p>    Proactive alerting strategies keep critical systems online by alerting those who need to know. </p>
</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p>    Staff can maintain continuity of care instead of scrambling blindly. </p>
</div></li></ul><div class="fusion-text fusion-text-53"><p>While it might make for less dramatic television, it makes for significantly better patient outcomes. </p>
</div><div class="fusion-title title fusion-title-38 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Healthcare Needs Reliable Network Monitoring</h4></div><div class="fusion-text fusion-text-54"><p>As both pop culture and real-world statistics show, the cost of downtime in clinical settings is too high. Hospitals require resilient network monitoring platforms to seamlessly access digital clinical tools, protect patient safety, and ensure operational efficiency. </p>
</div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-55"><p style="color: #fff; font-size: 22px; line-height: 150%;"><span/><a href="https://www.opennms.com/contact/"><span><b>Contact us</b></span> </a>to learn how OpenNMS delivers the observability, reliability, and speed that modern healthcare demands.</p>
</div></div></div></div></div><p/>
<p>The post <a href="https://www.opennms.com/en/blog/2026-02-17-when-tv-imitates-it-reality-what-the-pitts-hospital-outage-teaches-us-about-network-monitoring/">When TV Imitates IT Reality: What &lt;i&gt;The Pitt’s&lt;/i&gt; Hospital Outage Teaches Us About Network Monitoring</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-02-17T23:25:56Z</updated>
    <category term="Blog"/>
    <author>
      <name>Jen Fekin</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-05T17:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21200</id>
    <link href="https://www.opennms.com/en/blog/2026-02-11-february-2026-releases-meridian-2025-0-3-2024-3-6-and-2023-2-5/" rel="alternate" type="text/html"/>
    <title>February 2026 Releases – Meridian 2025.0.3, 2024.3.6 and 2023.2.5</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In February, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2025.0.3, 2024.3.6 and 2023.2.5 contains a couple of bug fixes, enhancements and new features. For a list of changes, see the release notes: 2023.2.5 (Crazy Harry) 2024.3.6 2025.0.3</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-02-11-february-2026-releases-meridian-2025-0-3-2024-3-6-and-2023-2-5/">February 2026 Releases – Meridian 2025.0.3, 2024.3.6 and 2023.2.5</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-47"><p>In February, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2025.0.3, 2024.3.6 and 2023.2.5 contains a couple of bug fixes, enhancements and new features.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.2.5">2023.2.5</a> (<a href="https://muppet.fandom.com/wiki/Crazy_Harry"><em>Crazy Harry</em></a>)</li>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.6">2024.3.6</a></li>
<li><a href="https://docs.opennms.com/meridian/2025/releasenotes/changelog.html#releasenotes-changelog-Meridian-2025.0.3">2025.0.3</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-02-11-february-2026-releases-meridian-2025-0-3-2024-3-6-and-2023-2-5/">February 2026 Releases – Meridian 2025.0.3, 2024.3.6 and 2023.2.5</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-02-11T16:16:06Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-06-01T16:30:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-35.0.3-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-35.0.3-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 35.0.3</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 35.0.3</h4>
<p>Release 35.0.3 contains a couple of bug fixes and enhancements.</p>
<h5>Bug</h5>
<ul>
<li>Update multiple libraries (Issue <a href="https://issues.opennms.org/browse/NMS-19438" rel="nofollow">NMS-19438</a>)</li>
<li>MailTransportMonitor steps all over itself (Issue <a href="https://issues.opennms.org/browse/NMS-8099" rel="nofollow">NMS-8099</a>)</li>
<li>Schema for prometheus collector missing from packages (Issue <a href="https://issues.opennms.org/browse/NMS-19269" rel="nofollow">NMS-19269</a>)</li>
<li>Update glibc library (Issue <a href="https://issues.opennms.org/browse/NMS-19408" rel="nofollow">NMS-19408</a>)</li>
<li>Update glibc-common library (Issue <a href="https://issues.opennms.org/browse/NMS-19410" rel="nofollow">NMS-19410</a>)</li>
<li>Update glibc-minimal-langpack library (Issue <a href="https://issues.opennms.org/browse/NMS-19413" rel="nofollow">NMS-19413</a>)</li>
<li>Update gnupg2 library (Issue <a href="https://issues.opennms.org/browse/NMS-19334" rel="nofollow">NMS-19334</a>)</li>
<li>Update libbrotli library (Issue <a href="https://issues.opennms.org/browse/NMS-19217" rel="nofollow">NMS-19217</a>)</li>
<li>Update libpng library (Issue <a href="https://issues.opennms.org/browse/NMS-19157" rel="nofollow">NMS-19157</a>)</li>
<li>Update org.bitbucket.b_c:jose4j library (Issue <a href="https://issues.opennms.org/browse/NMS-19434" rel="nofollow">NMS-19434</a>)</li>
<li>Update org.lz4:lz4-java library (Issue <a href="https://issues.opennms.org/browse/NMS-19198" rel="nofollow">NMS-19198</a>)</li>
<li>Update sqlite-libs library (Issue <a href="https://issues.opennms.org/browse/NMS-19155" rel="nofollow">NMS-19155</a>)</li>
<li>Update uglify-js library (Issue <a href="https://issues.opennms.org/browse/NMS-19245" rel="nofollow">NMS-19245</a>)</li>
<li>opennms:twin-subscribe missing on minion (Issue <a href="https://issues.opennms.org/browse/NMS-19404" rel="nofollow">NMS-19404</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Expose SNMP Trapd queue size metrics via JMX (Issue <a href="https://issues.opennms.org/browse/NMS-19277" rel="nofollow">NMS-19277</a>)</li>
<li>Expose SNMP Traps dispatched not just in batch size (Issue <a href="https://issues.opennms.org/browse/NMS-19278" rel="nofollow">NMS-19278</a>)</li>
<li>Investigate if we can measure SNMP Traps on the listener (Issue <a href="https://issues.opennms.org/browse/NMS-19279" rel="nofollow">NMS-19279</a>)</li>
<li>Provide a unique identifier for Events and Alarms for log tracing across multiple instances (Issue <a href="https://issues.opennms.org/browse/NMS-19402" rel="nofollow">NMS-19402</a>)</li>
<li>Provide internal SNMP Trap listener JMX metrics per device (Issue <a href="https://issues.opennms.org/browse/NMS-19403" rel="nofollow">NMS-19403</a>)</li>
</ul>
<h5>Story</h5>
<ul>
<li>Show configurable topics for Kafka Producer feature (Issue <a href="https://issues.opennms.org/browse/NMS-19366" rel="nofollow">NMS-19366</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>Add a copy of COPYING in OpenNMS Core (Issue <a href="https://issues.opennms.org/browse/NMS-19442" rel="nofollow">NMS-19442</a>)</li>
<li>Add a script to install and configure rrd for Mac/Ubuntu environments (Issue <a href="https://issues.opennms.org/browse/NMS-19144" rel="nofollow">NMS-19144</a>)</li>
<li>Create CentOS 10 install documentation (Issue <a href="https://issues.opennms.org/browse/NMS-19060" rel="nofollow">NMS-19060</a>)</li>
<li>Update the link for Version in about page (Issue <a href="https://issues.opennms.org/browse/NMS-19407" rel="nofollow">NMS-19407</a>)</li>
</ul></div>
    </content>
    <updated>2026-02-11T16:03:53Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:57:07Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2025.0.3-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2025.0.3-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2025.0.3-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2025.0.3</p></div>
    </content>
    <updated>2026-02-11T15:16:49Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:37:57Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.6-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.6-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.6-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.6</p></div>
    </content>
    <updated>2026-02-11T14:56:40Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-05-13T13:19:49Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2023.2.5-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2023.2.5-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2023.2.5-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2023.2.5</p></div>
    </content>
    <updated>2026-02-11T14:36:01Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-04-08T14:41:12Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21178</id>
    <link href="https://www.opennms.com/en/blog/2026-01-16-in-a-world-short-on-memory-lean-network-monitoring-still-matters/" rel="alternate" type="text/html"/>
    <title>In a World Short on Memory, Lean Network Monitoring Still Matters</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Today, the tech industry is grappling with a global memory-chip crunch. Demand for DRAM and NAND is being driven to unprecedented levels by AI infrastructure build-outs, leading to supply tightening and soaring prices. For many organizations, this shortage has real cost and procurement implications. RAM and flash memory have suddenly become expensive and hard to  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-01-16-in-a-world-short-on-memory-lean-network-monitoring-still-matters/">In a World Short on Memory, Lean Network Monitoring Still Matters</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p/><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-41"><p>Today, the tech industry is grappling with a <a href="https://www.astutegroup.com/news/industrial/ai-infrastructure-boom-drives-historic-dram-shortage-and-price-surge-across-semiconductor-markets/">global memory-chip crunch</a>. Demand for DRAM and NAND is being driven to unprecedented levels by AI infrastructure build-outs, <a href="https://www.techradar.com/pro/is-ram-the-new-bitcoin-ddr4-memory-prices-are-rising-so-fast-some-tracker-graphs-are-running-out-of-space-and-i-fear-2026-could-well-see-a-10x-price-rise">leading to supply tightening and soaring prices</a>. </p>
<p>For many organizations, this shortage has real cost and procurement implications. RAM and flash memory have suddenly become expensive and hard to source. </p>
<p>In that environment, deploying a heavy, resource-hungry monitoring stack isn’t just difficult; it could be impossible. That’s where the virtues of a lean network monitoring system like OpenNMS come into play. </p>
</div><div class="fusion-title title fusion-title-27 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Lightweight Data Collection</h4></div><div class="fusion-text fusion-text-42"><p>OpenNMS can run effectively in memory-constrained environments. That’s not just our opinion; we’re backing it up with <a href="https://github.com/opennms-forge/opennms-benchmark">fully open benchmarking</a> that anyone can examine themselves. </p>
<p>As an example, we have been testing OpenNMS performance when OpenNMS Core is used <a href="https://github.com/opennms-forge/opennms-benchmark/wiki/Collectd-SNMP-and-Kafka-Producer">to collect metrics and then forward them to a northbound system</a> via Kafka, and the results speak for themselves.  With an OpenNMS core system that has only 8GB of memory allocated for the Java Heap, we can push well over 3600 metrics per second (or 176 metrics per host with over 6000 hosts with our default 5-minute interval collection).   </p>
<p>Furthermore, the design of the OpenNMS architecture is flexible, enabling you to put resources where you need them, be that on the OpenNMS Core, the remote collecting Minions, or downstream on your backend databases for metric storage. </p>
<p>Java has a reputation for being a resource hog, and it couldn’t be further from the truth. The fact is that well-architected and well-built Java enterprise applications can be some of the most performant applications in an IT environment. You don’t just have to take our word for it, as one of our long-time community members recently put it: “I used to believe that OpenNMS was a resource hog; I no longer believe so.” </p>
</div><div class="fusion-title title fusion-title-28 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Lean Event Processing: OpenNMS Holds Up</h4></div><div class="fusion-text fusion-text-43"><p>The benchmarks also cover event-driven workloads (like SNMP traps) and high-volume log ingestion (syslog). The “<a href="https://github.com/opennms-forge/opennms-benchmark/wiki/SNMP-Traps-load-testing">SNMP Traps load testing</a>” and “<a href="https://github.com/opennms-forge/opennms-benchmark/wiki/Syslog-load-testing">Syslog load testing</a>” scenarios demonstrate that OpenNMS doesn’t require heavy memory overhead to handle real-world volumes of asynchronous events and log messages.  </p>
<p>Specifically for trap processing, with just 8GB of memory for the Java Heap, OpenNMS Core can scale to handle over 2000 traps per second with no loss.  That adds up too!  A single 8GB (with a paltry 4 CPU cores) instance of OpenNMS could handle up to 172,800,000 traps per day, and that’s without saturating dependencies like PostgreSQL, Kafka, or our remote collectors (Minions). </p>
</div><div class="fusion-title title fusion-title-29 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Start Small, Scale as You Need it to Future-Proof Monitoring Amidst a Memory Crisis</h4></div><div class="fusion-text fusion-text-44"><p>One of the biggest advantages of OpenNMS’s architecture is that you can begin with a modest and lightweight deployment (just a single Core and a PostgreSQL database are all you need), then scale up or out as your monitoring needs grow and change.  </p>
<p>Scaling OpenNMS isn’t just dependent on the resources for the OpenNMS core, though; we are reliant on external services like our core PostgreSQL database, message brokers (Kafka), storage, or indexing back-ends.  This means that rather than loading everything into a single, memory-heavy box, you can break out the services you need and scale them each as you need to expand your monitoring needs. </p>
<p>In the context of a <a href="https://www.cnbc.com/2026/01/10/micron-ai-memory-shortage-hbm-nvidia-samsung.html">memory-scarce market</a>, where <a href="https://www.reuters.com/world/china/ai-frenzy-is-driving-new-global-supply-chain-crisis-2025-12-03/">DRAM prices have surged</a>, and memory supply is expected to remain tight through 2027, this flexibility matters more than ever. You’re not forced to commit to a high-resource server up front. Instead, you can deploy with minimal resources and grow capacity only when and where it's needed. </p>
</div><div class="fusion-title title fusion-title-30 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why OpenNMS Makes Sense in 2026’s Resource Tight World</h4></div><ul class="fusion-checklist fusion-checklist-5 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p>    OpenNMS’s efficient, modular architecture is well-suited to low-memory environments (edge servers, containers, small VMs), yet can still reliably handle SNMP polling, traps, syslog, and other workloads at large scale. </p>
</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p>    When demand grows with more devices, more metrics, and more logs, OpenNMS scales vertically and horizontally by leveraging flexible external services (message queues, databases, time series storage back-ends). </p>
</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p>    In a time when memory is expensive, scarce, and prioritized for AI data centers, that scalability is not just convenient, but strategic. </p>
</div></li></ul></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-14 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-13 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-45"><p style="color: #fff; font-size: 22px; line-height: 150%;">Ready to see what OpenNMS can do for you? <a href="https://www.opennms.com/contact/"><b>Contact us</b></a> to set up a demo and learn how OpenNMS’s lean network monitoring system can work for your organization.</p>
</div></div></div></div></div><p/>
<p>The post <a href="https://www.opennms.com/en/blog/2026-01-16-in-a-world-short-on-memory-lean-network-monitoring-still-matters/">In a World Short on Memory, Lean Network Monitoring Still Matters</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-01-16T19:44:26Z</updated>
    <category term="Blog"/>
    <category term="lean network monitoring"/>
    <author>
      <name>Marshall Massengill</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-05-28T20:10:01Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-35.0.2-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-35.0.2-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 35.0.2</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 35.0.2</h4>
<p>Release 35.0.2 contains a couple of bug fixes and enhancements.</p>
<h5>Bug</h5>
<ul>
<li>Event translator problem after upgrade to 35 (Issue <a href="https://issues.opennms.org/browse/NMS-19276" rel="nofollow">NMS-19276</a>)</li>
<li>UI : Event config events display gets cut off when label is longer than normal (Issue <a href="https://issues.opennms.org/browse/NMS-19359" rel="nofollow">NMS-19359</a>)</li>
<li>WS-Man datacollection failures with new WS-Man Client v1.3.2 (Issue <a href="https://issues.opennms.org/browse/NMS-18072" rel="nofollow">NMS-18072</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Enable Kafka Producer to sent separate topics to different Kafka Servers (Issue <a href="https://issues.opennms.org/browse/NMS-19082" rel="nofollow">NMS-19082</a>)</li>
<li>FE: Make Severity and Status coulmns sortable on Event Config details UI (Issue <a href="https://issues.opennms.org/browse/NMS-19214" rel="nofollow">NMS-19214</a>)</li>
<li>Handle new Event Conf UI due to changes in NMS-19070 (Issue <a href="https://issues.opennms.org/browse/NMS-19182" rel="nofollow">NMS-19182</a>)</li>
<li>Improve error handling when Kafka topics don't exist (Issue <a href="https://issues.opennms.org/browse/NMS-19117" rel="nofollow">NMS-19117</a>)</li>
<li>JSON parsing SNMP Property Extender (Issue <a href="https://issues.opennms.org/browse/NMS-19147" rel="nofollow">NMS-19147</a>)</li>
</ul>
<h5>Epic</h5>
<ul>
<li>Investigate and implement use of a more modern Javascript package manager (Issue <a href="https://issues.opennms.org/browse/NMS-19190" rel="nofollow">NMS-19190</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>Add support to sort by Severity and Status for eventconf events (Issue <a href="https://issues.opennms.org/browse/NMS-19099" rel="nofollow">NMS-19099</a>)</li>
<li>Expose rest endpoint for creating/updating source (Issue <a href="https://issues.opennms.org/browse/NMS-19134" rel="nofollow">NMS-19134</a>)</li>
<li>FE: Integrate api for creating/updating the source (Issue <a href="https://issues.opennms.org/browse/NMS-19161" rel="nofollow">NMS-19161</a>)</li>
<li>Fix tests that are failing due to missing jrrd2 (Issue <a href="https://issues.opennms.org/browse/NMS-19308" rel="nofollow">NMS-19308</a>)</li>
</ul></div>
    </content>
    <updated>2026-01-14T18:33:08Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-04-08T14:20:05Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21170</id>
    <link href="https://www.opennms.com/en/blog/2026-01-14-january-2026-releases-meridian-2025-0-2-2024-3-5-and-2023-2-4/" rel="alternate" type="text/html"/>
    <title>January 2026 Releases – Meridian 2025.0.2, 2024.3.5 and 2023.2.4</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In January, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2025.0.2, 2024.3.5 and 2023.2.4 contains a couple of bug fixes, enhancements and new features. For a list of changes, see the release notes: 2023.2.4 (Dr. Strangepork) 2024.3.5 2025.0.2</p>
<p>The post <a href="https://www.opennms.com/en/blog/2026-01-14-january-2026-releases-meridian-2025-0-2-2024-3-5-and-2023-2-4/">January 2026 Releases – Meridian 2025.0.2, 2024.3.5 and 2023.2.4</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-40"><p>In January, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2025.0.2, 2024.3.5 and 2023.2.4 contains a couple of bug fixes, enhancements and new features.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.2.4">2023.2.4</a> (<a href="https://muppet.fandom.com/wiki/Dr._Julius_Strangepork"><em>Dr. Strangepork</em></a>)</li>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.5">2024.3.5</a></li>
<li><a href="https://docs.opennms.com/meridian/2025/releasenotes/changelog.html#releasenotes-changelog-Meridian-2025.0.2">2025.0.2</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2026-01-14-january-2026-releases-meridian-2025-0-2-2024-3-5-and-2023-2-4/">January 2026 Releases – Meridian 2025.0.2, 2024.3.5 and 2023.2.4</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2026-01-14T16:39:02Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-05-19T13:50:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2025.0.2-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2025.0.2-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2025.0.2-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2025.0.2</p></div>
    </content>
    <updated>2026-01-14T15:47:33Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-04-08T14:00:40Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.5-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.5-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.5-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.5</p></div>
    </content>
    <updated>2026-01-14T15:32:03Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-03-11T14:15:28Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2023.2.4-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2023.2.4-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2023.2.4-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2023.2.4</p></div>
    </content>
    <updated>2026-01-14T15:16:33Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-03-11T13:51:48Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-35.0.1-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-35.0.1-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 35.0.1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 35.0.1</h4>
<p>Release 35.0.1 contains a couple of bug fixes and enhancement.</p>
<h5>Bug</h5>
<ul>
<li>Update confd service-template to match the new compact layout (Issue <a href="https://issues.opennms.org/browse/NMS-19249" rel="nofollow">NMS-19249</a>)</li>
<li>Upgrade to OpenNMS 35 on Debian breaks installation (Issue <a href="https://issues.opennms.org/browse/NMS-19228" rel="nofollow">NMS-19228</a>)</li>
</ul>
<h5>New Feature</h5>
<ul>
<li>FE: Change Structured Node page pagination values (Issue <a href="https://issues.opennms.org/browse/NMS-19162" rel="nofollow">NMS-19162</a>)</li>
</ul></div>
    </content>
    <updated>2025-12-16T22:18:55Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-03-11T13:32:55Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-35.0.0-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-35.0.0-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 35.0.0</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 35.0.0</h4>
<p>Release 35.0.0 is the first in the Horizon 35 series.</p>
<p>Introducing new features, including event definitions are now stored in the database, enabling dynamic management without requiring eventd restarts.</p>
<h5>Bug</h5>
<ul>
<li>Broken stylesheets for links in the legacy web components (Issue <a href="https://issues.opennms.org/browse/NMS-18326" rel="nofollow">NMS-18326</a>)</li>
<li>Update commons-fileupload library (Issues <a href="https://issues.opennms.org/browse/NMS-18406" rel="nofollow">NMS-18406</a>, <a href="https://issues.opennms.org/browse/NMS-19083" rel="nofollow">NMS-19083</a> and <a href="https://issues.opennms.org/browse/NMS-18216" rel="nofollow">NMS-18216</a>)</li>
<li>Update activeMQ library (Issue <a href="https://issues.opennms.org/browse/NMS-19085" rel="nofollow">NMS-19085</a>)</li>
<li>Clear Key and Auto Clean description is incorrect (Issue <a href="https://issues.opennms.org/browse/NMS-19087" rel="nofollow">NMS-19087</a>)</li>
<li>Clicking an alarm in the "Nodes with Pending Alarms" on landing page leads to an alarm page without menu (Issue <a href="https://issues.opennms.org/browse/NMS-18221" rel="nofollow">NMS-18221</a>)</li>
<li>EnhancedLinkd OSPF discovery causes RPC deadlock due to blocking nested SNMP GET in callback (Issue <a href="https://issues.opennms.org/browse/NMS-19109" rel="nofollow">NMS-19109</a>)</li>
<li>FE: Description is overlapping on search bar (Issue <a href="https://issues.opennms.org/browse/NMS-19027" rel="nofollow">NMS-19027</a>)</li>
<li>FE: Admin menu page and global search for event configuration does not point to new event configuration UI (Issue <a href="https://issues.opennms.org/browse/NMS-19102" rel="nofollow">NMS-19102</a>)</li>
<li>FE: Cannot reorder columns (Issue <a href="https://issues.opennms.org/browse/NMS-18167" rel="nofollow">NMS-18167</a>)</li>
<li>FE: During folder upload duplicate files are being uploaded. (Issue <a href="https://issues.opennms.org/browse/NMS-19116" rel="nofollow">NMS-19116</a>)</li>
<li>FE: Ensure plugins menu item is only displayed if plugins are installed (Issue <a href="https://issues.opennms.org/browse/NMS-18285" rel="nofollow">NMS-18285</a>)</li>
<li>FE: Integrate api for getting event source by source id (Issue <a href="https://issues.opennms.org/browse/NMS-19073" rel="nofollow">NMS-19073</a>)</li>
<li>FE: Node list filters: Various bug fixes (Issue <a href="https://issues.opennms.org/browse/NMS-18226" rel="nofollow">NMS-18226</a>)</li>
<li>FE: Search term persists after cleared (Issue <a href="https://issues.opennms.org/browse/NMS-18166" rel="nofollow">NMS-18166</a>)</li>
<li>FE: The Add/Update request fails when the event XML includes HTML tags. (Issue <a href="https://issues.opennms.org/browse/NMS-18971" rel="nofollow">NMS-18971</a>)</li>
<li>FE: UI not checking roles during route validation (Issue <a href="https://issues.opennms.org/browse/NMS-18533" rel="nofollow">NMS-18533</a>)</li>
<li>FE: Update CSP in web.xml for tile provider (Issue <a href="https://issues.opennms.org/browse/NMS-18549" rel="nofollow">NMS-18549</a>)</li>
<li>Fix IntegrationAPIIT test failure related to event loading behavior (Issue <a href="https://issues.opennms.org/browse/NMS-19009" rel="nofollow">NMS-19009</a>)</li>
<li>Fix flaky test : SituationRestIT (Issue <a href="https://issues.opennms.org/browse/NMS-18205" rel="nofollow">NMS-18205</a>)</li>
<li>Fix invalid HTML tags in vendor event configuration examples (Issue <a href="https://issues.opennms.org/browse/NMS-19179" rel="nofollow">NMS-19179</a>)</li>
<li>Fix login redirecting to css file (Issue <a href="https://issues.opennms.org/browse/NMS-18175" rel="nofollow">NMS-18175</a>)</li>
<li>Flows menu item should display for ROLE_ADMIN as well as ROLE_FLOW_MANAGER (Issue <a href="https://issues.opennms.org/browse/NMS-19100" rel="nofollow">NMS-19100</a>)</li>
<li>Inconsistent tile provider configuration (Issue <a href="https://issues.opennms.org/browse/NMS-18274" rel="nofollow">NMS-18274</a>)</li>
<li>Inconsistent tile server in the geographical maps (Issue <a href="https://issues.opennms.org/browse/NMS-18290" rel="nofollow">NMS-18290</a>)</li>
<li>Incorrect extraction of IPs during SNMP discovery (Issue <a href="https://issues.opennms.org/browse/NMS-18051" rel="nofollow">NMS-18051</a>)</li>
<li>Investigate upload failures on eventconf upload page (Issue <a href="https://issues.opennms.org/browse/NMS-19028" rel="nofollow">NMS-19028</a>)</li>
<li>Loading bean from BeanUtils concurrently is causing deadlock (Issue <a href="https://issues.opennms.org/browse/NMS-18228" rel="nofollow">NMS-18228</a>)</li>
<li>Main Menu Dashboards → Dashboards doesn’t go to Dashboards (Issue <a href="https://issues.opennms.org/browse/NMS-18194" rel="nofollow">NMS-18194</a>)</li>
<li>Open Redirect on "redirect" Parameter (Issue <a href="https://issues.opennms.org/browse/NMS-19037" rel="nofollow">NMS-19037</a>)</li>
<li>OpenNMS fails to start when SnmpPoller is enabled (Issue <a href="https://issues.opennms.org/browse/NMS-18220" rel="nofollow">NMS-18220</a>)</li>
<li>Fix permissions for classifications and Provision cm (Issue <a href="https://issues.opennms.org/browse/NMS-19046" rel="nofollow">NMS-19046</a> and <a href="https://issues.opennms.org/browse/NMS-19047" rel="nofollow">NMS-19047</a>))</li>
<li>Prometheus JMX exporter doesn’t expose database connection pool metrics by default (Issue <a href="https://issues.opennms.org/browse/NMS-18542" rel="nofollow">NMS-18542</a>)</li>
<li>Improve input validation on forecast graph page (Issue <a href="https://issues.opennms.org/browse/NMS-19055" rel="nofollow">NMS-19055</a>)</li>
<li>Remove unnecessary 2nd click for menus with just one entry (Issue <a href="https://issues.opennms.org/browse/NMS-18193" rel="nofollow">NMS-18193</a>)</li>
<li>Remove vertical spacing on top of Node List page (Issue <a href="https://issues.opennms.org/browse/NMS-19103" rel="nofollow">NMS-19103</a>)</li>
<li>SCV broken in 34-SNAPSHOT (Issue <a href="https://issues.opennms.org/browse/NMS-18131" rel="nofollow">NMS-18131</a>)</li>
<li>SFlow Parser doesn’t respect dnslookupsEnabled=false (Issue <a href="https://issues.opennms.org/browse/NMS-18242" rel="nofollow">NMS-18242</a>)</li>
<li>SNMP Configuration page has bad formatting (Issue <a href="https://issues.opennms.org/browse/NMS-18186" rel="nofollow">NMS-18186</a>)</li>
<li>Same icons for different menus (Issue <a href="https://issues.opennms.org/browse/NMS-18195" rel="nofollow">NMS-18195</a>)</li>
<li>Improve Provision Requisition Name (Issue <a href="https://issues.opennms.org/browse/NMS-19038" rel="nofollow">NMS-19038</a>)</li>
<li>Shortcut to set search focus is not working (Issue <a href="https://issues.opennms.org/browse/NMS-18269" rel="nofollow">NMS-18269</a>)</li>
<li>Update SCV Rest Service for admin only (Issues <a href="https://issues.opennms.org/browse/NMS-18535" rel="nofollow">NMS-18535</a>, <a href="https://issues.opennms.org/browse/NMS-18548" rel="nofollow">NMS-18548</a> and <a href="https://issues.opennms.org/browse/NMS-18325" rel="nofollow">NMS-18325</a>)</li>
<li>Update activemq-client, activemq-openwire-legacy library (Issue <a href="https://issues.opennms.org/browse/NMS-18224" rel="nofollow">NMS-18224</a>)</li>
<li>Update com.hubspot.jinjava:jinjava library (Issues <a href="https://issues.opennms.org/browse/NMS-18343" rel="nofollow">NMS-18343</a>, <a href="https://issues.opennms.org/browse/NMS-19062" rel="nofollow">NMS-19062</a>)</li>
<li>Update com.squareup.okhttp3:okhttp library (Issue <a href="https://issues.opennms.org/browse/NMS-19112" rel="nofollow">NMS-19112</a>)</li>
<li>Update cups-libs library (Issues <a href="https://issues.opennms.org/browse/NMS-18312" rel="nofollow">NMS-18312</a>, <a href="https://issues.opennms.org/browse/NMS-18336" rel="nofollow">NMS-18336</a>)</li>
<li>Update expat library (Issue <a href="https://issues.opennms.org/browse/NMS-18337" rel="nofollow">NMS-18337</a>)</li>
<li>Update io.grpc:grpc-netty-shaded library (Issue <a href="https://issues.opennms.org/browse/NMS-19063" rel="nofollow">NMS-19063</a>)</li>
<li>Update io.netty:netty-codec-http library (Issue <a href="https://issues.opennms.org/browse/NMS-19142" rel="nofollow">NMS-19142</a>)</li>
<li>Update io.netty:netty-codec-http2 library (Issue <a href="https://issues.opennms.org/browse/NMS-18315" rel="nofollow">NMS-18315</a>)</li>
<li>Update io.netty:netty-codec-smtp library (Issue <a href="https://issues.opennms.org/browse/NMS-19064" rel="nofollow">NMS-19064</a>)</li>
<li>Update java-17-openjdk-headless library (Issue <a href="https://issues.opennms.org/browse/NMS-18102" rel="nofollow">NMS-18102</a>)</li>
<li>Update libarchive library (Issues <a href="https://issues.opennms.org/browse/NMS-18230" rel="nofollow">NMS-18230</a>, <a href="https://issues.opennms.org/browse/NMS-18313" rel="nofollow">NMS-18313</a>, <a href="https://issues.opennms.org/browse/NMS-18338" rel="nofollow">NMS-18338</a>)</li>
<li>Update okio library (Issue <a href="https://issues.opennms.org/browse/NMS-18215" rel="nofollow">NMS-18215</a>)</li>
<li>Update org.apache.zookeeper:zookeeper library (Issue <a href="https://issues.opennms.org/browse/NMS-18037" rel="nofollow">NMS-18037</a>)</li>
<li>Update pam library (Issues <a href="https://issues.opennms.org/browse/NMS-18314" rel="nofollow">NMS-18314</a>, <a href="https://issues.opennms.org/browse/NMS-18339" rel="nofollow">NMS-18339</a>)</li>
<li>Update python3 library (Issue <a href="https://issues.opennms.org/browse/NMS-18069" rel="nofollow">NMS-18069</a>)</li>
<li>Update python3-libs library (Issue <a href="https://issues.opennms.org/browse/NMS-18071" rel="nofollow">NMS-18071</a>)</li>
<li>Update sqlite-libs library (Issues <a href="https://issues.opennms.org/browse/NMS-18340" rel="nofollow">NMS-18340</a>, <a href="https://issues.opennms.org/browse/NMS-18356" rel="nofollow">NMS-18356</a>, <a href="https://issues.opennms.org/browse/NMS-18368" rel="nofollow">NMS-18368</a>, <a href="https://issues.opennms.org/browse/NMS-18402" rel="nofollow">NMS-18402</a>, <a href="https://issues.opennms.org/browse/NMS-19110" rel="nofollow">NMS-19110</a>, <a href="https://issues.opennms.org/browse/NMS-19111" rel="nofollow">NMS-19111</a>, <a href="https://issues.opennms.org/browse/NMS-19140" rel="nofollow">NMS-19140</a>)</li>
<li>When you click on an alarm the navigation and application header is gone (Issue <a href="https://issues.opennms.org/browse/NMS-18266" rel="nofollow">NMS-18266</a>)</li>
<li>Whitespace and menu and navigation header should be ignored (Issue <a href="https://issues.opennms.org/browse/NMS-18268" rel="nofollow">NMS-18268</a>)</li>
<li>decodeBER throws exception on PDU with long numeric BER value encoding (Issue <a href="https://issues.opennms.org/browse/NMS-18160" rel="nofollow">NMS-18160</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Add REST Endpoint for Viewing, Creating, and modifying Situations (Issue <a href="https://issues.opennms.org/browse/NMS-18004" rel="nofollow">NMS-18004</a>)</li>
<li>Add an option to upload all existing files in etc/events (Issue <a href="https://issues.opennms.org/browse/NMS-19029" rel="nofollow">NMS-19029</a>)</li>
<li>Cleanup event conf file loading from file system (Issue <a href="https://issues.opennms.org/browse/NMS-18966" rel="nofollow">NMS-18966</a>)</li>
<li>Disable loading of events from filesystem (Issue <a href="https://issues.opennms.org/browse/NMS-18295" rel="nofollow">NMS-18295</a>)</li>
<li>FE: Delete a specifc event by source and event ID (Issue <a href="https://issues.opennms.org/browse/NMS-18263" rel="nofollow">NMS-18263</a>)</li>
<li>FE: Display empty list if no node available (Issue <a href="https://issues.opennms.org/browse/NMS-18214" rel="nofollow">NMS-18214</a>)</li>
<li>FE: Reduce whitespace in menu, combine expand/collapse with lock (Issue <a href="https://issues.opennms.org/browse/NMS-18279" rel="nofollow">NMS-18279</a>)</li>
<li>Identify a trap with OID instead of variable position (Issue <a href="https://issues.opennms.org/browse/NMS-19070" rel="nofollow">NMS-19070</a>)</li>
<li>Improve Confd template for opennms-datasources.xml and documentation (Issue <a href="https://issues.opennms.org/browse/NMS-18757" rel="nofollow">NMS-18757</a>)</li>
<li>Investigation of IPFIX config distribution to Minions (Issue <a href="https://issues.opennms.org/browse/NMS-18032" rel="nofollow">NMS-18032</a>)</li>
<li>Make Poller service scheduling asynchronous to improve startup time (Issue <a href="https://issues.opennms.org/browse/NMS-18963" rel="nofollow">NMS-18963</a>)</li>
<li>Optionally include query and results in reason code of JDBCQueryMonitor (Issue <a href="https://issues.opennms.org/browse/NMS-18335" rel="nofollow">NMS-18335</a>)</li>
<li>Expose surveillance categories in a single comma-delimited tag/label (Issue <a href="https://issues.opennms.org/browse/NMS-18238" rel="nofollow">NMS-18238</a>)</li>
<li>Remove JRobin implementation in v35 (Issue <a href="https://issues.opennms.org/browse/NMS-17897" rel="nofollow">NMS-17897</a>)</li>
<li>Remove TestLoadLibraries from service configuration (Issue <a href="https://issues.opennms.org/browse/NMS-19040" rel="nofollow">NMS-19040</a>)</li>
<li>Removed outdated references in shipped config (Issue <a href="https://issues.opennms.org/browse/NMS-18239" rel="nofollow">NMS-18239</a>)</li>
<li>Show alarm types as human-readable names (Issue <a href="https://issues.opennms.org/browse/NMS-19090" rel="nofollow">NMS-19090</a>)</li>
<li>Simplify opennms-datasources.xml by making factory and class-name attributes optional with defaults (Issue <a href="https://issues.opennms.org/browse/NMS-18964" rel="nofollow">NMS-18964</a>)</li>
<li>Simplify service-configuration.xml by removing defaults (Issue <a href="https://issues.opennms.org/browse/NMS-19007" rel="nofollow">NMS-19007</a>)</li>
<li>Support EventConf coming from Integration API (Issue <a href="https://issues.opennms.org/browse/NMS-19136" rel="nofollow">NMS-19136</a>)</li>
<li>Switch decode string and decode value in event definition user interface (Issue <a href="https://issues.opennms.org/browse/NMS-19089" rel="nofollow">NMS-19089</a>)</li>
</ul>
<h5>Epic</h5>
<ul>
<li>Create a Meta-Data context from environment variables (Issue <a href="https://issues.opennms.org/browse/NMS-18531" rel="nofollow">NMS-18531</a>)</li>
<li>Support OpenConfig flow to Minion (Issue <a href="https://issues.opennms.org/browse/NMS-18142" rel="nofollow">NMS-18142</a>)</li>
</ul>
<h5>New Feature</h5>
<ul>
<li>Add system properties for UI display of date and time (Issue <a href="https://issues.opennms.org/browse/NMS-17992" rel="nofollow">NMS-17992</a>)</li>
<li>Delete multiple events from a source. (Issue <a href="https://issues.opennms.org/browse/NMS-18236" rel="nofollow">NMS-18236</a>)</li>
<li>Delete one or more sources by ID (also deletes associated events) (Issue <a href="https://issues.opennms.org/browse/NMS-18234" rel="nofollow">NMS-18234</a>)</li>
<li>Enable or disable one or more sources (and optionally cascade to their events). (Issue <a href="https://issues.opennms.org/browse/NMS-18233" rel="nofollow">NMS-18233</a>)</li>
<li>Expose a REST API to add an event to EventConfSource. (Issue <a href="https://issues.opennms.org/browse/NMS-18324" rel="nofollow">NMS-18324</a>)</li>
<li>Expose a REST API to update an event in EventConfSource (Issue <a href="https://issues.opennms.org/browse/NMS-18308" rel="nofollow">NMS-18308</a>)</li>
<li>FE: Ability to resize width of side menu (Issue <a href="https://issues.opennms.org/browse/NMS-18289" rel="nofollow">NMS-18289</a>)</li>
<li>FE: Add icons for submenus (Issue <a href="https://issues.opennms.org/browse/NMS-18979" rel="nofollow">NMS-18979</a>)</li>
<li>FE: Add validation for already uploaded event sources (Issue <a href="https://issues.opennms.org/browse/NMS-18306" rel="nofollow">NMS-18306</a>)</li>
<li>FE: Delete a specifc source by its ID (Issue <a href="https://issues.opennms.org/browse/NMS-18262" rel="nofollow">NMS-18262</a>)</li>
<li>FE: Display confirmation dialog when deleting EventConf source (Issue <a href="https://issues.opennms.org/browse/NMS-18272" rel="nofollow">NMS-18272</a>)</li>
<li>FE: Display confirmation dialog when deleting event in EventConf Source (Issue <a href="https://issues.opennms.org/browse/NMS-18273" rel="nofollow">NMS-18273</a>)</li>
<li>FE: Display initial table for events in source details (Issue <a href="https://issues.opennms.org/browse/NMS-18264" rel="nofollow">NMS-18264</a>)</li>
<li>FE: Edit an event under a specific source by event and source ID (Issue <a href="https://issues.opennms.org/browse/NMS-18265" rel="nofollow">NMS-18265</a>)</li>
<li>FE: Enable/Disable a specific source (Issue <a href="https://issues.opennms.org/browse/NMS-18260" rel="nofollow">NMS-18260</a>)</li>
<li>FE: Enable/Disable event under a specific resource (Issue <a href="https://issues.opennms.org/browse/NMS-18261" rel="nofollow">NMS-18261</a>)</li>
<li>FE: Hide enable/disable/delete source and events where vendor is opennms (Issue <a href="https://issues.opennms.org/browse/NMS-18318" rel="nofollow">NMS-18318</a>)</li>
<li>FE: Hover over menu items opens flyout menu (Issue <a href="https://issues.opennms.org/browse/NMS-18287" rel="nofollow">NMS-18287</a>)</li>
<li>FE: Integrate VAceEditor with EventConfigEventEditDrawer to save event in xml format. (Issue <a href="https://issues.opennms.org/browse/NMS-18961" rel="nofollow">NMS-18961</a>)</li>
<li>FE: Integrate api for creating an event by source id (Issue <a href="https://issues.opennms.org/browse/NMS-18327" rel="nofollow">NMS-18327</a>)</li>
<li>FE: Integrate api for editing an event by source id (Issue <a href="https://issues.opennms.org/browse/NMS-18300" rel="nofollow">NMS-18300</a>)</li>
<li>FE: Integrate rest api for getting all events by source ID (Issue <a href="https://issues.opennms.org/browse/NMS-18259" rel="nofollow">NMS-18259</a>)</li>
<li>FE: Integrate rest api for getting all sources (Issue <a href="https://issues.opennms.org/browse/NMS-18258" rel="nofollow">NMS-18258</a>)</li>
<li>FE: Node List advanced filters drawer (Issue <a href="https://issues.opennms.org/browse/NMS-18044" rel="nofollow">NMS-18044</a>)</li>
<li>FE: On Send Events page give an autocomplete to select a Vendor (Issue <a href="https://issues.opennms.org/browse/NMS-19121" rel="nofollow">NMS-19121</a>)</li>
<li>FE: Test coverage for ChangeEventConfigSourceStatusDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18968" rel="nofollow">NMS-18968</a>)</li>
<li>FE: Test coverage for DeleteEventConfigSourceDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18969" rel="nofollow">NMS-18969</a>)</li>
<li>FE: Test coverage for EventConfigFilesUploadReportDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18970" rel="nofollow">NMS-18970</a>)</li>
<li>FE: Test coverage for EventConfigUploadFilesTab.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18538" rel="nofollow">NMS-18538</a>)</li>
<li>FE: Test coverage for EventConfiguration.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18530" rel="nofollow">NMS-18530</a>)</li>
<li>FE: Test coverage for UploadedFileRenameDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18973" rel="nofollow">NMS-18973</a>)</li>
<li>FE: Test coverage for eventConfigSourceTable (Issue <a href="https://issues.opennms.org/browse/NMS-18529" rel="nofollow">NMS-18529</a>)</li>
<li>FE: Top Expand/Collapse button should maintain state (Issue <a href="https://issues.opennms.org/browse/NMS-18288" rel="nofollow">NMS-18288</a>)</li>
<li>FE: Update Event Config pagination values (Issue <a href="https://issues.opennms.org/browse/NMS-19163" rel="nofollow">NMS-19163</a>)</li>
<li>Flows menu item displaying at bottom of side menu (Issue <a href="https://issues.opennms.org/browse/NMS-19120" rel="nofollow">NMS-19120</a>)</li>
<li>Implement sorting and searching functionality for events of a source (Issue <a href="https://issues.opennms.org/browse/NMS-18552" rel="nofollow">NMS-18552</a>)</li>
<li>Move Alarms and Events to top of Monitoring menu (Issue <a href="https://issues.opennms.org/browse/NMS-19119" rel="nofollow">NMS-19119</a>)</li>
<li>OpenConfig Flow Streaming: Enable / Disable on Nodes (Issue <a href="https://issues.opennms.org/browse/NMS-18277" rel="nofollow">NMS-18277</a>)</li>
<li>OpenConfig JTI gRPC Stream Persists After Channel Closure (Issue <a href="https://issues.opennms.org/browse/NMS-18323" rel="nofollow">NMS-18323</a>)</li>
<li>Provide a REST API endpoint to fetch all event conf sources. (Issue <a href="https://issues.opennms.org/browse/NMS-18270" rel="nofollow">NMS-18270</a>)</li>
<li>Provide a REST API endpoint to fetch events by sourceId (Issue <a href="https://issues.opennms.org/browse/NMS-18271" rel="nofollow">NMS-18271</a>)</li>
</ul>
<h5>Story</h5>
<ul>
<li>Add liquibase changeset for event conf related tables (Issue <a href="https://issues.opennms.org/browse/NMS-18149" rel="nofollow">NMS-18149</a>)</li>
<li>Add new REST endpoint "action" to handle alarm actions (Issue <a href="https://issues.opennms.org/browse/NMS-18187" rel="nofollow">NMS-18187</a>)</li>
<li>Exclude selfmonitor requisition in the Quick Add Node page (Issue <a href="https://issues.opennms.org/browse/NMS-18184" rel="nofollow">NMS-18184</a>)</li>
<li>Expose TwinPublishers on OSGi (Issue <a href="https://issues.opennms.org/browse/NMS-18310" rel="nofollow">NMS-18310</a>)</li>
<li>Extend functionality to support alarm action methods (Issue <a href="https://issues.opennms.org/browse/NMS-18188" rel="nofollow">NMS-18188</a>)</li>
<li>FE: Event Config details - XML editing (Issue <a href="https://issues.opennms.org/browse/NMS-18209" rel="nofollow">NMS-18209</a>)</li>
<li>FE: Event config details page (Issue <a href="https://issues.opennms.org/browse/NMS-18208" rel="nofollow">NMS-18208</a>)</li>
<li>FE: Initial EventConf route and scaffolding (Issue <a href="https://issues.opennms.org/browse/NMS-18206" rel="nofollow">NMS-18206</a>)</li>
<li>FE: Initial EventConf table (Issue <a href="https://issues.opennms.org/browse/NMS-18207" rel="nofollow">NMS-18207</a>)</li>
<li>FE: Refine ADD A NODE page (Issue <a href="https://issues.opennms.org/browse/NMS-18181" rel="nofollow">NMS-18181</a>)</li>
<li>FE: Support downloading of events in xml format for a given source (Issue <a href="https://issues.opennms.org/browse/NMS-19051" rel="nofollow">NMS-19051</a>)</li>
<li>FE: Upload event config files (Issue <a href="https://issues.opennms.org/browse/NMS-18210" rel="nofollow">NMS-18210</a>)</li>
<li>FE: Upload event config files via Rest API (Issue <a href="https://issues.opennms.org/browse/NMS-18211" rel="nofollow">NMS-18211</a>)</li>
<li>FE: Validate event XML files before uploading (Issue <a href="https://issues.opennms.org/browse/NMS-18213" rel="nofollow">NMS-18213</a>)</li>
<li>FE: Validate eventconfig.xml before uploading (Issue <a href="https://issues.opennms.org/browse/NMS-18212" rel="nofollow">NMS-18212</a>)</li>
<li>Fixed file ordering in upload multiple event conf XML files (Issue <a href="https://issues.opennms.org/browse/NMS-18156" rel="nofollow">NMS-18156</a>)</li>
<li>Handle new Alarm action config (Issue <a href="https://issues.opennms.org/browse/NMS-18190" rel="nofollow">NMS-18190</a>)</li>
<li>Implement API to filter event conf by uei, vendor, source name. (Issue <a href="https://issues.opennms.org/browse/NMS-18154" rel="nofollow">NMS-18154</a>)</li>
<li>Implement API to upload single/multiple eventconf files (Issue <a href="https://issues.opennms.org/browse/NMS-18153" rel="nofollow">NMS-18153</a>)</li>
<li>Implement JPA entities and repositories (Issue <a href="https://issues.opennms.org/browse/NMS-18150" rel="nofollow">NMS-18150</a>)</li>
<li>Migrate all opennms events to DB (Issue <a href="https://issues.opennms.org/browse/NMS-18152" rel="nofollow">NMS-18152</a>)</li>
<li>Support Downloading events from a given source in xml format (Issue <a href="https://issues.opennms.org/browse/NMS-19050" rel="nofollow">NMS-19050</a>)</li>
<li>Update BeanUtils to remove DefaultLocatorFactory (Issue <a href="https://issues.opennms.org/browse/NMS-18085" rel="nofollow">NMS-18085</a>)</li>
<li>Update DefaultEventConfDao with loading from database (Issue <a href="https://issues.opennms.org/browse/NMS-18151" rel="nofollow">NMS-18151</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>Add existing opennms files in events-defaults folder for reference (Issue <a href="https://issues.opennms.org/browse/NMS-19061" rel="nofollow">NMS-19061</a>)</li>
<li>Add OpenConfig Documentation Guide for Minion (Issue <a href="https://issues.opennms.org/browse/NMS-18532" rel="nofollow">NMS-18532</a>)</li>
<li>Add documentation for EventConf migration (Issue <a href="https://issues.opennms.org/browse/NMS-19130" rel="nofollow">NMS-19130</a>)</li>
<li>Add filters for UEI and Event Label on the EventConf Sources page. (Issue <a href="https://issues.opennms.org/browse/NMS-19081" rel="nofollow">NMS-19081</a>)</li>
<li>Add smoke test for upload failures on eventconf upload page (Issue <a href="https://issues.opennms.org/browse/NMS-19044" rel="nofollow">NMS-19044</a>)</li>
<li>Change fileOrder values in eventConfSource.sql from ascending to descending order. (Issue <a href="https://issues.opennms.org/browse/NMS-18309" rel="nofollow">NMS-18309</a>)</li>
<li>Clean up references to Java 11 (Issue <a href="https://issues.opennms.org/browse/NMS-18227" rel="nofollow">NMS-18227</a>)</li>
<li>Cleanup code in uploadEventConfFiles to remove references to eventconf.xml (Issue <a href="https://issues.opennms.org/browse/NMS-19048" rel="nofollow">NMS-19048</a>)</li>
<li>DevOps: Use standard install location for RPM and Debian packages (Issue <a href="https://issues.opennms.org/browse/NMS-18317" rel="nofollow">NMS-18317</a>)</li>
<li>Docs builds contains errors and warnings (Issue <a href="https://issues.opennms.org/browse/NMS-16500" rel="nofollow">NMS-16500</a>)</li>
<li>Enable Static OpenConfig Configuration on Minion for Flow Collection Initiation (Issue <a href="https://issues.opennms.org/browse/NMS-18170" rel="nofollow">NMS-18170</a>)</li>
<li>Expose rest endpoint to get events by vendor (Issue <a href="https://issues.opennms.org/browse/NMS-19135" rel="nofollow">NMS-19135</a>)</li>
<li>Expose service to Get EventConfSource by sourceID (Issue <a href="https://issues.opennms.org/browse/NMS-19053" rel="nofollow">NMS-19053</a>)</li>
<li>FE: Add back notification count bubble on the top menu (Issue <a href="https://issues.opennms.org/browse/NMS-18133" rel="nofollow">NMS-18133</a>)</li>
<li>FE: Add support for alarm data in new Add Event UI (Issue <a href="https://issues.opennms.org/browse/NMS-19039" rel="nofollow">NMS-19039</a>)</li>
<li>FE: Add support for mask element in new Add Event UI (Issue <a href="https://issues.opennms.org/browse/NMS-19019" rel="nofollow">NMS-19019</a>)</li>
<li>FE: Add support for mask varbinds in new Add Event UI (Issue <a href="https://issues.opennms.org/browse/NMS-19020" rel="nofollow">NMS-19020</a>)</li>
<li>FE: Add support for varbind decodes in new Add Add Event UI (Issue <a href="https://issues.opennms.org/browse/NMS-19021" rel="nofollow">NMS-19021</a>)</li>
<li>FE: Buttons on some pages display over side menu (Issue <a href="https://issues.opennms.org/browse/NMS-17993" rel="nofollow">NMS-17993</a>)</li>
<li>FE: Change self-service menu in top menu to be icon-only (Issue <a href="https://issues.opennms.org/browse/NMS-18281" rel="nofollow">NMS-18281</a>)</li>
<li>FE: Clean up drawer logic for Add event (Issue <a href="https://issues.opennms.org/browse/NMS-19018" rel="nofollow">NMS-19018</a>)</li>
<li>FE: Combine SPA and legacy Vue code into a single project (Issue <a href="https://issues.opennms.org/browse/NMS-18010" rel="nofollow">NMS-18010</a>)</li>
<li>FE: Comment-out logic for validating eventconf.xml (Issue <a href="https://issues.opennms.org/browse/NMS-18299" rel="nofollow">NMS-18299</a>)</li>
<li>FE: Create New UI for Add Event (Issue <a href="https://issues.opennms.org/browse/NMS-19017" rel="nofollow">NMS-19017</a>)</li>
<li>FE: Create UI for adding event conf source (Issue <a href="https://issues.opennms.org/browse/NMS-19133" rel="nofollow">NMS-19133</a>)</li>
<li>FE: Date/time on menu should have time on top line (Issue <a href="https://issues.opennms.org/browse/NMS-18200" rel="nofollow">NMS-18200</a>)</li>
<li>FE: Display Created Date, Modified Date and uploadedBy in the Event conf detail page. (Issue <a href="https://issues.opennms.org/browse/NMS-19079" rel="nofollow">NMS-19079</a>)</li>
<li>FE: Do not display menu on embedded Wallboard page (Issue <a href="https://issues.opennms.org/browse/NMS-18198" rel="nofollow">NMS-18198</a>)</li>
<li>FE: Do not display menus on password gate page (Issue <a href="https://issues.opennms.org/browse/NMS-17987" rel="nofollow">NMS-17987</a>)</li>
<li>FE: Edit event using new Add Event UI (Issue <a href="https://issues.opennms.org/browse/NMS-19022" rel="nofollow">NMS-19022</a>)</li>
<li>FE: Fix CSS bleed into main JSP pages, or have JSP pages use Feather styles (Issue <a href="https://issues.opennms.org/browse/NMS-17976" rel="nofollow">NMS-17976</a>)</li>
<li>FE: Fix main Search input - parity with legacy (Issue <a href="https://issues.opennms.org/browse/NMS-17975" rel="nofollow">NMS-17975</a>)</li>
<li>FE: Fix smoke and integration tests for legacy pages (Issue <a href="https://issues.opennms.org/browse/NMS-17986" rel="nofollow">NMS-17986</a>)</li>
<li>FE: Fix smoke or integration tests for ui (Issue <a href="https://issues.opennms.org/browse/NMS-17985" rel="nofollow">NMS-17985</a>)</li>
<li>FE: Fixes to ensure plugins work after menu redesign (Issue <a href="https://issues.opennms.org/browse/NMS-18061" rel="nofollow">NMS-18061</a>)</li>
<li>FE: Font references are incorrect (Issue <a href="https://issues.opennms.org/browse/NMS-17984" rel="nofollow">NMS-17984</a>)</li>
<li>FE: Geomap on main page displays over side menu (Issue <a href="https://issues.opennms.org/browse/NMS-17995" rel="nofollow">NMS-17995</a>)</li>
<li>FE: Get menus working on BSM page (Issue <a href="https://issues.opennms.org/browse/NMS-17970" rel="nofollow">NMS-17970</a>)</li>
<li>FE: Get menus working on Ops Board / Wallboard page (Issue <a href="https://issues.opennms.org/browse/NMS-17971" rel="nofollow">NMS-17971</a>)</li>
<li>FE: Get menus working on Topology Map page (Issue <a href="https://issues.opennms.org/browse/NMS-17969" rel="nofollow">NMS-17969</a>)</li>
<li>FE: Hide add a node button by default (Issue <a href="https://issues.opennms.org/browse/NMS-18196" rel="nofollow">NMS-18196</a>)</li>
<li>FE: Implement initial version of top/side menus (Issue <a href="https://issues.opennms.org/browse/NMS-17968" rel="nofollow">NMS-17968</a>)</li>
<li>FE: Incorporate new Feather SideNav with customized <em>push content</em> (Issue <a href="https://issues.opennms.org/browse/NMS-18173" rel="nofollow">NMS-18173</a>)</li>
<li>FE: Menu on legacy pages should displace main content when expanded (Issue <a href="https://issues.opennms.org/browse/NMS-18135" rel="nofollow">NMS-18135</a>)</li>
<li>FE: Move Node Search input (Issue <a href="https://issues.opennms.org/browse/NMS-18043" rel="nofollow">NMS-18043</a>)</li>
<li>FE: Move date/time to just to the left of the Notifications control (Issue <a href="https://issues.opennms.org/browse/NMS-18180" rel="nofollow">NMS-18180</a>)</li>
<li>FE: Naming updates and consistency in Event Config pages (Issue <a href="https://issues.opennms.org/browse/NMS-19178" rel="nofollow">NMS-19178</a>)</li>
<li>FE: Need proper icons for Notifications on/off (Issue <a href="https://issues.opennms.org/browse/NMS-17973" rel="nofollow">NMS-17973</a>)</li>
<li>FE: Node List table updates (Issue <a href="https://issues.opennms.org/browse/NMS-18046" rel="nofollow">NMS-18046</a>)</li>
<li>FE: Node search should search across more fields (Issue <a href="https://issues.opennms.org/browse/NMS-18047" rel="nofollow">NMS-18047</a>)</li>
<li>FE: Remove "User" section from side menu template (Issue <a href="https://issues.opennms.org/browse/NMS-18282" rel="nofollow">NMS-18282</a>)</li>
<li>FE: Remove Description field from eventConf sources page (Issue <a href="https://issues.opennms.org/browse/NMS-19080" rel="nofollow">NMS-19080</a>)</li>
<li>FE: Remove description column and add hint for uei and event label on the eventConf sources filter input (Issue <a href="https://issues.opennms.org/browse/NMS-19139" rel="nofollow">NMS-19139</a>)</li>
<li>FE: Remove description column from event conf source table (Issue <a href="https://issues.opennms.org/browse/NMS-19115" rel="nofollow">NMS-19115</a>)</li>
<li>FE: Remove font-awesome icons and dependencies in both ui and ui-components (Issue <a href="https://issues.opennms.org/browse/NMS-17983" rel="nofollow">NMS-17983</a>)</li>
<li>FE: Remove restriction of disabling, adding, editing on OpenNMS event conf on source (Issue <a href="https://issues.opennms.org/browse/NMS-19069" rel="nofollow">NMS-19069</a>)</li>
<li>FE: Reorder columns using drag and drop (Issue <a href="https://issues.opennms.org/browse/NMS-18168" rel="nofollow">NMS-18168</a>)</li>
<li>FE: Replace dropdown in Send Event UI for event selection with autocomplete field (Issue <a href="https://issues.opennms.org/browse/NMS-19077" rel="nofollow">NMS-19077</a>)</li>
<li>FE: Replace old URL for <em>Customize Events</em> with new URL (Issue <a href="https://issues.opennms.org/browse/NMS-19065" rel="nofollow">NMS-19065</a>)</li>
<li>FE: Save menu expand status in local storage (Issue <a href="https://issues.opennms.org/browse/NMS-18134" rel="nofollow">NMS-18134</a>)</li>
<li>FE: Test coverage for ChangeEventConfigEventDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-19012" rel="nofollow">NMS-19012</a>)</li>
<li>FE: Test coverage for Create Event Config dialog (Issue <a href="https://issues.opennms.org/browse/NMS-19145" rel="nofollow">NMS-19145</a>)</li>
<li>FE: Test coverage for DeleteEventConfigEventDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-19014" rel="nofollow">NMS-19014</a>)</li>
<li>FE: Test coverage for DeleteEventConfigSourceDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-19015" rel="nofollow">NMS-19015</a>)</li>
<li>FE: Test coverage for EventConfEventCreate.vue (Issue <a href="https://issues.opennms.org/browse/NMS-19074" rel="nofollow">NMS-19074</a>)</li>
<li>FE: Test coverage for EventConfigEventTable.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18753" rel="nofollow">NMS-18753</a>)</li>
<li>FE: Test coverage for EventConfigTabContainer.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18750" rel="nofollow">NMS-18750</a>)</li>
<li>FE: Test coverage for EventConfigurationDetail.vue (Issue <a href="https://issues.opennms.org/browse/NMS-18751" rel="nofollow">NMS-18751</a>)</li>
<li>FE: Test coverage for components/EventConfigEventCreate/BasicInformation.vue (Issue <a href="https://issues.opennms.org/browse/NMS-19075" rel="nofollow">NMS-19075</a>)</li>
<li>FE: Test coverage for eventConfigDetailStore.ts (Issue <a href="https://issues.opennms.org/browse/NMS-18755" rel="nofollow">NMS-18755</a>)</li>
<li>FE: Test coverage for eventConfigStore.ts (Issue <a href="https://issues.opennms.org/browse/NMS-18754" rel="nofollow">NMS-18754</a>)</li>
<li>FE: Test coverage for eventConfigXmlValidator.ts (Issue <a href="https://issues.opennms.org/browse/NMS-18745" rel="nofollow">NMS-18745</a>)</li>
<li>FE: UI Dependabot updates for August 2025 (Issue <a href="https://issues.opennms.org/browse/NMS-17867" rel="nofollow">NMS-17867</a>)</li>
<li>FE: Update Node List column customization (Issue <a href="https://issues.opennms.org/browse/NMS-18045" rel="nofollow">NMS-18045</a>)</li>
<li>FE: Update menu organization based on latest UX prototype (Issue <a href="https://issues.opennms.org/browse/NMS-18055" rel="nofollow">NMS-18055</a>)</li>
<li>FE: Update search label on source table (Issue <a href="https://issues.opennms.org/browse/NMS-19143" rel="nofollow">NMS-19143</a>)</li>
<li>FE: Update the Poweredby/Meridian Stylesheet and images (Issue <a href="https://issues.opennms.org/browse/NMS-18767" rel="nofollow">NMS-18767</a>)</li>
<li>FE: Use new Feather SideNav component (Issue <a href="https://issues.opennms.org/browse/NMS-18024" rel="nofollow">NMS-18024</a>)</li>
<li>Fe: Test coverage for ChangeEventConfigSourceStatusDialog.vue (Issue <a href="https://issues.opennms.org/browse/NMS-19013" rel="nofollow">NMS-19013</a>)</li>
<li>Fix SNMP Config page formatting (Issue <a href="https://issues.opennms.org/browse/NMS-18197" rel="nofollow">NMS-18197</a>)</li>
<li>Fix smoke tests to use the new logout mechanism implemented in the menu redesign (Issue <a href="https://issues.opennms.org/browse/NMS-18054" rel="nofollow">NMS-18054</a>)</li>
<li>Handle programmatic events from ThresholdController (Issue <a href="https://issues.opennms.org/browse/NMS-19041" rel="nofollow">NMS-19041</a>)</li>
<li>Manage OpenConfig Connections via TwinAPI Dynamically (Issue <a href="https://issues.opennms.org/browse/NMS-18178" rel="nofollow">NMS-18178</a>)</li>
<li>Menu Redesign: Update all existing documentation (Issue <a href="https://issues.opennms.org/browse/NMS-18176" rel="nofollow">NMS-18176</a>)</li>
<li>Menu Redesign: Update documentation (Issue <a href="https://issues.opennms.org/browse/NMS-18140" rel="nofollow">NMS-18140</a>)</li>
<li>Move menu template documentation from Operation to Development (Issue <a href="https://issues.opennms.org/browse/NMS-18276" rel="nofollow">NMS-18276</a>)</li>
<li>Netty update of indirect dependencies to older version (Issue <a href="https://issues.opennms.org/browse/NMS-16551" rel="nofollow">NMS-16551</a>)</li>
<li>OpenNMS UI dependabot updates for Horizon 35, December 2025 (Issue <a href="https://issues.opennms.org/browse/NMS-19177" rel="nofollow">NMS-19177</a>)</li>
<li>Profile bulk adding of EventConf and reloading of EventConf into memory (Issue <a href="https://issues.opennms.org/browse/NMS-19072" rel="nofollow">NMS-19072</a>)</li>
<li>Refactor EventConfProgrammaticService/EventConfPersistenceService to use some common utils (Issue <a href="https://issues.opennms.org/browse/NMS-19105" rel="nofollow">NMS-19105</a>)</li>
<li>Remove Authorization Bypass Logic from gRPC Exporter. (Issue <a href="https://issues.opennms.org/browse/NMS-18075" rel="nofollow">NMS-18075</a>)</li>
<li>Remove menu template docs from documentation, move to readme-style file in ui (Issue <a href="https://issues.opennms.org/browse/NMS-18284" rel="nofollow">NMS-18284</a>)</li>
<li>Strip folder name when uploading event conf files from a given folder (Issue <a href="https://issues.opennms.org/browse/NMS-19068" rel="nofollow">NMS-19068</a>)</li>
<li>Support OpenConfig Connector to minion (Issue <a href="https://issues.opennms.org/browse/NMS-18147" rel="nofollow">NMS-18147</a>)</li>
<li>Update SNMP MIB Compiler page to use DB instead of filesystem (Issue <a href="https://issues.opennms.org/browse/NMS-18546" rel="nofollow">NMS-18546</a>)</li>
<li>Update Send Event page to use DB instead of filesystem (Issue <a href="https://issues.opennms.org/browse/NMS-18763" rel="nofollow">NMS-18763</a>)</li>
<li>Update Ubuntu 24 install documentation (Issue <a href="https://issues.opennms.org/browse/NMS-19122" rel="nofollow">NMS-19122</a>)</li>
<li>Update the MenuProvider and Menu Rest Service to use a json template (Issue <a href="https://issues.opennms.org/browse/NMS-17977" rel="nofollow">NMS-17977</a>)</li>
<li>Validate if Traps/Syslog messages gets processed properly (Issue <a href="https://issues.opennms.org/browse/NMS-19031" rel="nofollow">NMS-19031</a>)</li>
</ul>
<h5>Upgrade</h5>
<ul>
<li>Move test utility classes from source to test directory for better code organization (Issue <a href="https://issues.opennms.org/browse/NMS-19032" rel="nofollow">NMS-19032</a>)</li>
</ul></div>
    </content>
    <updated>2025-12-12T14:49:14Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-02-11T15:41:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21161</id>
    <link href="https://www.opennms.com/en/blog/2025-12-10-december-2025-releases-meridian-2025-0-1-2024-3-4-and-2023-2-3/" rel="alternate" type="text/html"/>
    <title>December 2025 Releases – Meridian 2025.0.1, 2024.3.4 and 2023.2.3</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In December, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2025.0.1, 2024.3.4 and 2023.2.3 contains a couple of bug fixes, enhancements and new features. For a list of changes, see the release notes: 2023.2.3 (Camilla the Chicken) 2024.3.4 2025.0.1</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-12-10-december-2025-releases-meridian-2025-0-1-2024-3-4-and-2023-2-3/">December 2025 Releases – Meridian 2025.0.1, 2024.3.4 and 2023.2.3</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-40"><p>In December, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2025.0.1, 2024.3.4 and 2023.2.3 contains a couple of bug fixes, enhancements and new features.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.2.3">2023.2.3</a> (<a href="https://muppet.fandom.com/wiki/Camilla_the_Chicken"><em>Camilla the Chicken</em></a>)</li>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.4">2024.3.4</a></li>
<li><a href="https://docs.opennms.com/meridian/2025/releasenotes/changelog.html#releasenotes-changelog-Meridian-2025.0.1">2025.0.1</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-12-10-december-2025-releases-meridian-2025-0-1-2024-3-4-and-2023-2-3/">December 2025 Releases – Meridian 2025.0.1, 2024.3.4 and 2023.2.3</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-12-10T16:20:00Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-05-07T19:10:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2025.0.1-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2025.0.1-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2025.0.1-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2025.0.1</p></div>
    </content>
    <updated>2025-12-10T14:30:08Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-02-11T15:16:49Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.4-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.4-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.4-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.4</p></div>
    </content>
    <updated>2025-12-10T14:12:06Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-02-11T14:56:40Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2023.2.3-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2023.2.3-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2023.2.3-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2023.2.3</p></div>
    </content>
    <updated>2025-12-10T13:54:10Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-02-11T14:36:01Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21141</id>
    <link href="https://www.opennms.com/en/blog/2025-11-20-meridian-2025-our-biggest-release-yet/" rel="alternate" type="text/html"/>
    <title>Meridian 2025: Our Biggest Release Yet</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>The Most Significant UI Update in Meridian History  Meridian 2025 isn’t just another upgrade—it’s the largest release we’ve ever delivered, featuring the most substantial user interface overhaul in our history. We’ve moved from a vertical layout to a sleek horizontal design that organizes workflows into clear modules, reduces clicks, and makes navigation intuitive. This  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-20-meridian-2025-our-biggest-release-yet/">Meridian 2025: Our Biggest Release Yet</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-title title fusion-title-21 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>The Most Significant UI Update in Meridian History</h4></div><div class="fusion-text fusion-text-36"><p>Meridian 2025 isn’t just another upgrade—it’s the largest release we’ve ever delivered, featuring the most substantial <a href="https://www.opennms.com/en/blog/2025-08-27-navigating-the-future-ui-improvements-coming-to-opennms/">user interface</a> overhaul in our history. We’ve moved from a vertical layout to a sleek horizontal design that organizes workflows into clear modules, reduces clicks, and makes navigation intuitive. This isn’t just a facelift—it’s about giving you a smoother experience, so you can focus on what matters: keeping your network healthy and your operations running seamlessly.  </p>
<p>But that’s not all. Meridian 2025 gives you more flexibility to customize and optimize network flow data. We’ve added support for Elasticsearch 8.x and composable templates, giving you more flexibility to customize and optimize your data workflows. The new ServiceNow plugin makes ITSM integration easier than ever, bridging network monitoring with your broader operational processes. Plus, we’ve introduced virtual appliance options for simplified deployment, enhanced security features like PKCS#12 support, and performance improvements based on your feedback. These updates aren’t just technical—they’re practical, designed to help you work smarter and adapt quickly in a changing network landscape.  </p>
</div><div class="fusion-title title fusion-title-22 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Key Highlights</h4></div><ul class="fusion-checklist fusion-checklist-3 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon fa-check fas"/></span><div class="fusion-li-item-content"><b>Modern UI:</b> Horizontal layout for faster navigation and better workflow organization.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Advanced Integration:</b> ServiceNow plugin for seamless ITSM connectivity.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Flow processing:</b> Full support for Elasticsearch 8.x and composable templates.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Deployment Made Easy:</b> Virtual appliance options for flexible environments.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Security &amp; Performance:</b> PKCS#12 support, extended metadata, and key optimizations.</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><b>Breaking Changes:</b> Removal of JRobin time-series engine for improved scalability.</div></li></ul><div class="fusion-separator fusion-full-width-sep" style="margin-left: auto; margin-right: auto; margin-top: 10px; width: 100%;"/><div class="fusion-title title fusion-title-23 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Ready to Explore More?</h4></div><div class="fusion-text fusion-text-37"><p>Networks are growing more complex every year and monitoring them shouldn’t feel like a chore. Check out the full details in our <a href="https://docs.opennms.com/meridian/2025/releasenotes/whatsnew.html">release notes</a> and see how these updates can transform your network monitoring experience. Meridian 2025 isn’t just an update—it’s your next step toward smarter, more efficient network management. </p>
</div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-14 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-13 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-38"><p style="color: #fff; font-size: 22px; line-height: 150%;">If you’re ready to upgrade or want to learn more about integration options like ServiceNow, <a href="https://www.opennms.com/contact/"><b>reach out</b></a> to our team today or send us an <a href="mailto:sales@opennms.com"><b>email</b></a>.</p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-20-meridian-2025-our-biggest-release-yet/">Meridian 2025: Our Biggest Release Yet</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-11-20T19:28:58Z</updated>
    <category term="Blog"/>
    <category term="News"/>
    <category term="network monitoring"/>
    <category term="product release"/>
    <author>
      <name>Jen Fekin</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-04-27T20:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21134</id>
    <link href="https://www.opennms.com/en/blog/2025-11-13-thinking-about-switching-network-monitoring-platforms-heres-what-you-need-to-know/" rel="alternate" type="text/html"/>
    <title>Thinking About Switching Network Monitoring Platforms? Here’s What You Need to Know</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>If you’re reading this, chances are your current network monitoring solution isn’t quite cutting it anymore—or maybe it’s cutting too deep into your budget. With recent private equity investments in major players like SolarWinds and Paessler, we’re seeing a wave of changes across the industry. These firms are known for driving growth, but also for  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-13-thinking-about-switching-network-monitoring-platforms-heres-what-you-need-to-know/">Thinking About Switching Network Monitoring Platforms? Here’s What You Need to Know</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-14 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-13 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-38"><p>If you’re reading this, chances are your current network monitoring solution isn’t quite cutting it anymore—or maybe it’s cutting too deep into your budget. </p>
<p>With recent private equity investments in major players like SolarWinds and Paessler, we’re seeing a wave of changes across the industry. These firms are known for driving growth, but also for restructuring pricing models and streamlining product portfolios. Translation? If you’re a customer, you might be facing steep renewal hikes or reduced support for the features you actually use. </p>
<p>So, if you're considering a switch, you're not alone. And you're not wrong. </p>
</div><div class="fusion-title title fusion-title-24 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why Companies Are Making the Move</h4></div><div class="fusion-text fusion-text-39"><p>Here are some of the most common reasons we hear from customers who are exploring new platforms: </p>
<ul>
<li>    Price hikes without added value: Some vendors are increasing renewal costs by up to 300%. </li>
<li>    Lack of innovation: Legacy platforms often lag behind in adopting AI, automation, and cloud-native capabilities. </li>
<li>    Vendor lock-in: Deep integrations can make switching hard, but staying might be harder on your budget and flexibility. </li>
<li>    Security concerns: With evolving threats, outdated platforms may not offer the visibility or protection you need. </li>
<li>    Poor support or slow updates: If your vendor isn’t keeping up, your network—and your team—could suffer. </li>
</ul>
</div><div class="fusion-title title fusion-title-25 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Best Practices for Switching Network Monitoring Platforms</h4></div><div class="fusion-text fusion-text-40"><p><b>1. Map Your Monitoring Scope </b></p>
<p>Before migrating, clearly define what needs to be monitored—devices, services, cloud assets, and endpoints. This ensures your new platform can handle your full environment without gaps or overkill. </p>
<p><b>2. Validate Compatibility and Integrations </b></p>
<p>Check that the new solution supports your existing infrastructure, protocols (SNMP, WMI, NetFlow, etc.), and integrates with your critical tools (SIEM, ticketing, cloud providers). Avoid surprises post-deployment. </p>
<p><b>3. Plan for Data Portability </b></p>
<p>Ensure you can export historical data and configurations from your current system and import them into the new one. Look for platforms that support open standards, APIs, and flexible data ingestion. </p>
<p><b>4. Test Performance and Scalability </b></p>
<p>Run a pilot to assess how the new platform handles your network load, alerting logic, and reporting needs. Make sure it scales with your growth—especially if you're hybrid or cloud-heavy. </p>
</div><div class="fusion-title title fusion-title-26 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>The Bigger Picture</h4></div><div class="fusion-text fusion-text-41"><p>The network monitoring landscape is shifting. With private equity firms backing major vendors, we expect more consolidation, more pricing changes, and—hopefully—more innovation. But for many customers, that also means re-evaluating their options. </p>
<p>If you’re feeling the pressure, now might be the perfect time to explore a platform that’s built for today’s hybrid environments, offers predictable pricing, and puts customer success first. </p>
<p>OpenNMS is built to meet those needs. Whether you're monitoring thousands of devices across multiple sites or managing a hybrid cloud infrastructure, OpenNMS offers scalable, open-source solutions with powerful automation, deep visibility, and flexible integrations. With transparent <a href="https://www.opennms.com/pricing/">pricing</a> and a commitment to community-driven innovation, OpenNMS helps you stay in control—without vendor lock-in or surprise renewals. </p>
<p>We’re here to help you navigate that journey. <a href="https://www.opennms.com/contact/">Contact us</a> to learn more. </p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-13-thinking-about-switching-network-monitoring-platforms-heres-what-you-need-to-know/">Thinking About Switching Network Monitoring Platforms? Here’s What You Need to Know</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-11-13T15:53:52Z</updated>
    <category term="Blog"/>
    <category term="network monitoring platform"/>
    <author>
      <name>Kyle Callahan</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-03-30T19:10:01Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21122</id>
    <link href="https://www.opennms.com/en/blog/2025-11-12-november-2025-releases-meridian-2024-3-3-and-2023-2-2/" rel="alternate" type="text/html"/>
    <title>November 2025 Releases – Meridian 2024.3.3 and 2023.2.2</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In November, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2024.3.3 and 2023.2.2 contains a couple of bug fixes and enhancements. For a list of changes, see the release notes: 2023.2.2 (Rowlf the Dog) 2024.3.3</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-12-november-2025-releases-meridian-2024-3-3-and-2023-2-2/">November 2025 Releases – Meridian 2024.3.3 and 2023.2.2</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-14 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-13 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-34"><p>In November, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2024.3.3 and 2023.2.2 contains a couple of bug fixes and enhancements.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.2.2">2023.2.2</a> (<a href="https://muppet.fandom.com/wiki/Rowlf_the_Dog"><em>Rowlf the Dog</em></a>)</li>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.3">2024.3.3</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-12-november-2025-releases-meridian-2024-3-3-and-2023-2-2/">November 2025 Releases – Meridian 2024.3.3 and 2023.2.2</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-11-12T19:49:53Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-03-16T18:20:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2023.2.2-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2023.2.2-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2023.2.2-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2023.2.2</p></div>
    </content>
    <updated>2025-11-12T19:36:21Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-01-14T15:16:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-34.1.0-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-34.1.0-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 34.1.0</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 34.1.0</h4>
<p>Release 34.1.0 contains a couple of bug fixes, enhancements and documentation updates.</p>
<p>Starting with this release when upgrading OpenNMS, <code>custom.properties</code>, <code>config.properties</code> and <code>opennms.properties</code> files will be overridden.</p>
<h5>Bug</h5>
<ul>
<li>Adding IP Address Range to Discovery Fails (Issue <a href="https://issues.opennms.org/browse/NMS-18537" rel="nofollow">NMS-18537</a>)</li>
<li>Comma-separated categories enhancement tries to create empty Prometheus labels (Issue <a href="https://issues.opennms.org/browse/NMS-18976" rel="nofollow">NMS-18976</a>)</li>
<li>FE: Top menu can have 2 overlapping dropdowns for self-service and notifications (Issue <a href="https://issues.opennms.org/browse/NMS-18977" rel="nofollow">NMS-18977</a>)</li>
<li>Page Sequence Monitor invalid range spec for paramter response-range (Issue <a href="https://issues.opennms.org/browse/NMS-19008" rel="nofollow">NMS-19008</a>)</li>
<li>Path Traversal Allowing File Write Outside Intended Directory (Issue <a href="https://issues.opennms.org/browse/NMS-19045" rel="nofollow">NMS-19045</a>)</li>
<li>SNMP SET via minion fails - wrong XML adapter in SnmpSetRequestDTO (Issue <a href="https://issues.opennms.org/browse/NMS-19043" rel="nofollow">NMS-19043</a>)</li>
<li>Top nav bar style changes between classic and new UI pages (Issue <a href="https://issues.opennms.org/browse/NMS-15000" rel="nofollow">NMS-15000</a>)</li>
<li>Update com.fasterxml.jackson.core:jackson-core library (Issue <a href="https://issues.opennms.org/browse/NMS-18357" rel="nofollow">NMS-18357</a>)</li>
<li>Update cups-libs library (Issues <a href="https://issues.opennms.org/browse/NMS-18873" rel="nofollow">NMS-18873</a>, <a href="https://issues.opennms.org/browse/NMS-18922" rel="nofollow">NMS-18922</a>, <a href="https://issues.opennms.org/browse/NMS-18939" rel="nofollow">NMS-18939</a>)</li>
<li>Update io.grpc:grpc-netty-shaded library (Issue <a href="https://issues.opennms.org/browse/NMS-18782" rel="nofollow">NMS-18782</a>)</li>
<li>Update io.netty:netty-codec library (Issue <a href="https://issues.opennms.org/browse/NMS-18346" rel="nofollow">NMS-18346</a>)</li>
<li>Update io.netty:netty-codec-http library (Issue <a href="https://issues.opennms.org/browse/NMS-18347" rel="nofollow">NMS-18347</a>)</li>
<li>Update io.netty:netty-codec-smtp library (Issue <a href="https://issues.opennms.org/browse/NMS-19025" rel="nofollow">NMS-19025</a>)</li>
<li>Update jackson-databind library (Issue <a href="https://issues.opennms.org/browse/NMS-16675" rel="nofollow">NMS-16675</a>)</li>
<li>Update libarchive library (Issues <a href="https://issues.opennms.org/browse/NMS-18354" rel="nofollow">NMS-18354</a>, <a href="https://issues.opennms.org/browse/NMS-18366" rel="nofollow">NMS-18366</a>, <a href="https://issues.opennms.org/browse/NMS-18400" rel="nofollow">NMS-18400</a>)</li>
<li>Update pam library (Issues <a href="https://issues.opennms.org/browse/NMS-18367" rel="nofollow">NMS-18367</a>, <a href="https://issues.opennms.org/browse/NMS-18381" rel="nofollow">NMS-18381</a>, <a href="https://issues.opennms.org/browse/NMS-18401" rel="nofollow">NMS-18401</a>)</li>
</ul>
<h5>Story</h5>
<ul>
<li>Always overwrite opennms.properties in upgrade process (Issue <a href="https://issues.opennms.org/browse/NMS-18201" rel="nofollow">NMS-18201</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>FE: Menu template fix to remove unwanted menu header (Issue <a href="https://issues.opennms.org/browse/NMS-18773" rel="nofollow">NMS-18773</a>)</li>
<li>Update CentOS 9 install documentation (Issue <a href="https://issues.opennms.org/browse/NMS-18547" rel="nofollow">NMS-18547</a>)</li>
<li>Update Node List page documentation (Issue <a href="https://issues.opennms.org/browse/NMS-18534" rel="nofollow">NMS-18534</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Allow users to control core services via environment variables (Issue <a href="https://issues.opennms.org/browse/NMS-18965" rel="nofollow">NMS-18965</a>)</li>
<li>Configurable structured logging output in JSON format (Issue <a href="https://issues.opennms.org/browse/NMS-19016" rel="nofollow">NMS-19016</a>)</li>
<li>Give SSLCertMonitor the option to resolve the server-name (Issue <a href="https://issues.opennms.org/browse/NMS-19078" rel="nofollow">NMS-19078</a>)</li>
<li>Improve ActiveMQ visualization (Issue <a href="https://issues.opennms.org/browse/NMS-19049" rel="nofollow">NMS-19049</a>)</li>
</ul></div>
    </content>
    <updated>2025-11-12T17:10:25Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-01-14T16:07:05Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2025.0.0-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2025.0.0-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2025.0.0-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2025.0.0</p></div>
    </content>
    <updated>2025-11-12T16:13:26Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-01-14T15:47:33Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.3-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.3-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.3-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.3</p></div>
    </content>
    <updated>2025-11-12T15:53:13Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2026-01-14T15:32:03Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21101</id>
    <link href="https://www.opennms.com/en/blog/2025-11-06-october-2025-releases-meridian-2024-3-2-2023-2-1-and-2022-2-1/" rel="alternate" type="text/html"/>
    <title>October 2025 Releases – Meridian 2024.3.2, 2023.2.1 and 2022.2.1</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In October, we released updates to all OpenNMS Meridian versions under active support. Meridian Stable Updates Meridians 2024.3.2, 2023.2.1 and 2022.2.1 contains a couple of security updates, bug fixes and enhancements. For a list of changes, see the release notes: 2022.2.1 (Camelopardalis) 2023.2.1 (Fozzie Bear) 2024.3.2</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-06-october-2025-releases-meridian-2024-3-2-2023-2-1-and-2022-2-1/">October 2025 Releases – Meridian 2024.3.2, 2023.2.1 and 2022.2.1</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-26"><p>In October, we released updates to all OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridians 2024.3.2, 2023.2.1 and 2022.2.1 contains a couple of security updates, bug fixes and enhancements.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><a href="https://docs.opennms.com/meridian/2022/releasenotes/changelog.html#releasenotes-changelog-Meridian-2022.2.1">2022.2.1</a> (<a href="https://wikipedia.org/wiki/Camelopardalis"><em>Camelopardalis</em></a>)</li>
<li><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.2.1">2023.2.1</a> (<a href="https://muppet.fandom.com/wiki/Fozzie_Bear"><em>Fozzie Bear</em></a>)</li>
<li><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.2">2024.3.2</a></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-11-06-october-2025-releases-meridian-2024-3-2-2023-2-1-and-2022-2-1/">October 2025 Releases – Meridian 2024.3.2, 2023.2.1 and 2022.2.1</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-11-06T16:18:21Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-03-11T14:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/56323430/v2.6.1</id>
    <link href="https://github.com/OpenNMS/opennms-js/releases/tag/v2.6.1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">v2.6.1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>autogenerated runtime build artifacts</p></div>
    </content>
    <updated>2025-10-28T19:36:49Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms-js/releases</id>
      <link href="https://github.com/OpenNMS/opennms-js/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms-js/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms-js</title>
      <updated>2025-10-28T19:36:49Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://opennmsdev.wpengine.com/?p=21090</id>
    <link href="https://www.opennms.com/en/blog/2025-10-23-empowering-smarter-networks-the-value-of-the-opennms-var-program-and-our-new-strategic-alliance-with-ni2/" rel="alternate" type="text/html"/>
    <title>Empowering Smarter Networks: The Value of the OpenNMS VAR Program and Our New Strategic Alliance with Ni2</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In a world where digital infrastructure is the backbone of business, network monitoring is no longer optional—it’s mission-critical. That’s why at OpenNMS, we’re proud to offer a Value-Added Reseller (VAR) Program, a powerful initiative that enables partners to deliver scalable, open-source network monitoring solutions that drive real results. Why Network Monitoring Matters More Than Ever  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-10-23-empowering-smarter-networks-the-value-of-the-opennms-var-program-and-our-new-strategic-alliance-with-ni2/">Empowering Smarter Networks: The Value of the OpenNMS VAR Program and Our New Strategic Alliance with Ni2</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-26"><p>In a world where digital infrastructure is the backbone of business, network monitoring is no longer optional—it’s mission-critical. That’s why at OpenNMS, we’re proud to offer a Value-Added Reseller (VAR) Program, a powerful initiative that enables partners to deliver scalable, open-source network monitoring solutions that drive real results. </p>
</div><div class="fusion-title title fusion-title-16 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why Network Monitoring Matters More Than Ever</h4></div><div class="fusion-text fusion-text-27"><p>Modern networks are complex, distributed, and constantly evolving. Organizations need real-time visibility into their infrastructure to: </p>
<ul>
<li>Detect and resolve issues before they impact users </li>
<li>Optimize performance and resource utilization</li>
<li>Ensure compliance and security across hybrid environments </li>
<li>Support digital transformation with actionable insights </li>
</ul>
<p>OpenNMS delivers on all fronts with a flexible, extensible platform that supports everything from fault and performance monitoring to flow analysis and event correlation. </p>
</div><div class="fusion-title title fusion-title-17 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>The OpenNMS VAR Program: Built for Partner Success</h4></div><div class="fusion-text fusion-text-28"><p>The OpenNMS Value-Added Resellers are equipped with tools and support to help their customers monitor smarter. The program offers:</p>
<ul>
<li>
<p>    <b>Access to enterprise-grade OpenNMS solutions</b> tailored to diverse industries</p>
</li>
<li>
<p><b>Technical training and enablement</b> to ensure expert-level implementation</p>
</li>
<li>
<p><b>Sales and marketing collaboration</b> to accelerate customer acquisition</p>
</li>
<li>    <b>A community-driven roadmap</b> that evolves with real-world needs </li>
</ul>
<p>This partnership model allows us to go beyond reselling—we become trusted advisors in our customers’ network operations journey. </p>
</div><div class="fusion-title title fusion-title-18 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>A Strategic Alliance with Ni2: Unified Intelligence for Service Assurance</h4></div><div class="fusion-text fusion-text-29"><p><a href="https://ni2.com/">Ni2</a> is an agile OSS solution that enables the modeling of a Digital Twin—providing a unified, accurate view of physical and logical network, service, and customer relationships. Through integration with OpenNMS, Ni2 contextualizes this data to enable advanced root cause analysis, incident correlation, and triage. This combined approach transforms raw monitoring data into actionable intelligence, helping operators proactively assess service impact, accelerate resolution, and enhance overall service reliability. </p>
</div><div class="fusion-title title fusion-title-19 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Looking Ahead</h4></div><div class="fusion-text fusion-text-30"><p>As networks grow in complexity, the need for intelligent, adaptable monitoring solutions will only increase. Through the OpenNMS VAR Program—and with the added strength of our partnership with Ni2—we’re ready to help organizations take control of their networks and unlock new levels of performance and reliability.  </p>
<p><a href="https://www.opennms.com/partnerships/">Learn more</a> about OpenNMS’s partnership options or <a href="https://www.opennms.com/contact/?utm_campaign=Partnerships&amp;utm_source=blog">contact us</a> to find out what would work best for your company and your customers. </p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-10-23-empowering-smarter-networks-the-value-of-the-opennms-var-program-and-our-new-strategic-alliance-with-ni2/">Empowering Smarter Networks: The Value of the OpenNMS VAR Program and Our New Strategic Alliance with Ni2</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-10-23T16:43:05Z</updated>
    <category term="Blog"/>
    <category term="News"/>
    <category term="network monitoring"/>
    <category term="partnerships"/>
    <category term="value-added reseller"/>
    <author>
      <name>Paul Mayheu</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-02-18T20:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/56323430/v2.6.0</id>
    <link href="https://github.com/OpenNMS/opennms-js/releases/tag/v2.6.0" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS.js v2.6.0</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>What's Changed</h4>
<ul>
<li>build(deps): bump the babel-and-eslint group across 1 directory with 9 updates by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1081">#1081</a></li>
<li>build(deps-dev): bump the docs group across 1 directory with 3 updates by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1084">#1084</a></li>
<li>build(deps): bump axios from 1.7.7 to 1.7.9 by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1089">#1089</a></li>
<li>build(deps-dev): bump chai from 5.1.1 to 5.2.0 by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1091">#1091</a></li>
<li>build(deps): bump the babel-and-eslint group across 1 directory with 7 updates by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1092">#1092</a></li>
<li>build(deps-dev): bump webpack-cli from 5.1.4 to 6.0.1 by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1070">#1070</a></li>
<li>build(deps-dev): bump serialize-javascript from 6.0.1 to 6.0.2 by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1086">#1086</a></li>
<li>build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 in the jest group by <a class="user-mention notranslate" href="https://github.com/dependabot">@dependabot</a>[bot] in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1093">#1093</a></li>
<li>OPG-502: Add fake 'replace' method when toJSON is defined by <a class="user-mention notranslate" href="https://github.com/synqotik">@synqotik</a> in <a class="issue-link js-issue-link" href="https://github.com/OpenNMS/opennms-js/pull/1118">#1118</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/OpenNMS/opennms-js/compare/v2.5.11...v2.6.0"><tt>v2.5.11...v2.6.0</tt></a></p></div>
    </content>
    <updated>2025-10-23T15:45:42Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms-js/releases</id>
      <link href="https://github.com/OpenNMS/opennms-js/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms-js/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms-js</title>
      <updated>2025-10-28T19:36:49Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://opennmsdev.wpengine.com/?p=21040</id>
    <link href="https://www.opennms.com/en/blog/2025-10-14-opennms-grafana-a-unified-solution-for-your-monitoring-needs/" rel="alternate" type="text/html"/>
    <title>OpenNMS + Grafana: A Unified Solution for Your Monitoring Needs</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In today's complex IT environments, monitoring goes beyond just checking if a server is up. We're flooded with data from every corner of our network, from traditional SNMP devices to modern APIs and cloud services. The real challenge isn't just collecting this data—it's making sense of it. While OpenNMS is a powerhouse for discovery, data  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-10-14-opennms-grafana-a-unified-solution-for-your-monitoring-needs/">OpenNMS + Grafana: A Unified Solution for Your Monitoring Needs</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-12 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-23"><p>In today's complex IT environments, monitoring goes beyond just checking if a server is up. We're flooded with data from every corner of our network, from traditional SNMP devices to modern APIs and cloud services. The real challenge isn't just collecting this data—it's making sense of it. While OpenNMS is a powerhouse for discovery, data collection, and event management, visualizing that data in a way that provides immediate, actionable insights can be a different story. </p>
<p>This is where Grafana comes in. By pairing OpenNMS as your robust data collection and event engine with Grafana as your flexible and dynamic visualization layer, you can create a unified monitoring solution that is both powerful and intuitive. This post will show you why this combination is a perfect match and how you can get started, using a real-world example to illustrate the process.</p>
</div><div class="fusion-title title fusion-title-15 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why OpenNMS and Grafana Together?</h4></div><div class="fusion-text fusion-text-24"><p>
Think of OpenNMS and Grafana as a tag team. Each tool excels in its own arena, and together, they cover all the bases of a comprehensive monitoring strategy.</p>
<ul>
<li><strong>OpenNMS's Role: The Data Engine.</strong> OpenNMS is built for scale and reliability. Its strengths lie in:
<ul>
<li><strong>Extensive Data Collection:</strong> It can ingest metrics from almost any source (SNMP, Prometheus, JMX, etc.).</li>
<li><strong>Automated Discovery:</strong> It can automatically find and provision devices on your network.</li>
<li><strong>Event and Alarm Management:</strong> It processes events, correlates them into alarms, and notifies the right people.</li>
</ul>
</li>
<li><strong>Grafana's Role: The Visualization Layer.</strong> Grafana is a front-end designed for one thing: making data beautiful and understandable. Its key features include:
<ul>
<li><strong>Complex Dashboards:</strong> Create complex and customizable dashboards (graphs, gauges, heatmaps, etc.).</li>
<li><strong>Multi-Source Support:</strong> It pulls data from OpenNMS using the OpenNMS Plugin for Grafana and it can even pull directly from some OpenNMS time-series backends, like <strong>Prometheus</strong>.</li>
<li><strong>Advanced Querying:</strong> Use queries languages like PromQL or ElasticQL to perform calculations and filter for deeper insights.</li>
</ul>
</li>
</ul>
<p>By combining the two, OpenNMS handles the heavy lifting of collection and event management, while Grafana provides the perfect interface for visualizing that data in a single, unified view.</p>
</div><div class="fusion-title title fusion-title-16 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Three Common Use Cases: A Quick Look</h4></div><div class="fusion-text fusion-text-25"><p>OpenNMS excels at collecting data from a variety of sources. Here's how you can use OpenNMS collectors with Grafana for some common monitoring needs. </p>
</div><div class="fusion-text fusion-text-26"><h6><strong>1. JMX for Java Applications ☕️</strong></h6>
<ul>
<li><strong>Problem:</strong> Monitor Java application performance (e.g., Kafka, Tomcat).</li>
<li><strong>Solution:</strong> OpenNMS's <strong>JmxCollector</strong> scrapes metrics like memory usage, garbage collection stats, and thread sizes.</li>
<li><strong>Payoff:</strong> Visualize real-time heap usage and thread counts in a Grafana dashboard for a clear view of application health.</li>
</ul>
</div><div class="fusion-image-element "><span class=" fusion-imageframe imageframe-none imageframe-1 hover-type-none"><img alt="Dashboard View" class="img-responsive wp-image-21063" height="684" src="https://www.opennms.com/wp-content/uploads/2025/10/Grafana-Image-1.png" title="Grafana Image 1" width="1306"/></span></div><div class="fusion-text fusion-text-27"><h6><strong>2. SNMP for Network Devices</strong>📈</h6>
<ul>
<li><strong>Problem:</strong> Track network bandwidth on routers and switches.</li>
<li><strong>Solution: </strong>The <strong>SnmpCollector </strong> polls devices for metrics like interface traffic. </li>
<li><strong>Payoff:</strong> Create a "Network Traffic" dashboard in Grafana with graphs showing historical bandwidth usage and gauges for real-time traffic.</li>
</ul>
</div><div class="fusion-image-element "><span class=" fusion-imageframe imageframe-none imageframe-2 hover-type-none"><img alt="Dashboard View" class="img-responsive wp-image-21064" height="688" src="https://www.opennms.com/wp-content/uploads/2025/10/Grafana-Image-2.png" title="Grafana Image 2" width="1329"/></span></div><div class="fusion-text fusion-text-28"><h6><strong>3. Alarm/Event Data Visualization 🚨  </strong> </h6>
<ul>
<li><strong>Problem:</strong> You need a high-level view of active alarms across your entire network, including historical trends.</li>
<li><strong>Solution: </strong>OpenNMS processes incoming events and creates alarms. Using the <a href="https://grafana.com/grafana/plugins/opennms-opennms-app/">OpenNMS Grafana plugin</a>, you can query this event and alarm data directly.</li>
<li><strong>Payoff:</strong> Build a "Network Health" dashboard in Grafana with panels showing the count of open alarms by severity, a timeline of recent critical events, and a breakdown of alarm categories.</li>
</ul>
</div><div class="fusion-image-element "><span class=" fusion-imageframe imageframe-none imageframe-3 hover-type-none"><img alt="Dashboard View" class="img-responsive wp-image-21065" height="688" src="https://www.opennms.com/wp-content/uploads/2025/10/Grafana-Image-3.png" title="Grafana Image 3" width="1286"/></span></div><div class="fusion-separator fusion-full-width-sep" style="margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px; width: 100%;"/><div class="fusion-title title fusion-title-17 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Beyond the Use Case: The Bigger Picture</h4></div><div class="fusion-text fusion-text-29"><p>
This isn't just a solution for one specific problem. The OpenNMS and Grafana combination can be applied to a wide range of monitoring needs, including:
</p>
<ul>
<li><strong>IoT Device Monitoring:</strong> Collect and visualize data from sensors and smart devices.</li>
<li><strong>Application Performance:</strong> Track key metrics for your applications and microservices.</li>
<li><strong>Business KPIs:</strong> Monitor metrics directly tied to your business's success.</li>
<li><strong>Network Operations Center (NOC) Dashboards:</strong> Create a single-pane-of-glass view for your entire infrastructure.</li>
</ul>
<p>
This flexibility highlights OpenNMS's evolution from a network monitoring tool to a robust data collection platform, capable of handling virtually any time-series data you need.</p>
</div><div class="fusion-title title fusion-title-18 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Conclusion</h4></div><div class="fusion-text fusion-text-30"><p>If you're looking for a more powerful way to visualize your monitoring data, look no further than the dynamic duo of OpenNMS and Grafana. You can leverage OpenNMS's deep capabilities for data collection and event management while gaining the unparalleled visualization and dashboarding power of Grafana.</p>
<p>Ready to see what else OpenNMS can do for you? Check out our <a href="https://docs.opennms.com/start-page/1.0.0/index.html">documentation</a> and start building your unified monitoring solution today. Or <a href="https://www.opennms.com/contact/">contact us</a> to set up a demo and learn how OpenNMS Meridian can make it easier to monitor your enterprise network. </p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-10-14-opennms-grafana-a-unified-solution-for-your-monitoring-needs/">OpenNMS + Grafana: A Unified Solution for Your Monitoring Needs</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-10-14T19:31:24Z</updated>
    <category term="Blog"/>
    <category term="How To"/>
    <category term="data visualization"/>
    <category term="network monitoring"/>
    <author>
      <name>Saul Bernabe</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-02-11T16:20:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21027</id>
    <link href="https://www.opennms.com/en/blog/2025-10-08-october-2025-releases-meridian-2024-3-2-2023-2-1-and-2022-2-1/" rel="alternate" type="text/html"/>
    <title>October 2025 Releases – Meridian 2024.3.2, 2023.2.1 and 2022.2.1</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In October, we released updates to OpenNMS Meridian versions under active support. Meridian Stable Updates Meridian 2024.3.2, 2023.2.1 and 2022.2.1 contains a couple of bug fixes and enhancements. For a list of changes, see the release notes: 2024.3.2 2023.2.1 (Fozzie Bear) 2022.2.1 (Camelopardalis)</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-10-08-october-2025-releases-meridian-2024-3-2-2023-2-1-and-2022-2-1/">October 2025 Releases – Meridian 2024.3.2, 2023.2.1 and 2022.2.1</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-1"><p>In October, we released updates to OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridian 2024.3.2, 2023.2.1 and 2022.2.1 contains a couple of bug fixes and enhancements.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><span><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.2">2024.3.2</a></span></li>
<li><span><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.2.1">2023.2.1</a> (<span><i><a href="https://muppet.fandom.com/wiki/Fozzie_Bear">Fozzie Bear</a></i></span>)</span></li>
<li><span><a href="https://docs.opennms.com/meridian/2022/releasenotes/changelog.html#releasenotes-changelog-Meridian-2022.2.1">2022.2.1</a> (<span><i><a href="https://wikipedia.org/wiki/Camelopardalis">Camelopardalis</a></i></span>)</span></li>
</ul>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-10-08-october-2025-releases-meridian-2024-3-2-2023-2-1-and-2022-2-1/">October 2025 Releases – Meridian 2024.3.2, 2023.2.1 and 2022.2.1</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-10-08T15:43:46Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Morteza Ershad-Manesh</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2025-10-08T16:00:01Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-34.0.2-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-34.0.2-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 34.0.2</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 34.0.2</h4>
<p>Release 34.0.2 contains a couple of bug fixes, enhancements and a new feature.</p>
<h5>Epic</h5>
<ul>
<li>Remove EOL componts from our dependencies and docs (Issue <a href="https://opennms.atlassian.net/browse/NMS-17902" rel="nofollow">NMS-17902</a>)</li>
</ul>
<h5>Story</h5>
<ul>
<li>Remove end of life version CentOS 7/8 (Issue <a href="https://opennms.atlassian.net/browse/NMS-17901" rel="nofollow">NMS-17901</a>)</li>
<li>Exclude selfmonitor requisition in the Quick Add Node page (Issue <a href="https://opennms.atlassian.net/browse/NMS-18184" rel="nofollow">NMS-18184</a>)</li>
<li>Expose TwinPublishers on OSGi (Issue <a href="https://opennms.atlassian.net/browse/NMS-18310" rel="nofollow">NMS-18310</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>Menu Redesign: Update all existing documentation (Issue <a href="https://opennms.atlassian.net/browse/NMS-18176" rel="nofollow">NMS-18176</a>)</li>
<li>FE: Do not display menu on embedded Wallboard page (Issue <a href="https://opennms.atlassian.net/browse/NMS-18198" rel="nofollow">NMS-18198</a>)</li>
<li>DevOps: Clean up <code>Some problems were encountered while building the effective model</code> warnings (Issue <a href="https://opennms.atlassian.net/browse/NMS-18316" rel="nofollow">NMS-18316</a>)</li>
<li>FE: Update the Poweredby/Meridian Stylesheet and images (Issue <a href="https://opennms.atlassian.net/browse/NMS-18767" rel="nofollow">NMS-18767</a>)</li>
<li>FE: Menu template fix to remove unwanted menu header (Issue <a href="https://opennms.atlassian.net/browse/NMS-18773" rel="nofollow">NMS-18773</a>)</li>
</ul>
<h5>Bug</h5>
<ul>
<li>BMP session terminated with an java.lang.IndexOutOfBoundsException (Issue <a href="https://opennms.atlassian.net/browse/NMS-18042" rel="nofollow">NMS-18042</a>)</li>
<li>Same icons for different menus (Issue <a href="https://opennms.atlassian.net/browse/NMS-18195" rel="nofollow">NMS-18195</a>)</li>
<li>Whitespace in the topology view (Issue <a href="https://opennms.atlassian.net/browse/NMS-18267" rel="nofollow">NMS-18267</a>)</li>
<li>Whitespace and menu and navigation header should be ignored (Issue <a href="https://opennms.atlassian.net/browse/NMS-18268" rel="nofollow">NMS-18268</a>)</li>
<li>FE: Ensure plugins menu item is only displayed if plugins are installed (Issue <a href="https://opennms.atlassian.net/browse/NMS-18285" rel="nofollow">NMS-18285</a>)</li>
<li>Protobuf related linkage errors when using grpc shaded in openconfig/telemetry features (Issue <a href="https://opennms.atlassian.net/browse/NMS-18322" rel="nofollow">NMS-18322</a>)</li>
<li>Update SCV Rest Service to only allow access to Admin users (Issue <a href="https://opennms.atlassian.net/browse/NMS-18325" rel="nofollow">NMS-18325</a>)</li>
<li>FE: UI not checking roles during route validation (Issue <a href="https://opennms.atlassian.net/browse/NMS-18533" rel="nofollow">NMS-18533</a>)</li>
<li>Update SCV Rest Service for admin only: foundation 2023 (Issues <a href="https://opennms.atlassian.net/browse/NMS-18535" rel="nofollow">NMS-18535</a> , <a href="https://opennms.atlassian.net/browse/NMS-18548" rel="nofollow">NMS-18548</a>)</li>
<li>Cannot Walk LLDP Remote Link Table for MICROSENS G6 Industrial Switch PLM (Issue <a href="https://opennms.atlassian.net/browse/NMS-18541" rel="nofollow">NMS-18541</a>)</li>
<li>Prometheus JMX exporter doesn’t expose database connection pool metrics by default (Issue <a href="https://opennms.atlassian.net/browse/NMS-18542" rel="nofollow">NMS-18542</a>)</li>
<li>FE: Update CSP in web.xml for tile provider (Issue <a href="https://opennms.atlassian.net/browse/NMS-18549" rel="nofollow">NMS-18549</a>)</li>
<li>Running <code>install --help</code> invokes fix-karaf-setup on a running OpenNMS (Issue <a href="https://opennms.atlassian.net/browse/NMS-18771" rel="nofollow">NMS-18771</a>)</li>
<li>Update netty library (Issues <a href="https://opennms.atlassian.net/browse/NMS-16722" rel="nofollow">NMS-16722</a> , <a href="https://opennms.atlassian.net/browse/NMS-16723" rel="nofollow">NMS-16723</a> , <a href="https://opennms.atlassian.net/browse/NMS-16815" rel="nofollow">NMS-16815</a> , <a href="https://opennms.atlassian.net/browse/NMS-16816" rel="nofollow">NMS-16816</a> , <a href="https://opennms.atlassian.net/browse/NMS-16865" rel="nofollow">NMS-16865</a>)</li>
<li>Update netty-handler library (Issues <a href="https://opennms.atlassian.net/browse/NMS-17039" rel="nofollow">NMS-17039</a> , <a href="https://opennms.atlassian.net/browse/NMS-18225" rel="nofollow">NMS-18225</a>)</li>
<li>Update netty-codec-http library (Issue <a href="https://opennms.atlassian.net/browse/NMS-17057" rel="nofollow">NMS-17057</a>)</li>
<li>Update netty-codec-http2 library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18315" rel="nofollow">NMS-18315</a> , <a href="https://opennms.atlassian.net/browse/NMS-18232" rel="nofollow">NMS-18232</a>)</li>
<li>Update jackson-core library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18058" rel="nofollow">NMS-18058</a>)</li>
<li>Update python3 library (Issues <a href="https://opennms.atlassian.net/browse/NMS-18069" rel="nofollow">NMS-18069</a> , <a href="https://opennms.atlassian.net/browse/NMS-18071" rel="nofollow">NMS-18071</a>)</li>
<li>Update java-17-openjdk-headless (Issue <a href="https://opennms.atlassian.net/browse/NMS-18102" rel="nofollow">NMS-18102</a>)</li>
<li>Update libarchive library (Issues <a href="https://opennms.atlassian.net/browse/NMS-18313" rel="nofollow">NMS-18313</a> , <a href="https://opennms.atlassian.net/browse/NMS-18338" rel="nofollow">NMS-18338</a>)</li>
<li>Update expat library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18337" rel="nofollow">NMS-18337</a>)</li>
<li>Update pam library (Issues <a href="https://opennms.atlassian.net/browse/NMS-18314" rel="nofollow">NMS-18314</a> , <a href="https://opennms.atlassian.net/browse/NMS-18066" rel="nofollow">NMS-18066</a> , <a href="https://opennms.atlassian.net/browse/NMS-18339" rel="nofollow">NMS-18339</a>)</li>
<li>Update jinjava libray (Issue <a href="https://opennms.atlassian.net/browse/NMS-18343" rel="nofollow">NMS-18343</a>)</li>
<li>Update sqlite-libs library (Issues <a href="https://opennms.atlassian.net/browse/NMS-18340" rel="nofollow">NMS-18340</a> , <a href="https://opennms.atlassian.net/browse/NMS-18356" rel="nofollow">NMS-18356</a> , <a href="https://opennms.atlassian.net/browse/NMS-18368" rel="nofollow">NMS-18368</a> , <a href="https://opennms.atlassian.net/browse/NMS-18402" rel="nofollow">NMS-18402</a>)</li>
<li>Update cups-libs library (Issues <a href="https://opennms.atlassian.net/browse/NMS-18312" rel="nofollow">NMS-18312</a>, <a href="https://opennms.atlassian.net/browse/NMS-18873" rel="nofollow">NMS-18873</a> , <a href="https://opennms.atlassian.net/browse/NMS-18336" rel="nofollow">NMS-18336</a> , <a href="https://opennms.atlassian.net/browse/NMS-18922" rel="nofollow">NMS-18922</a> , <a href="https://opennms.atlassian.net/browse/NMS-18939" rel="nofollow">NMS-18939</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Update JMX Prometheus exporter to 1.4.0 (Issue <a href="https://opennms.atlassian.net/browse/NMS-18544" rel="nofollow">NMS-18544</a>)</li>
<li>Improve Confd template for opennms-datasources.xml and documentation (Issue <a href="https://opennms.atlassian.net/browse/NMS-18757" rel="nofollow">NMS-18757</a>)</li>
</ul>
<h5>New Feature</h5>
<ul>
<li>FE: Hover over menu items opens flyout menu (Issue <a href="https://opennms.atlassian.net/browse/NMS-18287" rel="nofollow">NMS-18287</a>)</li>
</ul></div>
    </content>
    <updated>2025-10-08T15:33:44Z</updated>
    <author>
      <name>mershad-manesh</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-12-16T21:58:47Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.2-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.2-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.2-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.2</p></div>
    </content>
    <updated>2025-10-08T13:56:21Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-12-10T15:08:22Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2023.2.1-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2023.2.1-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2023.2.1-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2023.2.1</p></div>
    </content>
    <updated>2025-10-08T13:38:44Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-12-10T14:30:08Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2022.2.1-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2022.2.1-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2022.2.1-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2022.2.1</p></div>
    </content>
    <updated>2025-10-08T13:10:39Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-12-10T14:12:06Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/opennms-34.0.1-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/opennms-34.0.1-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">OpenNMS Horizon 34.0.1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><h4>Release 34.0.1</h4>
<p>Release 34.0.1 contains bug fixes, enhancements and a new feature..</p>
<h5>Bug</h5>
<ul>
<li>Update org.apache.zookeeper:zookeeper (Issue <a href="https://opennms.atlassian.net/browse/NMS-18037" rel="nofollow">NMS-18037</a>)</li>
<li>Update commons-fileupload:commons-fileupload (Issue <a href="https://opennms.atlassian.net/browse/NMS-18081" rel="nofollow">NMS-18081</a>)</li>
<li>decodeBER throws exception on PDU with long numeric BER value encoding (Issue <a href="https://opennms.atlassian.net/browse/NMS-18160" rel="nofollow">NMS-18160</a>)</li>
<li>Remove unnecessary 2nd click for menus with just one entry (Issue <a href="https://opennms.atlassian.net/browse/NMS-18193" rel="nofollow">NMS-18193</a>)</li>
<li>Main Menu Dashboards -&gt; Dashboards doesn't go to Dashboards (Issue <a href="https://opennms.atlassian.net/browse/NMS-18194" rel="nofollow">NMS-18194</a>)</li>
<li>Fix flaky test : SituationRestIT  (Issue <a href="https://opennms.atlassian.net/browse/NMS-18205" rel="nofollow">NMS-18205</a>)</li>
<li>Update okio library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18215" rel="nofollow">NMS-18215</a>)</li>
<li>Update commons-fileupload library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18216" rel="nofollow">NMS-18216</a>)</li>
<li>OpenNMS fails to start when SnmpPoller is enabled (Issue <a href="https://opennms.atlassian.net/browse/NMS-18220" rel="nofollow">NMS-18220</a>)</li>
<li>Clicking an alarm in the "Nodes with Pending Alarms" on landing page leads to an alarm page without menu (Issue <a href="https://opennms.atlassian.net/browse/NMS-18221" rel="nofollow">NMS-18221</a>)</li>
<li>Updaye activemq-client, activemq-openwire-legacy library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18224" rel="nofollow">NMS-18224</a>)</li>
<li>FE: Node list filters: Various bug fixes (Issue <a href="https://opennms.atlassian.net/browse/NMS-18226" rel="nofollow">NMS-18226</a>)</li>
<li>Loading bean from BeanUtils concurrently is causing deadlock (Issue <a href="https://opennms.atlassian.net/browse/NMS-18228" rel="nofollow">NMS-18228</a>)</li>
<li>Update libarchive library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18230" rel="nofollow">NMS-18230</a>)</li>
<li>Update pam library (Issue <a href="https://opennms.atlassian.net/browse/NMS-18231" rel="nofollow">NMS-18231</a>)</li>
<li>SFlow Parser doesn't respect dnslookupsEnabled=false (Issue <a href="https://opennms.atlassian.net/browse/NMS-18242" rel="nofollow">NMS-18242</a>)</li>
<li>When you click on an alarm the navigation and application header is gone (Issue <a href="https://opennms.atlassian.net/browse/NMS-18266" rel="nofollow">NMS-18266</a>)</li>
<li>Shortcut to set search focus is not working (Issue <a href="https://opennms.atlassian.net/browse/NMS-18269" rel="nofollow">NMS-18269</a>)</li>
<li>Inconsistent tile provider configuration (Issue <a href="https://opennms.atlassian.net/browse/NMS-18274" rel="nofollow">NMS-18274</a>)</li>
<li>Inconsistent tile server in the geographical maps (Issue <a href="https://opennms.atlassian.net/browse/NMS-18290" rel="nofollow">NMS-18290</a>)</li>
</ul>
<h5>Enhancement</h5>
<ul>
<li>Set the RRDTool as the default time series storage implementation (Issue <a href="https://opennms.atlassian.net/browse/NMS-17883" rel="nofollow">NMS-17883</a>)</li>
<li>FE: Display empty list if no node available* (Issue <a href="https://opennms.atlassian.net/browse/NMS-18214" rel="nofollow">NMS-18214</a>)</li>
<li>Please expose surveillance categories in a single comma-delimited tag/label (Issue <a href="https://opennms.atlassian.net/browse/NMS-18238" rel="nofollow">NMS-18238</a>)</li>
<li>FE: Reduce whitespace in menu, combine expand/collapse with lock (Issue <a href="https://opennms.atlassian.net/browse/NMS-18279" rel="nofollow">NMS-18279</a>)</li>
</ul>
<h5>Task</h5>
<ul>
<li>FE: UI Dependabot updates for August 2025 (Issue <a href="https://opennms.atlassian.net/browse/NMS-17867" rel="nofollow">NMS-17867</a>)</li>
<li>FE: Node search should search across more fields (Issue <a href="https://opennms.atlassian.net/browse/NMS-18047" rel="nofollow">NMS-18047</a>)</li>
<li>Clean up references to Java 11 (Issue <a href="https://opennms.atlassian.net/browse/NMS-18227" rel="nofollow">NMS-18227</a>)</li>
<li>Move menu template documentation from Operation to Development (Issue <a href="https://opennms.atlassian.net/browse/NMS-18276" rel="nofollow">NMS-18276</a>)</li>
<li>FE: Change self-service menu in top menu to be icon-only (Issue <a href="https://opennms.atlassian.net/browse/NMS-18281" rel="nofollow">NMS-18281</a>)</li>
<li>FE: Remove "User" section from side menu template (Issue <a href="https://opennms.atlassian.net/browse/NMS-18282" rel="nofollow">NMS-18282</a>)</li>
<li>Remove menu template docs from documentation, move to readme-style file in ui (Issue <a href="https://opennms.atlassian.net/browse/NMS-18284" rel="nofollow">NMS-18284</a>)</li>
</ul>
<h5>New Feature</h5>
<ul>
<li>FE: Top Expand/Collapse button should maintain state (Issue <a href="https://opennms.atlassian.net/browse/NMS-18288" rel="nofollow">NMS-18288</a>)</li>
</ul></div>
    </content>
    <updated>2025-09-10T19:57:36Z</updated>
    <author>
      <name>mohsindataq</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-12-10T13:54:10Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=21008</id>
    <link href="https://www.opennms.com/en/blog/2025-09-10-september-2025-releases-meridian-2024-3-1-2023-2-0-and-2022-2-0/" rel="alternate" type="text/html"/>
    <title>September 2025 Releases – Meridian 2024.3.1, 2023.2.0 and 2022.2.0</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In September, we released updates to OpenNMS Meridian versions under active support. Meridian Stable Updates Meridian 2024.3.1, 2023.2.0 and 2022.2.0 contains a couple of bug fixes. For a list of changes, see the release notes: 2024.3.1 2023.2.0 (Constantine) 2022.2.0 (Mensa)</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-09-10-september-2025-releases-meridian-2024-3-1-2023-2-0-and-2022-2-0/">September 2025 Releases – Meridian 2024.3.1, 2023.2.0 and 2022.2.0</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p/><div class="fusion-fullwidth fullwidth-box fusion-builder-row-12 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-30"/></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-31"><p>In September, we released updates to OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridian 2024.3.1, 2023.2.0 and 2022.2.0 contains a couple of bug fixes.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><span><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.1">2024.3.1</a></span></li>
<li><span><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.2.0">2023.2.0</a> (<span><i><a href="https://muppet.fandom.com/wiki/Constantine">Constantine</a></i></span>)</span></li>
<li><span><a href="https://docs.opennms.com/meridian/2022/releasenotes/changelog.html#releasenotes-changelog-Meridian-2022.2.0">2022.2.0</a> (<span><i><a href="https://en.wikipedia.org/wiki/Mensa_(constellation)">Mensa</a></i></span>)</span></li>
</ul>
</div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-14 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"/><p/>
<p>The post <a href="https://www.opennms.com/en/blog/2025-09-10-september-2025-releases-meridian-2024-3-1-2023-2-0-and-2022-2-0/">September 2025 Releases – Meridian 2024.3.1, 2023.2.0 and 2022.2.0</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-09-10T17:02:47Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Mohsin Cheema</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-02-06T17:30:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2024.3.1-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2024.3.1-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2024.3.1-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2024.3.1</p></div>
    </content>
    <updated>2025-09-10T16:13:39Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-11-12T16:50:24Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2023.2.0-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2023.2.0-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2023.2.0-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2023.2.0</p></div>
    </content>
    <updated>2025-09-10T15:32:11Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-11-12T16:50:24Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>tag:github.com,2008:Repository/9377198/meridian-foundation-2022.2.0-1</id>
    <link href="https://github.com/OpenNMS/opennms/releases/tag/meridian-foundation-2022.2.0-1" rel="alternate" type="text/html"/>
    <title xml:lang="en-US">meridian-foundation-2022.2.0-1</title>
    <content type="xhtml" xml:lang="en-US"><div xmlns="http://www.w3.org/1999/xhtml"><p>OpenNMS Meridian Foundation 2022.2.0</p></div>
    </content>
    <updated>2025-09-10T14:48:30Z</updated>
    <author>
      <name>opennms-bamboo</name>
    </author>
    <source>
      <id>tag:github.com,2008:https://github.com/OpenNMS/opennms/releases</id>
      <link href="https://github.com/OpenNMS/opennms/releases" rel="alternate" type="text/html"/>
      <link href="https://github.com/OpenNMS/opennms/releases.atom" rel="self" type="application/atom+xml"/>
      <title xml:lang="en-US">Release notes from opennms</title>
      <updated>2025-11-12T16:13:26Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=20992</id>
    <link href="https://www.opennms.com/en/blog/2025-08-27-navigating-the-future-ui-improvements-coming-to-opennms/" rel="alternate" type="text/html"/>
    <title>Navigating the Future: UI Improvements Coming to OpenNMS</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>Introduction At OpenNMS, we’ve always believed that powerful functionality should be paired with intuitive design. When Meridian 2025 is released in Q4, we’re excited to introduce a major overhaul of our user interface—one that makes it easier, faster, and more intuitive for users to get value from the platform. Why We’re Updating the UI The  [...]</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-08-27-navigating-the-future-ui-improvements-coming-to-opennms/">Navigating the Future: UI Improvements Coming to OpenNMS</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-title title fusion-title-15 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Introduction</h4></div><div class="fusion-text fusion-text-27"><p>At OpenNMS, we’ve always believed that powerful functionality should be paired with intuitive design. When Meridian 2025 is released in Q4, we’re excited to introduce a major overhaul of our user interface—one that makes it easier, faster, and more intuitive for users to get value from the platform. </p>
</div><div class="fusion-title title fusion-title-16 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Why We’re Updating the UI</h4></div><div class="fusion-text fusion-text-28"><p>The goal of this project is simple: reduce the time it takes for users to go from installation to insight. That means streamlining the experience from login, through node setup, to viewing alarms, outages, and reports. </p>
<p>As Christopher Wong from our UX team put it:<br/>
<i>“Getting lost in the very first step does not really help anybody. This project is about clarifying the path—especially for new users—so they know exactly where to go and what to do next.” </i></p>
<p>This isn’t just about aesthetics. It’s about usability, accessibility, and speed. Research shows that companies who invest in UI improvements see benefits like increased revenue, reduced support costs, and improved customer retention. A well-designed interface builds trust, improves engagement, and helps users accomplish tasks more efficiently. </p>
</div><div class="fusion-title title fusion-title-17 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>What’s Changing</h4></div><div class="fusion-text fusion-text-29"><p>Here’s what users can expect:</p>
</div><ul class="fusion-checklist fusion-checklist-2 fusion-checklist-default type-icons"><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content">
<p>    <span style="font-size: 16px; line-height: 24px;">Streamlined Navigation: Menus are now clearer, larger, and better organized. </span></p>
</div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><span style="font-size: 16px; line-height: 24px;">Editable Menu Structure: Menu items are defined in a JSON file, making it easy to update based on user feedback.</span></div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><span style="font-size: 16px; line-height: 24px;">Improved Node Management: It’s now more obvious where to go to add nodes and view data. </span></div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><span style="font-size: 16px; line-height: 24px;">Troubleshooting Efficiency: Relevant tools are grouped together to support high-uptime environments. </span></div></li><li class="fusion-li-item"><span class="icon-wrapper circle-no"><i class="fusion-li-icon awb-icon-check"/></span><div class="fusion-li-item-content"><span style="font-size: 16px; line-height: 24px;">Modern UI Design: We’ve implemented Feather DS components for a consistent, accessible experience. </span></div></li></ul><div class="fusion-text fusion-text-30"><p>Christopher explained the challenge this way:<br/>
<i>“We had over 40–50 menu items scattered across regular and advanced options. Some features—like Business Service Management—were buried so deep that users couldn’t find them, even after we improved them. This redesign brings those features to the surface.” </i></p>
</div><div class="fusion-title title fusion-title-18 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Behind the Scenes</h4></div><div class="fusion-text fusion-text-31"><p>This project began in late May 2025, and has been a collaborative effort across UX, engineering, our product teams, and the community. We’ve removed outdated toolkits and moved closer to a pure JavaScript architecture, making future updates easier and more sustainable. </p>
<p>One of the biggest technical challenges was scaling the menu system. As Christopher noted:<br/>
<i>“We had to rethink how menus expand. Instead of a long scrollable list, we now use a side-view pop-out—consistent with modern design patterns and easier to navigate.” </i></p>
</div><div class="fusion-image-element "><span class=" fusion-imageframe imageframe-none imageframe-4 hover-type-none"><img alt="UI Updates" class="img-responsive wp-image-20999" height="1034" src="https://www.opennms.com/wp-content/uploads/2025/08/Menu-Image-scaled.png" title="UI Updates" width="2000"/></span></div><div class="fusion-text fusion-text-32"><p>We are using the <a href="https://feather.nanthealth.com/">Feather DS design system</a> to power these changes. We built <a href="https://github.com/feather-design-system">Feather DS</a> an open-source design system under the Apache License, which focuses on simplicity, consistency, and accessibility. </p>
</div><div class="fusion-title title fusion-title-19 fusion-sep-none fusion-title-text fusion-title-size-two"><h4>Looking Ahead</h4></div><div class="fusion-text fusion-text-33"><p>These updates mark a major step forward in making OpenNMS more approachable and efficient for both new and existing users. We’re excited to share these updates and look forward to hearing your <a href="https://opennms.discourse.group/t/oep-0009-modernization-of-the-navigation-menu/4404/7">feedback</a>. This is just the beginning of a more intuitive, powerful OpenNMS experience. </p>
</div></div></div></div></div>
<p>The post <a href="https://www.opennms.com/en/blog/2025-08-27-navigating-the-future-ui-improvements-coming-to-opennms/">Navigating the Future: UI Improvements Coming to OpenNMS</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-08-27T17:59:42Z</updated>
    <category term="Blog"/>
    <category term="News"/>
    <category term="intuitive design"/>
    <category term="navigation"/>
    <category term="network monitoring"/>
    <category term="ui"/>
    <author>
      <name>José Anés</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2026-01-14T16:40:02Z</updated>
    </source>
  </entry>

  <entry xml:lang="en-US">
    <id>https://www.opennms.com/?p=20975</id>
    <link href="https://www.opennms.com/en/blog/2025-08-13-august-2025-releases-meridian-2024-3-0-2023-1-28-and-2022-1-33/" rel="alternate" type="text/html"/>
    <title>August 2025 Releases – Meridian 2024.3.0, 2023.1.28 and 2022.1.33</title>
    <summary type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><p>In August, we released updates to OpenNMS Meridian versions under active support. Meridian Stable Updates Meridian 2024.3.0, 2023.1.28 and 2022.1.33 contains a couple of bug fixes. For a list of changes, see the release notes: 2024.3.0 2023.1.28 (Floyd Pepper) 2022.1.33 (Norma)</p>
<p>The post <a href="https://www.opennms.com/en/blog/2025-08-13-august-2025-releases-meridian-2024-3-0-2023-1-28-and-2022-1-33/">August 2025 Releases – Meridian 2024.3.0, 2023.1.28 and 2022.1.33</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </summary>
    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div class="fusion-fullwidth fullwidth-box fusion-builder-row-13 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-11 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-33"/></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-14 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"><div class="fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap"><div class="fusion-layout-column fusion_builder_column fusion-builder-column-12 fusion_builder_column_1_1 1_1 fusion-flex-column"><div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column"><div class="fusion-text fusion-text-34"><p>In August, we released updates to OpenNMS Meridian versions under active support.</p>
<h4>Meridian Stable Updates</h4>
<p>Meridian 2024.3.0, 2023.1.28 and 2022.1.33 contains a couple of bug fixes.</p>
<p>For a list of changes, see the release notes:</p>
<ul>
<li><span><a href="https://docs.opennms.com/meridian/2024/releasenotes/changelog.html#releasenotes-changelog-Meridian-2024.3.0">2024.3.0</a></span></li>
<li><span><a href="https://docs.opennms.com/meridian/2023/releasenotes/changelog.html#releasenotes-changelog-Meridian-2023.1.28">2023.1.28</a> (<span><i><a href="https://muppet.fandom.com/wiki/Floyd_Pepper">Floyd Pepper</a></i></span>)</span></li>
<li><span><a href="https://docs.opennms.com/meridian/2022/releasenotes/changelog.html#releasenotes-changelog-Meridian-2022.1.33">2022.1.33</a> (<span><i><a href="https://en.wikipedia.org/wiki/Norma_(constellation)">Norma</a></i></span>)</span></li>
</ul>
</div></div></div></div></div><div class="fusion-fullwidth fullwidth-box fusion-builder-row-15 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling"/>
<p>The post <a href="https://www.opennms.com/en/blog/2025-08-13-august-2025-releases-meridian-2024-3-0-2023-1-28-and-2022-1-33/">August 2025 Releases – Meridian 2024.3.0, 2023.1.28 and 2022.1.33</a> appeared first on <a href="https://www.opennms.com">The OpenNMS Group, Inc.</a>.</p></div>
    </content>
    <updated>2025-08-13T19:40:57Z</updated>
    <category term="News"/>
    <category term="meridian"/>
    <author>
      <name>Mohsin Cheema</name>
    </author>
    <source>
      <id>https://www.opennms.com/</id>
      <logo>https://www.opennms.com/wp-content/uploads/2021/04/OpenNMS_Favicon_36px.png</logo>
      <link href="https://www.opennms.com/feed/" rel="self" type="application/rss+xml"/>
      <link href="https://www.opennms.com/" rel="alternate" type="text/html"/>
      <title>The OpenNMS Group, Inc.</title>
      <updated>2025-12-16T22:30:02Z</updated>
    </source>
  </entry>
</feed>
