tomcat.conf 979 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # no need for shebang - this file is loaded from charts.d.plugin
  2. # netdata
  3. # real-time performance and health monitoring, done right!
  4. # (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
  5. # GPL v3+
  6. # THIS PLUGIN IS DEPRECATED
  7. # USE THE PYTHON.D ONE
  8. # the URL to download tomcat status info
  9. # usually http://localhost:8080/manager/status?XML=true
  10. #tomcat_url=""
  11. #tomcat_curl_opts=""
  12. # set tomcat username/password here
  13. #tomcat_user=""
  14. #tomcat_password=""
  15. # the data collection frequency
  16. # if unset, will inherit the netdata update frequency
  17. #tomcat_update_every=1
  18. # the charts priority on the dashboard
  19. #tomcat_priority=60000
  20. # the number of retries to do in case of failure
  21. # before disabling the module
  22. #tomcat_retries=10
  23. # convert tomcat floating point values
  24. # to integer using this multiplier
  25. # this only affects precision - the values
  26. # will be in the proper units
  27. #tomcat_decimal_detail=1000000
  28. # used by volume chart to convert bytes to KB
  29. #tomcat_decimal_KB_detail=1000