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
Agent started up fine, but had a syntax error message in the log:
Running Transaction
Installing : vixie-cron 1/5
Installing : sysstat 2/5
Installing : pexpect 3/5
Installing : python-uuid 4/5
Installing : datadog-agent-base 5/5Datadog agent is NOT running[WARNING]
Starting Datadog agent: No handlers could be found for logger "agent"
Traceback (most recent call last):
File "/usr/share/datadog/agent/agent.py", line 237, in ?
sys.exit(main())
File "/usr/share/datadog/agent/agent.py", line 169, in main
agentConfig = get_config()
File "/usr/share/datadog/agent/config.py", line 175, in get_config
config_path = get_config_path(cfg_path, os_name=getOS())
File "/usr/share/datadog/agent/config.py", line 141, in get_config_path
sys.stderr.write("Please supply a configuration file at %s or in the directory where the agent is currently deployed.\n" % exc.message)
AttributeError: PathNotFound instance has no attribute 'message'
Traceback (most recent call last):
File "/usr/share/datadog/agent/dogstatsd.py", line 299, in ?
sys.exit(main())
File "/usr/share/datadog/agent/dogstatsd.py", line 262, in main
reporter, server = init(config_path, use_watchdog=True, use_forwarder=opts.use_forwarder)
File "/usr/share/datadog/agent/dogstatsd.py", line 226, in init
c = get_config(parse_args=False, cfg_path=config_path, init_logging=True)
File "/usr/share/datadog/agent/config.py", line 175, in get_config
config_path = get_config_path(cfg_path, os_name=getOS())
File "/usr/share/datadog/agent/config.py", line 141, in get_config_path
sys.stderr.write("Please supply a configuration file at %s or in the directory where the agent is currently deployed.\n" % exc.message)
AttributeError: PathNotFound instance has no attribute 'message'
[FAILED]
The text was updated successfully, but these errors were encountered:
Agent started up fine, but had a syntax error message in the log:
The text was updated successfully, but these errors were encountered: