Hi,
I have installed Datadog, Jolokia and Telegraf to monitor the corda nodes. In telegraf.conf, I have created the following entry
[[inputs.jolokia2_agent]]
urls=["http://localhost:8080/jolokia"]
But when I run the command "systemctl status telegraf"
it shows that it is active and running but also gives a message
Unable to gather metrics for http://localhost:8080/jolokia: Response from url "http://localhost:8080/jolokia" has status code 404
Can someone please advise as to what could be the problem. I am using this on an ubuntu machine
Thanks
Sachin