Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An Ansible role to install a Datadog agent check for NSD, an authoritative only name server.

License

NotificationsYou must be signed in to change notification settings

infothrill/ansible-role-datadog-check-nsd

Repository files navigation

Build StatusBuild StatusUpdatesAnsible Role

AnAnsible role to install aDatadog agent check forNSD, an authoritative only nameserver.

Quick howto

requirements.yml:

- src: Datadog.datadog  version: 1.6.1- src: infothrill.datadog_check_nsd  version: v1.1.1

Install:

ansible-galaxy install -r requirements.yml -p ./roles/

Playbook:

- hosts: servers    roles:    - role: Datadog.datadog    - role: infothrill.datadog_check_nsd

To configure the check, please use the Datadog.datadog role and add an entryin thechecks dictionary there:

  nsd:    init_config:    instances: [{}]

Role Variables

variabledefaultdescription
ddagent_userdd-agentagent user
ddagent_groupdd-agentagent group

Dependencies

In principle, this role can be run standalone, however it is only tested togetherwith the roleDatadog.datadog.The recommended approach would be to:

  • install datadog using the upstream role
  • configure the check using the upstream role
  • run this role to deploy the check plugin only

License

MIT

Author Information

This role was created in 2017 by Paul Kremer.

Changes

v1.1.x

  • Drop test support for python 3.6
  • Add test support for python 3.7
  • Upgrade molecule to 3.x
  • add support for ansible 2.8, 2.9, 2.10
  • drop support for ansible 2.4, 2.5, 2.6, 2.7

v1.1.1

  • drop support for EOL ansible version 2.2, 2.3

v1.1.0

  • Auto-detect agent5/6 configuration directory (backwards compatible)
  • Add support for EL 6,7
  • Optimize molecule test

v1.0.2

  • added support for Debian Stretch and Jessie
  • upgraded molecule tests
  • dropped ansible 2.1 and added 2.5

v1.0.1

  • added support for Debian Wheezy

v1.0

  • initial release

About

An Ansible role to install a Datadog agent check for NSD, an authoritative only name server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp