Get metrics from Bind9 DNS Server.
- Visualize and monitor bind9 stats
The Bind9 check is not included in the Datadog Agent package, so you need to install it.
For Agent v7.21+ / v6.21+, follow the instructions below to install the Bind9 check on your host. See Use Community Integrations to install with the Docker Agent or earlier versions of the Agent.
-
Run the following command to install the Agent integration:
datadog-agent integration install -t datadog-bind9==<INTEGRATION_VERSION>
-
Configure your integration similar to core integrations.
-
Edit the
bind9.d/conf.yaml
file in theconf.d/
folder at the root of your Agent's configuration directory to start collecting your Bind9 metrics. See the sample bind9.d/conf.yaml for all available configuration options.init_config: instances: - url: "<BIND_9_STATS_URL>"
Run the Agent's status
subcommand and look for bind9
under the Checks section.
The check is compatible with all major platforms.
See metadata.csv for a list of metrics provided by this integration.
The bind9_check check does not include any events.
See service_checks.json for a list of service checks provided by this integration.
Need help? Contact Datadog support.