GoCD, from ThoughtWorks in Chicago, is an application lifecycle management and development tool.
N/A
OpenText SiteScope
Score 6.5 out of 10
N/A
OpenText's SiteScope is an agentless application performance monitoring tool with hybrid support across a variety of systems and vendors. Sitescope also offers automated workflow and incident identification and remediation capabilities, and rapid installation-to-monitoring processes.
N/A
Pricing
GoCD
OpenText SiteScope
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
GoCD
OpenText SiteScope
Free Trial
No
No
Free/Freemium Version
No
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
GoCD
OpenText SiteScope
Features
GoCD
OpenText SiteScope
Application Performance Management
Comparison of Application Performance Management features of Product A and Product B
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.
SiteScope is definitely well suited in an HP server environment. It is also well suited for virtual server environments. It is also well suited for those who are happy with email and text based message alerting. It may not be appropriate in other environments where monitoring physical components is critical. Because HP SiteScope does not monitor certain physical components, it does fall short of being able to be a "one stop shop solution" in regard to monitoring. It is not well suited for those looking for logic in how alerts are sent and cascade to other people or groups.
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.
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.
SiteScope unified console is a powerful tool for operators to easily detect warnings and alerts grouped by its hierarchical organization with real-time status displaying continuously the whole health map.
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