TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    GoCD

    Score8 out of 10
    N/AGoCD, from ThoughtWorks in Chicago, is an application lifecycle management and development tool.N/A

    Zabbix

    Score8.5 out of 10
    N/AZabbix is an open-source network performance monitoring software. It includes prebuilt official and community-developed templates for integrating with networks, applications, and endpoints, and can automate some monitoring processes.N/A
    Pricing
    GoCDZabbix
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    GoCDZabbix
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    GoCDZabbix
    Considered Both Products
    ThoughtWorks
    No answer on this topic
    Zabbix
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    100%
    Would buy again
    15 Answers
    Delivers good value for the price
    No answers on this topic
    100%
    Delivers good value for the price
    15 Answers
    Happy with the feature set
    No answers on this topic
    93%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    90%
    Lived up to sales and marketing promises
    9 Answers
    Implementation went as expected
    No answers on this topic
    100%
    Implementation went as expected
    13 Answers
    Best Alternatives
    GoCDZabbix
    Small Businesses
    Apache Maven
    Score9.1 out of 10
    No answers on this topic
    Medium-sized Companies
    Apache Maven
    Score9.1 out of 10
    Icinga
    Score9 out of 10
    Enterprises
    Gradle Build Tool (Open Source)
    Score9 out of 10
    HPE OneView
    Score6 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    GoCDZabbix
    Likelihood to Recommend
    9.0
    (2 ratings)
    8.3
    (28 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.0
    (3 ratings)
    Usability
    -
    (0 ratings)
    8.6
    (4 ratings)
    Support Rating
    -
    (0 ratings)
    5.0
    (5 ratings)
    Implementation Rating
    -
    (0 ratings)
    8.0
    (2 ratings)
    User Testimonials
    GoCDZabbix
    Likelihood to Recommend
    ThoughtWorks
    Previously, our team used Jenkins. However, since it's a shared deployment resource we don't have admin access. We tried GoCD as it's open source and we really like. We set up our deployment pipeline to run whenever codes are merged to master, run the unit test and revert back if it doesn't pass. Once it's deployed to the staging environment, we can simply do 1-click to deploy the appropriate version to production. We use this to deploy to an on-prem server and also AWS. Some deployment pipelines use custom Powershell script for.Net application, some others use Bash script to execute the docker push and cloud formation template to build elastic beanstalk.
    Incentivized
    Read full review
    Zabbix
    Zabbix is great for monitoring your servers and seeing alerts when the system uses too much CPU or memory. This allowed the system Engineer to be proactive and add resources to these systems to avoid interrupting the services. Especially servers running operations applications and services. This is one of the best usages for Zabbix.
    Incentivized
    Read full review
    Pros
    ThoughtWorks
    • Pipeline-as-Code works really well. All our pipelines are defined in yml files, which are checked into SCM.
    • The ability to link multiple pipelines together is really cool. Later pipelines can declare a dependency to pick up the build artifacts of earlier ones.
    • Agents definition is really great. We can define multiple different kinds of environments to best suit our diverse build systems.
    Incentivized
    Read full review
    Zabbix
    • Collecting hardware data - CPU, Memory, Network, and Disk Metrics are collected and reported on.
    • Flexible design - It is very easy to build out even very large environments via the templating system. You can also start where you are - network monitoring, server monitoring, etc. and then build it out from there as time and resources permit.
    • Provides a "plugin architecture" (via XML templates) to allow end users to extend it to monitor all kinds of equipment, software, or other metrics that are not already added into the software already.
    • Very complete documentation. Almost every aspect of Zabbix has been documented and reported on.
    • Cost - Zabbix is FOSS software and always free. Support is reasonably priced and readily available.
    Incentivized
    Read full review
    Cons
    ThoughtWorks
    • UI can be improved
    • Location for settings can be re-arranged
    • API for setting up pipeline
    Incentivized
    Read full review
    Zabbix
    • Creating an alert & its trigger can be made easier.
    • More VM-based data collection counters should be introduced to have better VM monitoring.
    • The raw counters collection agent in every node is relatively weak. It goes down often, which needs more stability.
    Incentivized
    Read full review
    Likelihood to Renew
    ThoughtWorks
    No answers on this topic
    Zabbix
    It is free. It didn't cost anything to implement (other than my time and the cost incurred for it) and it is filling a badly needed gap in our IT infrastructure. Support is available if we have issues and can be done annually or paid for on a per incident basis as needed. Expansion, updates, and all other future lifecycle activities are likewise free of cost, so as long as someone is able to implement/maintain the software (and the OSS project is maintained) then I imagine the company will never leave it.
    Incentivized
    Read full review
    Usability
    ThoughtWorks
    No answers on this topic
    Zabbix
    I think every organization, especially the IT department, needs a tool like this. I know of another product like Zabbix that gives a similar or the same solution, but its range makes it very useful. You can see almost all the device info in one place: disk usage, disk space, network usage, etc.
    Incentivized
    Read full review
    Support Rating
    ThoughtWorks
    No answers on this topic
    Zabbix
    The setup is the most time-consuming portion of using zabbix. It takes a lot of effort to shape it into a usable format and even then it can get very messy. It's not exactly intuitive and as mentioned the UI seems a bit antiquated. If I was to roll out a monitoring solution from scratch, I'd probably look for alternatives which are easier to use and maintain.
    Incentivized
    Read full review
    Implementation Rating
    ThoughtWorks
    No answers on this topic
    Zabbix
    We are a mainly Windows environment, so it would be useful if we could have used Active Directory to deploy agents. As of version 4.2, Zabbix has announced a new agent MSI file to allow exactly that. Unfortunately, we didn't have that option. Also, for Linux and MAC deployments, there is no simple way to deploy that. Using remote scripts you may be able to create something, but most places will opt for either SNMP (agentless) or manual installation of agents to add to Zabbix. A way of deploying agents via discovery would go a long way to helping in the adoption of the tool.
    Incentivized
    Read full review
    Alternatives Considered
    ThoughtWorks
    GoCD is easier to setup, but harder to customize at runtime. There's no way to trigger a pipeline with custom parameters.
    Jenkins is more flexible at runtime. You can define multiple user-provided parameters so when user needs to trigger a build, there's a form for him/her to input the parameters.
    Incentivized
    Read full review
    Zabbix
    We're using the Solarwinds suite as our global monitoring standard, but it is very complex and its licensing model makes it difficult to monitor a wide range of technologies. So, we're using Zabbix as a complement on our monitoring process. Zabbix is a way more flexible and has free integrations to a wide range of technologies. It is also more 'user friendly' and easy to manage.
    Incentivized
    Read full review
    Return on Investment
    ThoughtWorks
    • ROI has been good since it's open source
    • Settings.xml need to be backed up periodically. It contains all the settings for your pipelines! We accidentally deleted before and we have to restore and re-create several missing pipelines
    • More straight forward use of API and allows filtering e.g., pull all pipelines triggered after this date
    Incentivized
    Read full review
    Zabbix
    • Good ROI when trying to get ahead of network related problems instead of waiting for users to complain
    • Good ROI when doing upgrades or exploratory work on a neglected network
    • Good ROI when showing usage trends to management showing higher actual usage versus what was thought to be happening
    Read full review
    ScreenShots