Running an OpenNMS Minion with Docker

Running a Minion with Docker is relatively easy, you just need to have Docker installed. It makes also updating the Minion very easy cause you can follow the tags latest for latest stable version or trying a bleeding snapshot. You can configure everything through environment variables. At a bare minimum you need something like [...]

By |2019-04-04T23:01:27-04:00May 20th, 2018|

OpenNMS Meridian 2016.1.12 Released

Release 2016.1.12 is an update to 2016.1.11 that provides one small bug fix and a Windows build fix. The codename for 2016.1.12 is Lambert cylindrical equal-area. Bug EventUtils.eventsMatch() fails if nodeId is greater than 127 (Issue NMS-9941) Java not found properly when building from Windows CMD proc (Issue NMS-9947)

By |2018-07-24T14:55:26-04:00April 23rd, 2018|

OpenNMS Meridian 2017.1.7 Released

Release 2017.1.7 is a small update to OpenNMS Meridian 2017.1.6. It contains a few bug fixes and minor enhancements. The codename for 2017.1.7 is United Kingdom Ordnance Survey Zero Meridian. Note: Configuration Update Some updates to Cisco data collection and graph configuration have been made since 2017.1.6. They add collection [...]

By |2018-07-24T14:55:26-04:00April 20th, 2018|

OpenNMS Meridian 2017.1.6 Released

Release 2017.1.6 is a small update to OpenNMS Meridian 2017.1.5. It contains a few bug fixes. The codename for 2017.1.6 is Meridianus Posoniensis. Bug It is not possible to see Statsd results on the WebUI (Issue NMS-9861) Inconsistent handling of keyboard navigation on top menu (Issue NMS-9867)

By |2018-07-24T14:55:26-04:00March 15th, 2018|

OpenNMS Meridian 2016.1.11 Released

Release 2016.1.11 is an update to 2016.1.10 that provides one small bug fix. The codename for 2016.1.11 is Gall-Peters. Bug Inconsistent handling of keyboard navigation on top menu (Issue NMS-9867) Copyright dates need a bump for 2018 (Issue NMS-9871)

By |2018-07-24T14:55:27-04:00March 15th, 2018|

OpenNMS Meridian 2015.1.9 Released

Release 2015.1.9 is the tenth release of OpenNMS Meridian 2015. It contains a keyboard-navigation fix and a few documentation/date updates. The codename for 2015.1.9 is MIST. Bug Tweak Mattermost notification docs not to specify a channel (Issue NMS-9362) Inconsistent handling of keyboard navigation on top menu (Issue NMS-9867) Copyright dates [...]

By |2018-03-15T20:17:34-04:00March 15th, 2018|

OpenNMS Meridian 2017.1.5 Released

Release 2017.1.5 is a small update to OpenNMS Meridian 2017.1.4. It contains a few bug fixes and performance enhancements. The codename for 2017.1.5 is Pulkovo meridian. Bug Change links to docs in help page using https (Issue NMS-9832) Copyright dates need a bump for 2018 (Issue NMS-9871) Enhancement ES REST [...]

By |2018-07-24T14:55:27-04:00February 15th, 2018|

OpenNMS Meridian 2017.1.4 Released

Release 2017.1.4 is an update to OpenNMS Meridian 2017.1.3. It is primarily a bug fix release. The codename for 2017.1.4 is Tenerife meridian. Bug Notification storm causes JVM crash with: Native memory allocation (mmap) failed (Issue NMS-9766) The typeahead widget for KSC Report Search on front page is not working [...]

By |2018-07-24T14:55:27-04:00January 18th, 2018|

Running OpenNMS Horizon in Docker

Running applications in containers provides many benefits, and it's not just hype. Higher velocity to maintain changes while keeping a service available. Scaling your software by just spinning up more instances to handle load. Container images allow you to manage your application dependencies and link them all to a portable [...]

By |2023-01-13T19:37:40-05:00January 9th, 2018|

PRIS Release and CI/CD Workflow

The current release workflow for PRIS and the Docker Container Images was driven by manual tasks. That means you have to push a "Release Button" which sets version numbers and triggers Docker Image builds. I have switched to a continuous delivery workflow. Every commit is a release and there is [...]

By |2023-01-24T16:27:56-05:00December 24th, 2017|
Go to Top