Skip to content
New issue

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

Tomcat Input Plugin #3199

Closed
orlovds opened this issue Sep 5, 2017 · 1 comment
Closed

Tomcat Input Plugin #3199

orlovds opened this issue Sep 5, 2017 · 1 comment

Comments

@orlovds
Copy link

orlovds commented Sep 5, 2017

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

What am I missing?

Thank you in advance.

@orlovds
Copy link
Author

orlovds commented Sep 5, 2017

Sorry, i see #763...

@orlovds orlovds closed this as completed Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant