The Commercial Open-Source Monitoring Landscape
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的更多相关文章
- Kafka Consumer Lag Monitoring
Sematext Monitoring 是最全面的Kafka监视解决方案之一,可捕获约200个Kafka指标,包括Kafka Broker,Producer和Consumer指标.尽管其中许多指标很 ...
- 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 ...
- awesome-java
Awesome Java A curated list of awesome Java frameworks, libraries and software. Awesome Java Ancient ...
- Alternatives to Activiti for all platforms with any license
Activiti Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted ...
- List of Mozilla-Based Applications
List of Mozilla-Based Applications The following is a list of all known active applications that are ...
- http://www.freeopensourcesoftware.org
Applications http://www.freeopensourcesoftware.org/index.php?title=Applications Main Page > Thi ...
- 机器学习常用Python扩展包
在Ubuntu下安装Python模块通常有3种方法:1)使用apt-get:2)使用pip命令(推荐);3)easy_instal 可安装方法参考:[转]linux和windows下安装python集 ...
- 【云计算】实战-五个Docker监控工具的对比
[实战]五个Docker监控工具的对比 阅读目录 Docker Stats命令 CAdvisor Scout Data Dog Sensu Monitoring Framework 总结 这篇文章作者 ...
- Monitor Minio server with Prometheus
转自:https://blog.minio.io/monitor-minio-server-with-prometheus-4ed537abcb74 Prometheus is an open sou ...
随机推荐
- spring mvc 对象型参数的传递(遇到坑了)
直接来个列子: 这里设置了,contenType="application/json" 这里post 接收的参数对象. 但是问题来了: <html> <head& ...
- 定义类+类实例化+属性+构造函数+匿名类型var+堆与栈+GC回收机制+值类型与引用类型
为了让编程更加清晰,把程序中的功能进行模块化划分,每个模块提供特定的功能,而且每个模块都是孤立的,这种模块化编程提供了非常大的多样性,大大增加了重用代码的机会. 面向对象编程也叫做OOP编程 简单来说 ...
- jsp用tags传递参数
<computer:trangleTag sideA="12" sideB="12" sideC="12"/>表示以字符串传递s ...
- Nodejs+MongoDB+Bootstrap+esj搭建的个人简易博客
github:https://github.com/yehuimmd/myNodeBloy Nodejs+MongoDB+jQuery+Bootstrap-esj搭建的个人简易博客 主要功能 前台 : ...
- 使用memcache 心得和注意事项
内存分配机制:首先要说明的是Memcached支持最大的存储对象为1M.它的内存分配比较特殊,但是这样的分配方式其实也是对于性能考虑的,简单的分配机制可以更容易回收再分配,节省对于CPU的使用.这里用 ...
- Swift中如何使用 #if DEBUG
Swift暂时还不支持大多数的预处理宏操作,但是可以支持“#if/#else/#endif”语句. 下面进行简单的设置使 #if DEBUG 有效,更详细的内容见:http://stackoverfl ...
- MySQL 分区知识点(一 )
前言: 查了下资料,关于 MySQL 分区的博文讲的详细的比较少,也不全,只好在官网去翻译英文文章看了.大体整理了一下记录起来: MySQL 分区类型: 1.RANGE 分区: // 这种类型的分区基 ...
- Ceph中Bufferlist的设计与使用
转自:https://www.ustack.com/blog/bufferlist/ 如果非要在整个Ceph中,找出一个类最重要,我觉得非Bufferlist莫属了,原因很简单,因为Bufferlis ...
- linux查看网卡速度
ethtool eth0 会包含速度模式等各项属性信息 lspci|grep -i ether 可以查看硬件设备具体型号,会包含硬件厂商及信息 dmesg |grep -i eth 会显示系统 ...
- 整理下PC和移动获取点击、移动坐标的代码和坑
一.PC PC是通过鼠标点击和移动,相对比较简单,比如onmousedown.onmouseup.onmousemove.onmouseout鼠标按键按下.按键起来.鼠标在元素上移动.鼠标从元素上离开 ...