Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ububto api

DD_AGENT_MAJOR_VERSION=7 DD_API_KEY=0dca3db630819af893bf88a70fb40c99 DD_SITE="datadoghq.com" bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script.sh)"
Comment

ububto api

DD_AGENT_MAJOR_VERSION=7 DD_UPGRADE=true DD_SITE="datadoghq.com" bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script.sh)"
Comment

ububto api

# BOSH CLI v1
bosh upload release https://cloudfoundry.datadoghq.com/datadog-agent/datadog-agent-boshrelease-latest.tgz

# BOSH CLI v2
bosh upload-release https://cloudfoundry.datadoghq.com/datadog-agent/datadog-agent-boshrelease-latest.tgz
Comment

ububto api

# runtime.yml
---
releases:
  - name: datadog-agent
    version: $UPLOADED_VERSION # e.g. 1.0.5140

addons:
- name: datadog
  jobs:
  - name: dd-agent
    release: datadog-agent
  properties:
    dd:
      url: "https://app.datadoghq.com"
      site: "datadoghq.com"
      use_dogstatsd: yes
      dogstatsd_port: 18125 # Many Cloud Foundry deployments have their own StatsD listening on port 8125
      api_key: 0dca3db630819af893bf88a70fb40c99
      tags: ["my-cloud-foundry-deployment"] # optional. Add any tags you wish
      # Optionally, enable any Agent Checks here
      # integrations:
      #   directory:
      #     init_config: {}
      #     instances:
      #       directory: "."
Comment

PREVIOUS NEXT
Code Example
Shell :: exception: unable to run "adb", check your android sdk installation and android_sdk_root environment variable: 
Shell :: new-alias vi notepad 
Shell :: audiokit pod 
Shell :: add existing project on github 
Shell :: Android ADB commands to get the device or emulator properties 
Shell :: linux copy with different name 
Shell :: nextcloud .step file 
Shell :: ubuntu 2022 theme 
Shell :: how to teamviewer host debian 11 
Shell :: Result Directory was not created cts android log reports 
Shell :: linux architecture kernel 
Shell :: how know snap package size 
Shell :: heroku git remote -a failed 
Shell :: How to get packages with very_good_cli in flutter 
Shell :: ibus ubuntu 22.04 
Shell :: enter a number using RANDOM in shell scripting 
Shell :: linux show external drives 
Shell :: git pull remote branch that does not exist locally 
Shell :: exit 0, run container in shell mode 
Shell :: git commit remove and restore 
Shell :: fedora doesnt recognise hard disk 
Shell :: powershell message all users on remote machine(s) 
Shell :: how to find the sha512 windows 10 
Shell :: .htaccess when deploying 
Shell :: Quick start: Use as a GitHub Pages remote theme 
Shell :: rebuild all apps dokku 
Shell :: digital ocean how to install joomla 16.04 
Shell :: lightsail get plesk password 
Shell :: direct admin could not open 
Shell :: how to download bangla font in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =