mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
Reduce number of categories
smstools -> other (smstools) sourceds -> games (sourceds) squeezebox -> radio (squeezebox) syslog -> system (syslog) ultramonkey-l7 -> loadbalancer (ultramonkey-l7) moved directory jmx up to level 1 in hierarchy
This commit is contained in:
parent
63351ab535
commit
eb100e33a9
20 changed files with 10 additions and 10 deletions
12
plugins/jmx/examples/tomcat/catalina_threads.conf
Normal file
12
plugins/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