mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Category Tree: Reduce number of categories
squid -> webserver (squid) openfire -> chate nfs -> fs xastir -> radio
This commit is contained in:
parent
a4710dc1a4
commit
3ad41d6a4a
8 changed files with 35 additions and 35 deletions
|
@ -73,7 +73,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "graph_args --base 1000 -l 0\n";
|
||||
print "graph_title Openfire DB Usage\n";
|
||||
print "graph_vlabel Number of Connections\n";
|
||||
print "graph_category Openfire\n";
|
||||
print "graph_category chat\n";
|
||||
print "graph_info The Graph shows Number of DB Connections\n";
|
||||
print "db_used.draw AREA\ndb_used.label used\ndb_used.type GAUGE\n";
|
||||
print "db_current.draw STACK\ndb_current.label current\ndb_current.type GAUGE\n";
|
||||
|
@ -85,7 +85,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "graph_scale no\n";
|
||||
print "graph_title Openfire Threads\n";
|
||||
print "graph_vlabel Number of Threads\n";
|
||||
print "graph_category Openfire\n";
|
||||
print "graph_category chat\n";
|
||||
print "graph_info The Graph shows Number of Threads\n";
|
||||
print "thread_core.draw AREA\nthread_core.label Core Threads\nthread_core.type GAUGE\n";
|
||||
print "thread_active.draw STACK\nthread_active.label active Threads\nthread_active.type GAUGE\n";
|
||||
|
@ -95,7 +95,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "graph_scale no\n";
|
||||
print "graph_title Openfire Tasks\n";
|
||||
print "graph_vlabel Number of Tasks\n";
|
||||
print "graph_category Openfire\n";
|
||||
print "graph_category chat\n";
|
||||
print "graph_info The Graph shows Number of Tasks\n";
|
||||
print "task_queue.draw AREA\ntask_queue.label queued Tasks\ntask_queue.type GAUGE\n";
|
||||
print "task_completed.draw STACK\ntask_completed.label completed Tasks\ntask_completed.type DERIVE\n";
|
||||
|
@ -105,7 +105,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "graph_scale no\n";
|
||||
print "graph_title Openfire Sessions\n";
|
||||
print "graph_vlabel Number of Sessions\n";
|
||||
print "graph_category Openfire\n";
|
||||
print "graph_category chat\n";
|
||||
print "graph_info The Graph shows Number of Jabber Sessions\n";
|
||||
print "sessions.label Jabber Sessions\nsessions.type GAUGE\n";
|
||||
}
|
||||
|
@ -113,7 +113,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "graph_args --base 1000 -l 0\n";
|
||||
print "graph_title Openfire I/O (NIO)\n";
|
||||
print "graph_vlabel Reads/Writes per \${graph_period} in (-) / out (+)\n";
|
||||
print "graph_category Openfire\n";
|
||||
print "graph_category chat\n";
|
||||
print "graph_info The Graph shows Number of Stanzas\n";
|
||||
print "nio_written.label nio\nnio_written.draw LINE1\nnio_written.max 10000\nnio_written.min 0\nnio_written.graph no\n";
|
||||
print "nio_read.label nio\nnio_read.draw LINE1\nnio_read.max 10000\nnio_read.min 0\nnio_read.negative nio_written\nnio_read.type DERIVE\n";
|
||||
|
@ -122,7 +122,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "graph_args --base 1000 -l 0\n";
|
||||
print "graph_title Openfire Queue\n";
|
||||
print "graph_vlabel Number of queued Stanzas\n";
|
||||
print "graph_category Openfire\n";
|
||||
print "graph_category chat\n";
|
||||
print "graph_info The Graph shows Number of queued Stanzas\n";
|
||||
print "nio_queued_events.draw AREA\nnio_queued_events.label queued Events\nnio_queued_events.type GAUGE\n";
|
||||
print "nio_queued_writes.draw STACK\nnio_queued_writes.label queued Writes\nnio_queued_writes.type GAUGE\n";
|
||||
|
@ -131,7 +131,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "graph_args --base 1000 -l 0\n";
|
||||
print "graph_title Openfire Log Timestamp\n";
|
||||
print "graph_vlabel Timestamp\n";
|
||||
print "graph_category Openfire\n";
|
||||
print "graph_category chat\n";
|
||||
print "graph_info The Graph shows the Timestamp of the Log\n";
|
||||
print "timestamp.draw AREA\ntimestamp.label Log Timestamp\ntimestamp.type GAUGE\n";
|
||||
}
|
||||
|
@ -173,4 +173,4 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
|||
print "nio_queued_events.value $array[12-$diff]\n";
|
||||
print "nio_queued_writes.value $array[13-$diff]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue