0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-13 17:19:11 +00:00
netdata_netdata/collectors/python.d.plugin/tomcat
Danamir dd1ddace10 Tomcat status invalid XML fix ()
* Fix Tomcat status invalid XML due to attributes with single quote content
2019-06-26 22:42:44 +03:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
README.md Ga () 2018-12-07 11:30:04 +01:00
tomcat.chart.py Tomcat status invalid XML fix () 2019-06-26 22:42:44 +03:00
tomcat.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00

tomcat

Present tomcat containers memory utilization.

Charts:

  1. Requests per second
  • accesses
  1. Volume in KB/s
  • volume
  1. Threads
  • current
  • busy
  1. JVM Free Memory in MB
  • jvm

configuration

localhost:
  name : 'local'
  url  : 'http://127.0.0.1:8080/manager/status?XML=true'
  user : 'tomcat_username'
  pass : 'secret_tomcat_password'

Without configuration, module attempts to connect to http://localhost:8080/manager/status?XML=true, without any credentials. So it will probably fail.


analytics