We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I installed telegraf version 1.3.5. Add input config for Tomcat (https://github.com/influxdata/telegraf/tree/master/plugins/inputs/tomcat):
[[inputs.tomcat]] ## URL of the Tomcat server status url = "http://127.0.0.1:8087/manager/status/all?XML=true" ## HTTP Basic Auth Credentials username = "tomcat_admin" password = "xxxxx" ## Request timeout # timeout = "5s" ## Optional SSL Config # ssl_ca = "/etc/telegraf/ca.pem" # ssl_cert = "/etc/telegraf/cert.pem" # ssl_key = "/etc/telegraf/key.pem" ## Use SSL but skip chain & host verification # insecure_skip_verify = false
I see the entry in telegraf.log: 2017/09/05 06:35:58 E! Error parsing /conf/elog.conf, Undefined but requested input: tomcat
2017/09/05 06:35:58 E! Error parsing /conf/elog.conf, Undefined but requested input: tomcat
What am I missing?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Sorry, i see #763...
Sorry, something went wrong.
No branches or pull requests
Hi,
I installed telegraf version 1.3.5. Add input config for Tomcat (https://github.com/influxdata/telegraf/tree/master/plugins/inputs/tomcat):
I see the entry in telegraf.log:
2017/09/05 06:35:58 E! Error parsing /conf/elog.conf, Undefined but requested input: tomcat
What am I missing?
Thank you in advance.
The text was updated successfully, but these errors were encountered: