- Notifications
You must be signed in to change notification settings - Fork0
An Ansible role to install a Datadog agent check for NSD, an authoritative only name server.
License
infothrill/ansible-role-datadog-check-nsd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AnAnsible role to install aDatadog agent check forNSD, an authoritative only nameserver.
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: [{}]
variable | default | description |
---|---|---|
ddagent_user | dd-agent | agent user |
ddagent_group | dd-agent | agent group |
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
MIT
This role was created in 2017 by Paul Kremer.
- 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
- drop support for EOL ansible version 2.2, 2.3
- Auto-detect agent5/6 configuration directory (backwards compatible)
- Add support for EL 6,7
- Optimize molecule test
- added support for Debian Stretch and Jessie
- upgraded molecule tests
- dropped ansible 2.1 and added 2.5
- added support for Debian Wheezy
- initial release
About
An Ansible role to install a Datadog agent check for NSD, an authoritative only name server.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.