我正在尝试将activemq与datadog集成。我修改了/ Users // .datadog-agent / conf.d / activemq_58.yaml。
变更是:
实例: - 主机:localhost 港口:8161 用户:admin 密码:admin
activemq在默认端口的localhost中运行,启用了jmx。
重新启动的datadog代理 运行info命令后,我看到错误。错误是
activemq_58
- initialize check class [ERROR]: 'mapping values are not allowed in >this context\n in "<byte string>", line 4, column 10'
有人可以建议我收到此错误的原因吗?
答案 0 :(得分:0)
这是你的activemq_58.yaml
一行吗?你可能希望它更像这样:
instances:
- host: localhost
port: 8161
user: admin
password: admin