Questions tagged [go-agent]
12 questions
3
votes
0 answers
GoCD - Notification for GoAgent status changes(missing/lost contact)
I am using GoCD for the automated deployment of our application. I am facing an serious issue, that is if any agent lost contact/missing - its corresponding pipeline just hangs.
There is no notification sent about the unavailability of the agent or…

AVK
- 213
- 1
- 7
3
votes
1 answer
Is there any possible way to delete stage history in GoAgent?
I am using GoCD for package deployment and I would like to know if there are any possible ways to delete the Stage History in GoAgent.
I am asking this because the stage label was increasing to some extent while we are testing the pipelines and…

AVK
- 213
- 1
- 7
1
vote
1 answer
New relic integration with go : I am unable to monitor my go project with new relic
I am unable to monitor my go project with the new relic
I am able to monitor using JAVA
I have follows the documentation steps: https://docs.newrelic.com/docs/apm/agents/go-agent/installation/install-new-relic-go/
From github.com/newrelic/go-agent,…

Urvesh Rathod
- 39
- 5
1
vote
1 answer
Ansible task not starting go-agent service (gocd)
I can start go-agent service manually by running:
service go-agent start
I want to start go-agent service using ansible and it is not starting.
not starting using:
- name: start go-agent service
systemd:
name: go-agent
enabled: yes
…

netrangermike
- 21
- 4
1
vote
0 answers
GoCD Agent how to run command on different folder (outside of agent working directory)
In my "deploy" pipeline, I have pulled the built artifact from upstream pipeline, but the problem is my working directory is different compared to the GoCD Agent working directory, so I can't deploy that artifact to my working dir. Additionally, I…

Hung Nguyen
- 1,026
- 11
- 18
1
vote
1 answer
How do you undo a deleted agent for a GOCD server?
I disabled/deleted a GOCD go-agent. It seems I can no longer attempt to register this go-agent, as it doesn't appear in the agents list on service start.
Is this agent getting blacklisted somewhere since it was deleted? Just tried to disable/delete…

Adrian Elder
- 1,993
- 3
- 19
- 38
1
vote
1 answer
how to configure docker containers proxy?
how to configure docker containers proxy ?
First of all,
I tried to use the way that setted '/etc/systemd/system/docker.service.d/http-proxy.conf' (https://docs.docker.com/config/daemon/systemd/#httphttps-proxy) and it really works for docker…

shequeen Qin
- 59
- 1
- 7
1
vote
1 answer
Where does go job take the environment variables from?
When I execute the printenv command on the go-agent
go@05f749b73185:/tmp$…

emanuelciuca
- 23
- 3
1
vote
0 answers
GoCD issue when I run a C# application
I am running a C# tool to test the Performance of deployed package and the tool tries to start Performance counters in the machine where the package is deployed. I am getting Exception while adding performance counters in that machine when I run the…

AVK
- 213
- 1
- 7
1
vote
2 answers
How to run a Go project on Go server?
I have no experience on GoLang.
I have a Go project and I want to run it on my local server on my ubuntu 14.04. I have installed Go server and Go agent and they are running.
hesam: ~ $ sudo /etc/init.d/go-server start
[sudo] password for hesam:…

Hesam
- 52,260
- 74
- 224
- 365
0
votes
0 answers
Go-Agent Newrelic Issue - `license length is not 40`
Using go version go1.18 darwin/amd64
Tried below go-agent versions
github.com/newrelic/go-agent/v3 v3.20.1
github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.1.0
github.com/newrelic/go-agent/v3 v3.9.0
github.com/newrelic/go-agent/v3…

Jyoti Kumari
- 61
- 5
0
votes
1 answer
Remote go-agent doesn't connect to go-server
Go-agent and go-server same version - v18.8.0. Server and agent are installed in different machines. In go-server/agents , the agent is not listed. The agent configuration file in /etc/default/go-agent is updated with hostname of go server.
Please…

nashter
- 1,181
- 1
- 15
- 33