1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-30 04:44:44 +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,18 @@
graph_title Traffic
graph_vlabel Bytes rec(-)/sent(+) per second
graph_category Tomcat
graph_order catalina_bytes_received catalina_bytes_sent
catalina_bytes_sent.label bps
catalina_bytes_sent.jmxObjectName Catalina:name=http-8080,type=GlobalRequestProcessor
catalina_bytes_sent.jmxAttributeName bytesSent
catalina_bytes_sent.type DERIVE
catalina_bytes_sent.min 0
catalina_bytes_sent.negative catalina_bytes_received
catalina_bytes_received.label received
catalina_bytes_received.jmxObjectName Catalina:name=http-8080,type=GlobalRequestProcessor
catalina_bytes_received.jmxAttributeName bytesReceived
catalina_bytes_received.type DERIVE
catalina_bytes_received.min 0
catalina_bytes_received.graph no