mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
readd jmx (extracted) because it seems to be different from the jmx in the main munin distribution
This commit is contained in:
parent
933f0ea70b
commit
ddc46f88fd
10 changed files with 280 additions and 0 deletions
12
plugins/java/jmx/examples/tomcat/catalina_threads.conf
Normal file
12
plugins/java/jmx/examples/tomcat/catalina_threads.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
graph_title Thread Count
|
||||
graph_vlabel Thread Count
|
||||
graph_category Tomcat
|
||||
graph_order catalina_threads_count catalina_threads_busy
|
||||
|
||||
catalina_threads_busy.label busy
|
||||
catalina_threads_busy.jmxObjectName Catalina:name=http-8080,type=ThreadPool
|
||||
catalina_threads_busy.jmxAttributeName currentThreadsBusy
|
||||
|
||||
catalina_threads_count.label current
|
||||
catalina_threads_count.jmxObjectName Catalina:name=http-8080,type=ThreadPool
|
||||
catalina_threads_count.jmxAttributeName currentThreadCount
|
Loading…
Add table
Add a link
Reference in a new issue