You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have the NTP Integration setup for all our windows servers through puppet using this datadog module.
The NTP Integration issue seems to work successfully in the puppet run, however when we go to the datadog portal we area seeing all our servers with a NTP Integration issue with the following message:
Datadog’s ntp integration is reporting:
Instance #initialization[ERROR]: open C:\ProgramData\Datadog\conf.d\ntp.d\conf.yaml.default: Access is denied.
The following is what we have in Puppet Hiera to have this configured:
HI
We currently have the NTP Integration setup for all our windows servers through puppet using this datadog module.
The NTP Integration issue seems to work successfully in the puppet run, however when we go to the datadog portal we area seeing all our servers with a NTP Integration issue with the following message:
Datadog’s ntp integration is reporting:
Instance #initialization[ERROR]: open C:\ProgramData\Datadog\conf.d\ntp.d\conf.yaml.default: Access is denied.
The following is what we have in Puppet Hiera to have this configured:
datadog_agent::integrations:
ntp:
instances:
- offset_threshold: 60
host: ntp.example.com
ntp: ntp
use_local_defined_servers: false
The text was updated successfully, but these errors were encountered: