Alternatives to Ganglia logo

Alternatives to Ganglia

collectd, Zabbix, Nagios, Munin, and Grafana are the most popular alternatives and competitors to Ganglia.
28
0

What is Ganglia and what are its top alternatives?

It is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters.
Ganglia is a tool in the Monitoring Tools category of a tech stack.

Top Alternatives to Ganglia

  • collectd
    collectd

    collectd gathers statistics about the system it is running on and stores this information. Those statistics can then be used to find current performance bottlenecks (i.e. performance analysis) and predict future system load (i.e. capacity planning). Or if you just want pretty graphs of your private server and are fed up with some homegrown solution you're at the right place, too. ...

  • Zabbix
    Zabbix

    Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics. ...

  • Nagios
    Nagios

    Nagios is a host/service/network monitoring program written in C and released under the GNU General Public License. ...

  • Munin
    Munin

    Munin is a networked resource monitoring tool that can help analyze resource trends and "what just happened to kill our performance?" problems. It is designed to be very plug and play. A default installation provides a lot of graphs with almost no work. ...

  • Grafana
    Grafana

    Grafana is a general purpose dashboard and graph composer. It's focused on providing rich ways to visualize time series metrics, mainly though graphs but supports other ways to visualize data through a pluggable panel architecture. It currently has rich support for for Graphite, InfluxDB and OpenTSDB. But supports other data sources via plugins. ...

  • Prometheus
    Prometheus

    Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. ...

  • Effector
    Effector

    It is an effective multi-store state manager for Javascript apps, that allows you to manage data in complex applications. ...

  • New Relic
    New Relic

    The world’s best software and DevOps teams rely on New Relic to move faster, make better decisions and create best-in-class digital experiences. If you run software, you need to run New Relic. More than 50% of the Fortune 100 do too. ...

Ganglia alternatives & related posts

collectd logo

collectd

98
156
5
System and applications metrics collector
98
156
+ 1
5
PROS OF COLLECTD
  • 2
    Open Source
  • 2
    Modular, plugins
  • 1
    KISS
CONS OF COLLECTD
    Be the first to leave a con

    related collectd posts

    Łukasz Korecki
    CTO & Co-founder at EnjoyHQ · | 7 upvotes · 308K views

    We use collectd because of it's low footprint and great capabilities. We use it to monitor our Google Compute Engine machines. More interestingly we setup collectd as StatsD replacement - all our Clojure services push application-level metrics using our own metrics library and collectd pushes them to Stackdriver

    See more
    Zabbix logo

    Zabbix

    673
    977
    66
    Track, record, alert and visualize performance and availability of IT resources
    673
    977
    + 1
    66
    PROS OF ZABBIX
    • 21
      Free
    • 9
      Alerts
    • 5
      Service/node/network discovery
    • 5
      Templates
    • 4
      Base metrics from the box
    • 3
      Multi-dashboards
    • 3
      SMS/Email/Messenger alerts
    • 2
      Grafana plugin available
    • 2
      Supports Graphs ans screens
    • 2
      Support proxies (for monitoring remote branches)
    • 1
      Perform website checking (response time, loading, ...)
    • 1
      API available for creating own apps
    • 1
      Templates free available (Zabbix Share)
    • 1
      Works with multiple databases
    • 1
      Advanced integrations
    • 1
      Supports multiple protocols/agents
    • 1
      Complete Logs Report
    • 1
      Open source
    • 1
      Supports large variety of Operating Systems
    • 1
      Supports JMX (Java, Tomcat, Jboss, ...)
    CONS OF ZABBIX
    • 5
      The UI is in PHP
    • 2
      Puppet module is sluggish

    related Zabbix posts

    Shared insights
    on
    DatadogDatadogZabbixZabbixCentreonCentreon

    My team is divided on using Centreon or Zabbix for enterprise monitoring and alert automation. Can someone let us know which one is better? There is one more tool called Datadog that we are using for cloud assets. Of course, Datadog presents us with huge bills. So we want to have a comparative study. Suggestions and advice are welcome. Thanks!

    See more
    Shared insights
    on
    ZabbixZabbixCheckmkCheckmk

    I am looking for an easy to set up and use monitoring solution for my servers and network infrastructure. What are the main differences between Checkmk and Zabbix? What would you recommend and why?

    See more
    Nagios logo

    Nagios

    828
    1.1K
    102
    Complete monitoring and alerting for servers, switches, applications, and services
    828
    1.1K
    + 1
    102
    PROS OF NAGIOS
    • 53
      It just works
    • 28
      The standard
    • 12
      Customizable
    • 8
      The Most flexible monitoring system
    • 1
      Huge stack of free checks/plugins to choose from
    CONS OF NAGIOS
      Be the first to leave a con

      related Nagios posts

      Conor Myhrvold
      Tech Brand Mgr, Office of CTO at Uber · | 15 upvotes · 5M views

      Why we spent several years building an open source, large-scale metrics alerting system, M3, built for Prometheus:

      By late 2014, all services, infrastructure, and servers at Uber emitted metrics to a Graphite stack that stored them using the Whisper file format in a sharded Carbon cluster. We used Grafana for dashboarding and Nagios for alerting, issuing Graphite threshold checks via source-controlled scripts. While this worked for a while, expanding the Carbon cluster required a manual resharding process and, due to lack of replication, any single node’s disk failure caused permanent loss of its associated metrics. In short, this solution was not able to meet our needs as the company continued to grow.

      To ensure the scalability of Uber’s metrics backend, we decided to build out a system that provided fault tolerant metrics ingestion, storage, and querying as a managed platform...

      https://eng.uber.com/m3/

      (GitHub : https://github.com/m3db/m3)

      See more
      Shared insights
      on
      PrometheusPrometheusNagiosNagios

      I am new to DevOps and looking for training in DevOps. Some institutes are offering Nagios while some Prometheus in their syllabus. Please suggest which one is being used in the industry and which one should I learn.

      See more
      Munin logo

      Munin

      72
      95
      10
      PnP networked resource monitoring tool that can help to answer the what just happened to kill our performance
      72
      95
      + 1
      10
      PROS OF MUNIN
      • 3
        Good defaults
      • 2
        Extremely fast to install
      • 2
        Alerts can trigger any command line program
      • 2
        Adheres to traditional Linux standards
      • 1
        Easy to write custom plugins
      CONS OF MUNIN
        Be the first to leave a con

        related Munin posts

        Grafana logo

        Grafana

        17.9K
        14.3K
        415
        Open source Graphite & InfluxDB Dashboard and Graph Editor
        17.9K
        14.3K
        + 1
        415
        PROS OF GRAFANA
        • 89
          Beautiful
        • 68
          Graphs are interactive
        • 57
          Free
        • 56
          Easy
        • 34
          Nicer than the Graphite web interface
        • 26
          Many integrations
        • 18
          Can build dashboards
        • 10
          Easy to specify time window
        • 10
          Can collaborate on dashboards
        • 9
          Dashboards contain number tiles
        • 5
          Open Source
        • 5
          Integration with InfluxDB
        • 5
          Click and drag to zoom in
        • 4
          Authentification and users management
        • 4
          Threshold limits in graphs
        • 3
          Alerts
        • 3
          It is open to cloud watch and many database
        • 3
          Simple and native support to Prometheus
        • 2
          Great community support
        • 2
          You can use this for development to check memcache
        • 2
          You can visualize real time data to put alerts
        • 0
          Grapsh as code
        • 0
          Plugin visualizationa
        CONS OF GRAFANA
        • 1
          No interactive query builder

        related Grafana posts

        Matt Menzenski
        Senior Software Engineering Manager at PayIt · | 16 upvotes · 1M views

        Grafana and Prometheus together, running on Kubernetes , is a powerful combination. These tools are cloud-native and offer a large community and easy integrations. At PayIt we're using exporting Java application metrics using a Dropwizard metrics exporter, and our Node.js services now use the prom-client npm library to serve metrics.

        See more
        Conor Myhrvold
        Tech Brand Mgr, Office of CTO at Uber · | 15 upvotes · 5M views

        Why we spent several years building an open source, large-scale metrics alerting system, M3, built for Prometheus:

        By late 2014, all services, infrastructure, and servers at Uber emitted metrics to a Graphite stack that stored them using the Whisper file format in a sharded Carbon cluster. We used Grafana for dashboarding and Nagios for alerting, issuing Graphite threshold checks via source-controlled scripts. While this worked for a while, expanding the Carbon cluster required a manual resharding process and, due to lack of replication, any single node’s disk failure caused permanent loss of its associated metrics. In short, this solution was not able to meet our needs as the company continued to grow.

        To ensure the scalability of Uber’s metrics backend, we decided to build out a system that provided fault tolerant metrics ingestion, storage, and querying as a managed platform...

        https://eng.uber.com/m3/

        (GitHub : https://github.com/m3db/m3)

        See more
        Prometheus logo

        Prometheus

        4.3K
        3.8K
        239
        An open-source service monitoring system and time series database, developed by SoundCloud
        4.3K
        3.8K
        + 1
        239
        PROS OF PROMETHEUS
        • 47
          Powerful easy to use monitoring
        • 38
          Flexible query language
        • 32
          Dimensional data model
        • 27
          Alerts
        • 23
          Active and responsive community
        • 22
          Extensive integrations
        • 19
          Easy to setup
        • 12
          Beautiful Model and Query language
        • 7
          Easy to extend
        • 6
          Nice
        • 3
          Written in Go
        • 2
          Good for experimentation
        • 1
          Easy for monitoring
        CONS OF PROMETHEUS
        • 12
          Just for metrics
        • 6
          Bad UI
        • 6
          Needs monitoring to access metrics endpoints
        • 4
          Not easy to configure and use
        • 3
          Supports only active agents
        • 2
          Written in Go
        • 2
          TLS is quite difficult to understand
        • 2
          Requires multiple applications and tools
        • 1
          Single point of failure

        related Prometheus posts

        Matt Menzenski
        Senior Software Engineering Manager at PayIt · | 16 upvotes · 1M views

        Grafana and Prometheus together, running on Kubernetes , is a powerful combination. These tools are cloud-native and offer a large community and easy integrations. At PayIt we're using exporting Java application metrics using a Dropwizard metrics exporter, and our Node.js services now use the prom-client npm library to serve metrics.

        See more
        Conor Myhrvold
        Tech Brand Mgr, Office of CTO at Uber · | 15 upvotes · 5M views

        Why we spent several years building an open source, large-scale metrics alerting system, M3, built for Prometheus:

        By late 2014, all services, infrastructure, and servers at Uber emitted metrics to a Graphite stack that stored them using the Whisper file format in a sharded Carbon cluster. We used Grafana for dashboarding and Nagios for alerting, issuing Graphite threshold checks via source-controlled scripts. While this worked for a while, expanding the Carbon cluster required a manual resharding process and, due to lack of replication, any single node’s disk failure caused permanent loss of its associated metrics. In short, this solution was not able to meet our needs as the company continued to grow.

        To ensure the scalability of Uber’s metrics backend, we decided to build out a system that provided fault tolerant metrics ingestion, storage, and querying as a managed platform...

        https://eng.uber.com/m3/

        (GitHub : https://github.com/m3db/m3)

        See more
        Effector logo

        Effector

        32
        26
        23
        Multi-store state manager for Javascript apps
        32
        26
        + 1
        23
        PROS OF EFFECTOR
        • 8
          Statically typed
        • 7
          Less boilerplate
        • 4
          Small bundle size
        • 2
          Effects calculation
        • 2
          Signal functions
        CONS OF EFFECTOR
        • 2
          Undocumented methods like setState
        • 1
          Lack of debugging tools

        related Effector posts

        New Relic logo

        New Relic

        20.8K
        8.6K
        1.9K
        New Relic is the industry’s largest and most comprehensive cloud-based observability platform.
        20.8K
        8.6K
        + 1
        1.9K
        PROS OF NEW RELIC
        • 415
          Easy setup
        • 344
          Really powerful
        • 245
          Awesome visualization
        • 194
          Ease of use
        • 151
          Great ui
        • 106
          Free tier
        • 80
          Great tool for insights
        • 66
          Heroku Integration
        • 55
          Market leader
        • 49
          Peace of mind
        • 21
          Push notifications
        • 20
          Email notifications
        • 17
          Heroku Add-on
        • 16
          Error Detection and Alerting
        • 13
          Multiple language support
        • 11
          SQL Analysis
        • 11
          Server Resources Monitoring
        • 9
          Transaction Tracing
        • 8
          Apdex Scores
        • 8
          Azure Add-on
        • 7
          Analysis of CPU, Disk, Memory, and Network
        • 7
          Detailed reports
        • 6
          Performance of External Services
        • 6
          Error Analysis
        • 6
          Application Availability Monitoring and Alerting
        • 6
          Application Response Times
        • 5
          Most Time Consuming Transactions
        • 5
          JVM Performance Analyzer (Java)
        • 4
          Browser Transaction Tracing
        • 4
          Top Database Operations
        • 4
          Easy to use
        • 3
          Application Map
        • 3
          Weekly Performance Email
        • 3
          Pagoda Box integration
        • 3
          Custom Dashboards
        • 2
          Easy to setup
        • 2
          Background Jobs Transaction Analysis
        • 2
          App Speed Index
        • 1
          Super Expensive
        • 1
          Team Collaboration Tools
        • 1
          Metric Data Retention
        • 1
          Metric Data Resolution
        • 1
          Worst Transactions by User Dissatisfaction
        • 1
          Real User Monitoring Overview
        • 1
          Real User Monitoring Analysis and Breakdown
        • 1
          Time Comparisons
        • 1
          Access to Performance Data API
        • 1
          Incident Detection and Alerting
        • 1
          Best of the best, what more can you ask for
        • 1
          Best monitoring on the market
        • 1
          Rails integration
        • 1
          Free
        • 0
          Proce
        • 0
          Price
        • 0
          Exceptions
        • 0
          Cost
        CONS OF NEW RELIC
        • 20
          Pricing model doesn't suit microservices
        • 10
          UI isn't great
        • 7
          Expensive
        • 7
          Visualizations aren't very helpful
        • 5
          Hard to understand why things in your app are breaking

        related New Relic posts

        Farzeem Diamond Jiwani
        Software Engineer at IVP · | 8 upvotes · 1.5M views

        Hey there! We are looking at Datadog, Dynatrace, AppDynamics, and New Relic as options for our web application monitoring.

        Current Environment: .NET Core Web app hosted on Microsoft IIS

        Future Environment: Web app will be hosted on Microsoft Azure

        Tech Stacks: IIS, RabbitMQ, Redis, Microsoft SQL Server

        Requirement: Infra Monitoring, APM, Real - User Monitoring (User activity monitoring i.e., time spent on a page, most active page, etc.), Service Tracing, Root Cause Analysis, and Centralized Log Management.

        Please advise on the above. Thanks!

        See more
        Shared insights
        on
        New RelicNew RelicKibanaKibana

        I need to choose a monitoring tool for my project, but currently, my application doesn't have much load or many users. My application is not generating GBs of data. We don't want to send the user information to New Relic because it's a 3rd party tool. And we can deploy Kibana locally on our server. What should I use, Kibana or New Relic?

        See more