mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Move plugins to subdirectory
This commit is contained in:
parent
be24db7e0b
commit
e00bd6b8a0
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ file_name=`basename $0 | sed 's/^vhost_requests_//g'`
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
config)
|
config)
|
||||||
echo graph_category vhosts
|
echo graph_category http
|
||||||
echo graph_title Requests by Status Code $file_name
|
echo graph_title Requests by Status Code $file_name
|
||||||
echo graph_vlabel Nr of Requests
|
echo graph_vlabel Nr of Requests
|
||||||
echo S200.label 200 OK
|
echo S200.label 200 OK
|
|
@ -101,7 +101,7 @@ if ($#ARGV >= 0 && $ARGV[0] eq "config") {
|
||||||
|
|
||||||
print <<EOT;
|
print <<EOT;
|
||||||
graph_title sendmail queue size
|
graph_title sendmail queue size
|
||||||
graph_category sendmail
|
graph_category mail
|
||||||
graph_vlabel messages
|
graph_vlabel messages
|
||||||
graph_scale no
|
graph_scale no
|
||||||
EOT
|
EOT
|
|
@ -44,7 +44,7 @@ do
|
||||||
echo "graph_args --base 1000 -l 0 --upper-limit $GRAPHTOP"
|
echo "graph_args --base 1000 -l 0 --upper-limit $GRAPHTOP"
|
||||||
echo "graph_vlabel Active Leases"
|
echo "graph_vlabel Active Leases"
|
||||||
echo "graph_scale no"
|
echo "graph_scale no"
|
||||||
echo "graph_category DhcpPools"
|
echo "graph_category network"
|
||||||
|
|
||||||
echo "pool.label $SCOPENAME Active Leases"
|
echo "pool.label $SCOPENAME Active Leases"
|
||||||
echo "pool.info Pool utilization"
|
echo "pool.info Pool utilization"
|
Loading…
Add table
Add a link
Reference in a new issue