Software:OpenNMS

From HandWiki
Short description: Open-source network monitoring software
OpenNMS
OpenNMS logo 2021.svg
Developer(s)The Order of the Green Polo
The OpenNMS Group
Stable release
32.0.6 (codename Breakcore)[1] / January 10, 2024 (2024-01-10)
Repositorygithub.com/opennms/
Operating systemCross-platform
PlatformJava
TypeNetwork management System administration
LicenseAGPLv3+
Websitewww.opennms.org

OpenNMS is a free and open-source enterprise grade network monitoring and network management platform. It is developed and supported by a community of users and developers and by the OpenNMS Group, offering commercial services, training and support.

The goal is for OpenNMS to be a truly distributed, scalable management application platform for all aspects of the FCAPS network management model while remaining 100% free and open source. Currently the focus is on Fault and Performance Management.

All code associated with the project is available under the Affero General Public License.

The OpenNMS Project is maintained by The Order of the Green Polo.

History

The OpenNMS Project was started in July, 1999 by Steve Giles, Brian Weaver and Luke Rindfuss and their company PlatformWorks.[2] It was registered as project 4141 on SourceForge in March 2000.[3][4]

On September 28, 2000, PlatformWorks was acquired by Atipa, a Kansas City-based competitor to VA Linux Systems.[5] In July 2001, Atipa changed its name to Oculan.[6]

In September 2002, Oculan decided to stop supporting the OpenNMS project. Tarus Balog, then an Oculan employee, left the company to continue to focus on the project.[7]

In September 2004, The OpenNMS Group was started by Balog, Matt Brozowski and David Hustace to provide a commercial services and support business around the project. Shortly after that, The Order of the Green Polo (OGP) was founded to manage the OpenNMS Project itself.[8] While many members of the OGP are also employees of The OpenNMS Group, it remains a separate organization.

Platform support and requirements

OpenNMS is written in Java, and thus can run on any platform with support for a Java SDK version 11 or higher.[9] Precompiled binaries are available for most Linux distributions.

In addition to Java, it requires the PostgreSQL database, although work is being done to make the application database independent by leveraging the Hibernate project.

Features

OpenNMS describes itself as a "network management application platform".[10] While useful when first installed, the software was designed to be highly customizable to work in a wide variety of network environments.

There are four main functional areas of OpenNMS.

Event Management and Notifications

OpenNMS is based around a "publish and subscribe" message bus. Processes within the software can publish events, and other processes can subscribe to them. In addition, OpenNMS can receive events in the form of SNMP Traps, syslog messages, TL/1 events or custom messages sent as XML to port 5817.

Events can be configured to generate alarms.[11] While events represent a history of information from the network, alarms can be used to create correlation workflow (resolving "down" alarms when matching "up" alarms are created) and performing "event reduction" by representing multiple, identical events as a single alarm with a counter. Alarms can also generate events of their own, such as when an alarm is escalated in severity. Alarms clear from the system over time, unlike events that persist as long as desired.

The Alarm subsystem can also integrate with a variety of trouble ticketing systems, such as Request Tracker, OTRS, Jira, and Remedy.

The software also contains an Event Translator where incoming events can be augmented with additional data (such as the impact to customers) and turned into new events.[12]

Events can generate notifications via e-mail, SMS, XMPP and custom notification methods.

OpenNMS has been shown to be able to process 125,000 syslog messages per minute, continuously.[13]

Discovery and Provisioning

OpenNMS contains an advanced provisioning system for adding devices to the management system. This process can occur automatically by submitting a list or range of IP addresses to the system (both IPv4 and IPv6). Devices can also be expressly added to the system.

The underlying technology for this configuration is XML, so users can either use the web-based user interface or they can automate the process by scripting the creation of the XML configuration files.

The provisioning system contains adapters to integrate with other processes within the application and to external software, such as a Dynamic DNS server and RANCID.

The provisioning process is asynchronous for scalability, and has been shown to provision networks of more than 50,000 discrete devices and to networks of single devices with over 200,000 virtual interfaces, each (Juniper E320).[14]

Service Monitoring

The service assurance features of OpenNMS allow for the availability of network-based services to be determined. The types of monitors span from the very simple (ICMP pings, TCP port checks) to the complex (Page Sequence Monitoring,[15] Mail Transport Monitor[16]). Outage information is stored in the database and can be used to generate availability reports.

In addition to being able to monitor network services from the point of view of the OpenNMS server, remote pollers can be deployed to measure availability from distant locations.

Papa John's Pizza uses the OpenNMS remote poller software in each of its nearly 3000 retail stores to measure the availability of centralized network resources.[17]

Data Collection

Performance data collection exists in OpenNMS for a number of network protocols including SNMP, HTTP, JMX, WMI, XMP, XML, NSClient, and JDBC. Data can be collected, stored, graphed and checked against thresholds.

The process is highly scalable, and one instance of OpenNMS is collecting 1.2 million data points via SNMP every five minutes.[18]

Additional Features

OpenNMS is accessed via a web-based user interface built on Jetty. An integration with JasperReports creates high level reports from the database and collected performance data.

Awards

  • 2015 Infoworld Best of Open Source (BOSSIE) [19]
  • 2010 Infoworld Best of Open Source (BOSSIE)[20]
  • 2010 June, SourceForge Project of the Month[18]
  • 2009 Infoworld Best of Open Source (BOSSIE)[21]
  • 2008 Techtarget Product Excellence Bronze Award in the Applications and network management category[22]
  • 2007 Techtarget Product Excellence Gold Award in the Network and IT management platforms category,[23] beating out HP OpenView and IBM Tivoli.
  • 2006 LinuxWorld Expo Product Excellence Award in the Systems Management Tools category.[24][25]

See also

References

  1. "OpenNMS Horizon 32.0.6 (Breakcore)". 2024-01-10. https://github.com/OpenNMS/opennms/releases/tag/opennms-32.0.6-1. "Horizon 32.0.6 contains a bunch of changes including UI cleanups, a number of access/role fixes, and other bug fixes, plus a ton of documentation updates and a new feature to show news and tips from an RSS feed in the UI." 
  2. "PlatformWorks: Private Company Information - Businessweek". Investing.businessweek.com. 2000-09-28. http://investing.businessweek.com/research/stocks/private/snapshot.asp?privcapId=433715. Retrieved 2014-06-16. 
  3. "Adventures in Open Source » Blog Archive » Open10MS: Still Open … Still Free". Adventuresinoss.com. 2010-03-30. http://www.adventuresinoss.com/?p=1515. Retrieved 2014-06-16. 
  4. "Project of the Month, June 2010 OpenNMS". 1 June 2010. https://sourceforge.net/blog/potm-201006/. "OpenNMS was registered on SourceForge in March of 2000 as project 4141, about two months after NetSaint which later became Nagios. So it has been around for while, almost longer than any other open source management tool." 
  5. ""Bluebird" sings to Linux seller Atipa - CNET News". News.cnet.com. http://news.cnet.com/Bluebird-sings-to-Linux-seller-Atipa/2100-1001_3-246408.html. Retrieved 2014-06-16. 
  6. Atipa Morphs. (Oculan Corp to market OpticNerve) (Company Business and Marketing) Linux Gram, July 16, 2001
  7. "Adventures in Open Source » Blog Archive » Copyright Changes". Adventuresinoss.com. 2009-07-01. http://www.adventuresinoss.com/?p=997. Retrieved 2014-06-16. 
  8. The Order of the Green Polo
  9. "Installation Guide". OpenNMS. 2023-04-20. https://docs.opennms.com/horizon/latest/deployment/core/system-requirements.html#compatibility. Retrieved 2023-05-04. 
  10. "The OpenNMS Project". Opennms.org. http://www.opennms.org/. Retrieved 2014-06-16. 
  11. "Alarms Documentation". OpenNMS. 2023-04-20. https://docs.opennms.com/horizon/latest/operation/deep-dive/alarms/introduction.html. Retrieved 2023-05-04. 
  12. "Event Translator". OpenNMS. 2023-04-20. https://docs.opennms.com/horizon/latest/operation/deep-dive/events/event-translator.html. Retrieved 2023-05-04. 
  13. "Adventures in Open Source » Blog Archive » 2010 Dev-Jam – Day Five". Adventuresinoss.com. 2010-07-30. http://www.adventuresinoss.com/?p=1829. Retrieved 2014-06-16. 
  14. [1]
  15. "Page Sequence Monitor (PSM) Setup - OpenNMS | The OpenNMS Project". OpenNMS. 2014-05-22. http://www.opennms.org/wiki/Page_Sequence_Monitor_%28PSM%29_Setup. Retrieved 2014-06-16. 
  16. "Mail Transport Monitor - OpenNMS | The OpenNMS Project". OpenNMS. 2012-02-26. http://www.opennms.org/wiki/Mail_Transport_Monitor. Retrieved 2014-06-16. 
  17. "Adventures in Open Source » Blog Archive » Using OpenNMS Remote Monitor for Remote Polling". Adventuresinoss.com. 2010-09-16. http://www.adventuresinoss.com/?p=1874. Retrieved 2014-06-16. 
  18. 18.0 18.1 "SourceForge Community Blog | Project of the Month, June 2010". Sourceforge.net. 2014-06-09. http://sourceforge.net/blog/potm-201006/. Retrieved 2014-06-16. 
  19. "Best of Open Source Software Awards 2015". InfoWorld. 16 September 2015. http://www.infoworld.com/article/2982962/open-source-tools/bossie-awards-2015-the-best-open-source-networking-and-security-software.html#slide4. 
  20. "Best of Open Source Software Awards 2010". InfoWorld. http://www.infoworld.com/d/open-source/bossie-awards-2010-the-best-open-source-networking-software-153&current=3&last=1. 
  21. "Best of Open Source Software Awards 2009". InfoWorld. 31 August 2009. http://www.infoworld.com/d/open-source/best-open-source-software-awards-2009-628?page=0,3. 
  22. "Product Leadership Awards 2008: Applications and network management". SearchNetworking. http://searchnetworking.techtarget.com/productsOfTheYearCategory/0,294802,sid7_tax309968_ayr2008,00.html. 
  23. "Product Leadership Awards 2007: Network and IT management platforms". SearchNetworking. http://searchnetworking.techtarget.com/productsOfTheYearCategory/0,294802,sid7_tax306257_ayr2007,00.html. 
  24. "LinuxWorld Product Excellence Awards Presented in SF". linux.sys-con.com. 2005-08-11. http://linux.sys-con.com/read/117705.htm. Retrieved 2006-11-14. 
  25. Mike Sponseller (2005-08-01). "LinuxWorld Conference & Expo Names Finalists for Product Excellence Awards". LinuxWorld Conference & Expo. http://www.linuxworldexpo.com/live/12/media//news/CC844071. Retrieved 2006-11-14. 

External links