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
Hi! I just updated my puppet manifests on Amazon instance with amzn1(centos 6) AMI Notice: /Stage[main]/Datadog_agent::Redhat::Agent6/Package[datadog-agent]/ensure: ensure changed '1:6.11.2-1' to '1:6.12.1-1'
Info: Computing checksum on file /etc/datadog-agent/datadog.yaml
And got a lot of similar errors for [process,network,disk,post] integrations:
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/check.go:194 in Configure) | could not get a 'postgres' check instance with the new api: init() takes at least 4 arguments (4 given)
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/check.go:195 in Configure) | trying to instantiate the check with the old api, passing agentConfig to the constructor
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/check.go:210 in Configure) | passing agentConfig to the constructor is deprecated, please use the get_config function from the 'datadog_agent' package (postgres).
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/check.go:194 in Configure) | could not get a 'process' check instance with the new api: init() takes at least 4 arguments (4 given)
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/check.go:195 in Configure) | trying to instantiate the check with the old api, passing agentConfig to the constructor
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/datadog_agent.go:108 in LogMessage) | (ddyaml.py:83) | Unsafe loading of YAML has been disabled - using safe loader instead
2019-07-01 08:26:05 CDT | CORE | WARN | (pkg/collector/python/check.go:210 in Configure) | passing agentConfig to the constructor is deprecated, please use the get_config function from the 'datadog_agent' package (process).
And I cat find a way how to fix this issue
The text was updated successfully, but these errors were encountered:
Hi! I just updated my puppet manifests on Amazon instance with amzn1(centos 6) AMI
Notice: /Stage[main]/Datadog_agent::Redhat::Agent6/Package[datadog-agent]/ensure: ensure changed '1:6.11.2-1' to '1:6.12.1-1'
And got a lot of similar errors for [process,network,disk,post] integrations:
And I cat find a way how to fix this issue
The text was updated successfully, but these errors were encountered: