mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +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
14
plugins/jmx/examples/java/java_threads.conf
Normal file
14
plugins/jmx/examples/java/java_threads.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
graph_title Thread Count
|
||||
graph_vlabel Thread Count
|
||||
graph_category Java
|
||||
graph_order java_thread_count java_thread_count_peak
|
||||
|
||||
java_thread_count.label count
|
||||
java_thread_count.jmxObjectName java.lang:type=Threading
|
||||
java_thread_count.jmxAttributeName ThreadCount
|
||||
|
||||
java_thread_count_peak.label peak
|
||||
java_thread_count_peak.jmxObjectName java.lang:type=Threading
|
||||
java_thread_count_peak.jmxAttributeName PeakThreadCount
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue