-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set 'instances: lists' in aws_pricing.d/conf.yaml ? (integration-extras/aws_pricing) #832
Comments
Your conf.yaml file needs to follow this format https://github.com/DataDog/integrations-extras/blob/master/aws_pricing/datadog_checks/aws_pricing/data/conf.yaml.example Instances does not refer to ec2 instances, it refers to agent check instances (as in OOP instance) |
You means create agent check instances configuration like below? And I edited aws_pricing.d/conf.yaml : init_config:
instances:
- region_name: us-east-1 But it doesn't work. (occured AWS Credential issue) :
I guess configure Otherwise, do AWS credentials have to be set up inside the instance? (Access/Secret Key) thanks, again. |
Pinging @tsein-bc as the integration maintainer. @AhchimLee you can also find the maintainer's email on https://github.com/DataDog/integrations-extras/blob/master/.github/CODEOWNERS#L10 |
Pudiste solucionarlo ? |
Hi
I'm trying to set custom integration(aws_pricing) at an aws instance(linux).
The aws_pricing had installed successfully by follow shell command:
sudo -u dd-agent -s /bin/bash -c 'datadog-agent integration install -t datadog-aws_pricing==1.0.0'
but errors occured in
conf.d/aws_pricing.d/conf.yaml
when restart datadog-agent.conf.yaml:
error message:
How to setup conf.yaml file?
thanks.
integration-extras/aws_pricing
The text was updated successfully, but these errors were encountered: