mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Move plugins to subdirectory
This commit is contained in:
parent
be24db7e0b
commit
e00bd6b8a0
@ -64,7 +64,7 @@ file_name=`basename $0 | sed 's/^vhost_requests_//g'`
|
||||
|
||||
case $1 in
|
||||
config)
|
||||
echo graph_category vhosts
|
||||
echo graph_category http
|
||||
echo graph_title Requests by Status Code $file_name
|
||||
echo graph_vlabel Nr of Requests
|
||||
echo S200.label 200 OK
|
@ -101,7 +101,7 @@ if ($#ARGV >= 0 && $ARGV[0] eq "config") {
|
||||
|
||||
print <<EOT;
|
||||
graph_title sendmail queue size
|
||||
graph_category sendmail
|
||||
graph_category mail
|
||||
graph_vlabel messages
|
||||
graph_scale no
|
||||
EOT
|
@ -44,7 +44,7 @@ do
|
||||
echo "graph_args --base 1000 -l 0 --upper-limit $GRAPHTOP"
|
||||
echo "graph_vlabel Active Leases"
|
||||
echo "graph_scale no"
|
||||
echo "graph_category DhcpPools"
|
||||
echo "graph_category network"
|
||||
|
||||
echo "pool.label $SCOPENAME Active Leases"
|
||||
echo "pool.info Pool utilization"
|
Loading…
Reference in New Issue
Block a user