Package Details: datadog-agent 7.53.0-1

Git Clone URL: https://aur.archlinux.org/datadog-agent.git (read-only, click to copy)
Package Base: datadog-agent
Description: Datadog Agent: collect metrics and events from your systems and apps
Upstream URL: https://datadoghq.com
Keywords: agent alerts analytics metrics monitoring
Licenses: Apache
Submitter: albertvaka
Maintainer: albertvaka (ashwat)
Last Packager: ashwat
Votes: 3
Popularity: 0.011192
First Submitted: 2019-04-17 22:25 (UTC)
Last Updated: 2024-04-30 15:23 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

filipegiusti commented on 2020-10-08 15:54 (UTC)

Add your API KEY

sudo cp /etc/datadog-agent/{datadog.yaml.example,datadog.yaml} sudo chown dd-agent:dd-agent /etc/datadog-agent/datadog.yaml sudo vim /etc/datadog-agent/datadog.yaml

Start monitoring

systemctl start datadog-agent systemctl enable datadog-agent

mnot commented on 2019-08-23 23:55 (UTC)

Seems to work, thx!

albertvaka commented on 2019-08-23 21:46 (UTC)

I've removed all the tails and heads so we no longer rely on the specific position of anything. Thanks for your help :)

mnot commented on 2019-08-19 22:57 (UTC)

I think it's not reliable because Datadog are putting newer versions into their package signature files, which is checked in prepare(). The current approach just looks for the latest entry in that file, which can be newer than the version desired (right now, it's 6.13).

Something like this should work:

pcregrep -A 15 -M 'datadog-agent\nVersion: ${pkgver}-${_agentrel}' ${pkgname}-${pkgver}-${_agentrel}-Packages | grep ^SHA256 | awk '{print $2}'

mnot commented on 2019-07-16 18:32 (UTC)

Works for me now, thx.

albertvaka commented on 2019-07-05 20:01 (UTC)

I've just checked and I get the correct checksum :/

I'm going to upgrade to 6.12 anyway, but might be worth investigating.

albertvaka commented on 2019-06-29 11:38 (UTC)

Ouch, it seems like every time there's a new release the checksum breaks. Right now I'm traveling, but I will try to fix it when I get home.

mnot commented on 2019-06-29 09:03 (UTC)

sha256sum broken on 6.11.3-1 again :)

mnot commented on 2019-06-17 09:55 (UTC)

Thanks!

albertvaka commented on 2019-06-15 12:05 (UTC)

Should be fixed :)