Provided by: Ignacio Van Droogenbroeck
This Dashboard offers you information about your Apache Tomcat instance. Current Threads, Processing Time, Traffic, Request Count and more.
In the InfluxDB UI, go to Settings->Templates and enter this URL: https://raw.githubusercontent.com/influxdata/community-templates/master/tomcat/tomcat.yml
If you have your InfluxDB credentials configured in the CLI, you can install this template with:
influx apply -u https://raw.githubusercontent.com/influxdata/community-templates/master/tomcat/tomcat.yml
- 1 Telegraf: 'Tomcat Inputs'
- 1 Dashboards: 'Apache Tomcat'
- 1 Bucket: 'tomcat'
- 1 Label: 'tomcat'
General instructions on using InfluxDB Templates can be found in the use a template document.
Telegraf Configuration requires the following environment variables
INFLUX_HOST
- The host running InfluxDBINFLUX_TOKEN
- The token with the permissions to read Telegraf configs and write data to thetelegraf
bucket. You can just use your operator token to get started.INFLUX_ORG
- The name of your Organization.
As the bucket was provided in this template, you need to set the following environment data export INFLUX_BUCKET=tomcat. Also is required to specify trough variables the connection string of Tomcat using export TOMCAT_CONNECTION_STRING="you-server:8080//manager/status/all?XML=true" and the user and password.
Author: Ignacio Van Droogenbroeck
Email: ignacio[at]vandroogenbroeck[dot]net
Github and Gitlab user: @xe-nvdk
Influx Slack: Ignacio Van Droogenbroeck