1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Review and unify category assignments of plugins

This commit is contained in:
Lars Kruse 2018-08-01 23:56:56 +02:00
parent c8df9ab4e9
commit 33e95e6ff9
59 changed files with 99 additions and 100 deletions

View file

@ -2,7 +2,7 @@ graph_args --upper-limit 100 -l 0
graph_scale no
graph_title CPU Usage
graph_vlabel 1000* CPU time %
graph_category Java
graph_category appserver
graph_order java_cpu_time java_cpu_user_time
java_cpu_time.label cpu

View file

@ -1,6 +1,6 @@
graph_title Process Memory
graph_vlabel Bytes
graph_category Java
graph_category appserver
graph_order java_memory_nonheap_committed java_memory_nonheap_max java_memory_nonheap_used java_memory_heap_committed java_memory_heap_max java_memory_heap_used os_memory_physical os_memory_vm
java_memory_nonheap_committed.label non-heap committed

View file

@ -1,6 +1,6 @@
graph_title Thread Count
graph_vlabel Thread Count
graph_category Java
graph_category appserver
graph_order java_thread_count java_thread_count_peak
java_thread_count.label count

View file

@ -1,6 +1,6 @@
graph_title Requests Per Second
graph_vlabel requests per second
graph_category Tomcat
graph_category appserver
graph_order catalina_request_count catalina_error_count
catalina_request_count.label requests

View file

@ -1,6 +1,6 @@
graph_title Thread Count
graph_vlabel Thread Count
graph_category Tomcat
graph_category appserver
graph_order catalina_threads_count catalina_threads_busy
catalina_threads_busy.label busy

View file

@ -1,9 +1,8 @@
graph_title Response Time
graph_vlabel Time, ms
graph_category Rules Engine
graph_category appserver
graph_args --upper-limit 100 -l 0
graph_scale no
graph_category Tomcat
graph_order catalina_request_count catalina_max_time catalina_proc_time catalina_proc_tpr
catalina_request_count.label requests

View file

@ -1,6 +1,6 @@
graph_title Traffic
graph_vlabel Bytes rec(-)/sent(+) per second
graph_category Tomcat
graph_category appserver
graph_order catalina_bytes_received catalina_bytes_sent
catalina_bytes_sent.label bps