1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 02:18:08 +00:00

readd jmx (extracted) because it seems to be different from the jmx in the main munin distribution

This commit is contained in:
Kenyon Ralph 2012-03-05 00:18:19 -08:00
parent 933f0ea70b
commit ddc46f88fd
10 changed files with 280 additions and 0 deletions

View 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