|
Hi Admin / All,
Just need your help on this. I have already configured the jolokia agent on the JVM and below inputs in telegraf.conf:
[[inputs.jolokia.servers]]
name = "OOL1-Server"
host = "10.235.110.12"
port = "41011"
[[inputs.jolokia.metrics]]
name = "Up_Time"
mbean = "java.lang:type=Runtime"
attribute = "Uptime"
#######################
Yet I'm getting below error:
* Plugin: inputs.jolokia, Collection 1
Error handling response: Response from url "" has status code 404 (Not Found), expected 200 (OK)
Can anyone please shed some light as to how to fix this issue? TIA. :)
|