As enterprises have adopted open-source monitoring tools, there is growing market demand by enterprises that were not comfortable relying on community support channels. This created a business opportunity for commercial open-source vendors to enter the market providing support options, which evolved from basic support to advanced support. Some vendors offer multiple tiers of software coupled with support options; these offerings include enhanced tools and support. The commercial open-source vendors positioned themselves as utilizing community development resources, but have since discovered they must fund and control the road map and development. All vendors discussed in this research have strong communities where users collaborate and share plug-ins and other enhancements, while the provider controls the release of software.

Some sample vendors with commercial open-source offerings include GroundWork, Merethis, Nagios, VMware, Zabbix and Zenoss. These vendors are reporting growth driven by the demands of managed service providers, enterprises cutting software costs and simplification of monitoring needs.

All products, aside from VMware's offering, allow for Nagios's community-developed plug-ins to be deployed in the product. Active developers from all these vendors are developing open-source and commercial open-source offerings, creating value for customers as and the community. There is additional dedicated staff for professional services, support, sales, marketing and additional functions.

GroundWork: GroundWork Monitor Enterprise

Based in California and included in the Gartner Magic Quadrant for Event Correlation and Analysis, GroundWork packages many open-source products into a tested bundled release with support offerings. The commercial offering includes features such as better visualization, integration with many ticketing systems, public cloud provider monitoring (Eucalyptus, Amazon Elastic Compute Cloud [Amazon EC2]), multitenancy for managed services providers, Java application monitoring via Java Management Extensions (JMX) and increased reporting capability across these tools. GroundWork has optimized the platform for increased scalability. The product also includes a publicly documented software development kit (SDK) consisting of SOAP/XML Web services that allows the platform to be extended with simple development efforts. The modifications done to existing open-source tools are contributed back to the open-source community, as well as being packaged into a community-supported open-source release called GroundWork Monitor Community Edition.

Nagios: Nagios XI

Minnesota is the headquarters for the commercial offering by the Nagios development team, which is at the core of the company's open-source product. The product adds additional dashboarding, customization, performance graphing and additional features. The commercial offering also includes support for a low yearly fee. Nagios has spawned several commercial open-source solutions, including GroundWork Monitor and Merethis Centreon.

VMware: VMware vFabric Hyperic

Based in California, VMware offers Hyperic, which competes differently than many similar options, the differentiator being the depth monitoring of Java applications, which leverage the open-source Spring Framework. VMware acquired SpringSource in 2009, which had multiple products, including Spring Framework, as well as the Hyperic product offering. The reasoning behind the acquisition was to launch VMware's cloud offering. Hyperic understands and manages the details of Spring-based applications via JMX with greater granularity than other monitoring applications. It has a large number of supported technologies from modern middleware, nonrelational databases, caching layers and testing frameworks. Additionally, Hyperic has close ties with VMware's vSphere platform, yet falls short on its support for packaged enterprise applications. The two offerings include Hyperic Open Source and VMware vFabric Hyperic. The commercial open-source vFabric edition includes support and adds enterprise-class features such as templates, increased manageability and an enhanced alert management system. Hyperic is an agent-based solution, aside from specific technologies that do not support agents (e.g., network devices, VMware vSphere, environmental measurement and monitoring, etc).

Merethis: Centreon

Headquartered in Paris, France, Merethis created a Nagios-based monitoring platform that includes open-source and commercial modules. The additional functionality includes a new interface, browser-based configuration and setup, and has advanced alerting rules and integration to many ticketing systems. There have been scalability improvements to the core engine that are released as the open-source product Centreon-Core. The scalability improvements to Nagios are released under the open-source projects Centreon Engine and Centreon Broker. These modifications are backward-compatible with Nagios open-source releases. Commercially released add-ons include additional dashboarding, map-based views and business intelligence reporting. Merethis also offers multiple support levels and professional services to implement and customize the solution for specific customer needs.

Zabbix: Zabbix

Based in Riga, Latvia, Zabbix sells support packages for the software and custom development of additional functionalities or integration. Zabbix is deployed on an existing OS, or as a virtual appliance. The product has a comprehensive set of bundled plug-ins in the packaged release, discovery of elements, an enhanced user interface, dashboard customization and enhanced graphing and charting features. The product is compatible with Nagios, allowing customers to leverage existing plug-ins. There is a wide array of support options, and they may be customized based on customer request.

Zenoss: Service Dynamics

Zenoss is based Maryland and is included in the Gartner 2010 Magic Quadrant for Event Correlation and Analysis. The Zenoss Core offering is released as open-source and is community-supported, while the enterprise offering, Service Dynamics, includes scalability enhancements, performance improvements, premium support and additional features built around the publicly released Core Edition. The subscription is yearly and includes licenses and support. Zenoss is one of the only platforms to incorporate configuration management database-like device properties, which are modeled as the device is discovered. The product also includes service impact, event management and analytics. In the service impact modules, services and dependencies are configured, providing visibility into groups of components used to deliver a service or application. Zenoss is continuing to invest in richer event enrichment and metric analytics, virtualization monitoring and infrastructure as a service (IaaS) monitoring. Additional monitoring for impact analysis and analytics does carry an additional license fee, but provides value in root cause analysis. Zenoss provides integration with many ticketing systems, monitoring of cloud providers (VMware vCloud, Amazon Web Services and Google App Engine), as well as multitenancy required for implementations by managed services providers. Zenoss has a large set of community-developed ZenPacks, in addition to the company-supported packages.

[from Gartner]

The Commercial Open-Source Monitoring Landscape的更多相关文章

  1. Kafka Consumer Lag Monitoring

    Sematext Monitoring  是最全面的Kafka监视解决方案之一,可捕获约200个Kafka指标,包括Kafka Broker,Producer和Consumer指标.尽管其中许多指标很 ...

  2. MySQL vs. MongoDB: Choosing a Data Management Solution

    原文地址:http://www.javacodegeeks.com/2015/07/mysql-vs-mongodb.html 1. Introduction It would be fair to ...

  3. awesome-java

    Awesome Java A curated list of awesome Java frameworks, libraries and software. Awesome Java Ancient ...

  4. Alternatives to Activiti for all platforms with any license

    Activiti Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted ...

  5. List of Mozilla-Based Applications

    List of Mozilla-Based Applications The following is a list of all known active applications that are ...

  6. http://www.freeopensourcesoftware.org

    Applications http://www.freeopensourcesoftware.org/index.php?title=Applications   Main Page > Thi ...

  7. 机器学习常用Python扩展包

    在Ubuntu下安装Python模块通常有3种方法:1)使用apt-get:2)使用pip命令(推荐);3)easy_instal 可安装方法参考:[转]linux和windows下安装python集 ...

  8. 【云计算】实战-五个Docker监控工具的对比

    [实战]五个Docker监控工具的对比 阅读目录 Docker Stats命令 CAdvisor Scout Data Dog Sensu Monitoring Framework 总结 这篇文章作者 ...

  9. Monitor Minio server with Prometheus

    转自:https://blog.minio.io/monitor-minio-server-with-prometheus-4ed537abcb74 Prometheus is an open sou ...

随机推荐

  1. 好的SQL写法

    DECLARE @beginTime VARCHAR(20)= '2017-12-20 00:00:00';DECLARE @endTime VARCHAR(20)= '2017-12-26 00:0 ...

  2. Hibernate 关于实体映射常用注解

    注解 类注解(写在类上面的) @Entity       标明实体类 @Table(name="数据库标明")      生成数据库时的表名由这个决定 @DynamicInsert ...

  3. Spring Boot入门——json数据处理

    1.引入fastJson插件 <!-- 引入fastjson插件 --> <dependency> <groupId>com.alibaba</groupId ...

  4. npm全局安装

    时间长了,很多东西都忘了. 全局安装以后,在你自己的电脑任何位置都可以使用的包.直接用命令使用的: 比如:supervisor mok 还有cnpm,express之类的.gulp之类的. 剩下的我们 ...

  5. UML用例建模解析(一)----------用例概述

    UML(统一建模语言): 1. 绘制用例图 用例图是UML中比较简单的一种图形,它包含两个主要组成元素,分别是执行者(Actor)和用例(Use Case).执行者又称为参与者或角色,用例又称为用况或 ...

  6. 04-dotnetCore博客后台基本功能实现

    今天继续上篇博客的内容,在上一篇的时候,已经基本实现了博客列表内容的显示,继续进行添加.编辑.删除等功能.添加和编辑界面共用一个界面,添加界面如图所示: 同样我这里使用的还是layui里面的表单内容, ...

  7. 请求被中止: 未能创建 SSL/TLS 安全通道,以及解决方法,即:Could not create SSL/TLS secure channel

    C# 访问https请求被中止: 未能创建 SSL/TLS 安全通道(Could not create SSL/TLS secure channel) 以及 X509Certificate2 temp ...

  8. 简单实用的磁带转MP3方法图解

    读完这篇文章,然后在看看文章的最后部分. [图文]磁带转Mp3教程 来源:  作者:netseeker 一.工具 1.音频线一条. 在一般的电器铺都能买到,8-15元不等,两头的接口是一样的,可以混用 ...

  9. swagger 在apache CXF 中的使用——JAX-RS Swagger2Feature

    The CXF Swagger2Feature allows you to generate Swagger 2.0 documents from JAX-RS service endpoints w ...

  10. Spring_总结_03_装配Bean(四)_导入与混合配置

    一.前言 本文承接上一节:Spring_总结_03_装配Bean(三)之XML配置 在典型的Spring应用中,我们可能会同时使用自动化和显示配置.同时,可能在某些场景下我们需要混合使用JavaCon ...