mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge branch 'categories'
power5 -> cpu
This commit is contained in:
commit
f86779980c
@ -32,7 +32,7 @@
|
||||
BEGIN {
|
||||
if (ARGV[1] == "config") {
|
||||
print "graph_title Denon AVR-4311 Volume"
|
||||
print "graph_category funkytown"
|
||||
print "graph_category radio"
|
||||
print "volume.label Volume"
|
||||
print "volume.type GAUGE"
|
||||
exit 0
|
||||
|
@ -40,7 +40,7 @@ fi
|
||||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title Consumed CPU cycles'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category Power5'
|
||||
echo 'graph_category cpu'
|
||||
echo 'graph_vlabel CPU cycles'
|
||||
echo 'graph_info This graph shows the CPU cycles on an uncapped LPAR'
|
||||
|
||||
|
@ -39,7 +39,7 @@ fi
|
||||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title CPU entitlements'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category Power5'
|
||||
echo 'graph_category cpu'
|
||||
echo 'graph_vlabel entitlements'
|
||||
echo 'graph_info This graph shows the actual and max entitlements for a LPAR'
|
||||
|
||||
|
@ -38,7 +38,7 @@ fi
|
||||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title CPU in LPAR'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category Power5'
|
||||
echo 'graph_category cpu'
|
||||
echo 'graph_vlabel CPUs in LPAR'
|
||||
echo 'graph_info This graph shows potential and active processors for a LPAR.'
|
||||
|
||||
|
@ -38,7 +38,7 @@ fi
|
||||
if [ "$1" = "config" ]; then
|
||||
echo 'graph_title Weight of an uncapped LPAR'
|
||||
echo 'graph_args -l 0'
|
||||
echo 'graph_category Power5'
|
||||
echo 'graph_category cpu'
|
||||
echo 'graph_vlabel Weight of LPAR'
|
||||
echo 'graph_info This graph shows the weight of an uncapped LPAR'
|
||||
echo 'weight.min 0'
|
||||
|
@ -6,7 +6,7 @@
|
||||
if [ "$1" = 'config' ]; then
|
||||
echo "graph_args --base 1000 -l 0"
|
||||
echo "graph_title Serveur FTP"
|
||||
echo "graph_category Ftp"
|
||||
echo "graph_category ftp"
|
||||
echo "graph_vlabel Stats Proftpd"
|
||||
echo "succes.label Login succes"
|
||||
echo "succes.draw AREA"
|
@ -38,7 +38,7 @@ if [ "$1" = "config" ]; then
|
||||
echo 'graph_title FTP Server Bytes'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel FTP Server Bytes'
|
||||
echo 'graph_category FTP'
|
||||
echo 'graph_category ftp'
|
||||
echo 'ftp_get.label Bytes GET'
|
||||
echo 'ftp_put.label Bytes PUT'
|
||||
exit 0
|
@ -38,7 +38,7 @@ if [ "$1" = "config" ]; then
|
||||
echo 'graph_title FTP Server Transfers'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel FTP Server Transfers'
|
||||
echo 'graph_category FTP'
|
||||
echo 'graph_category ftp'
|
||||
echo 'ftp_get.label Files GET'
|
||||
echo 'ftp_put.label Files PUT'
|
||||
exit 0
|
@ -30,7 +30,7 @@ if [ "$1" = "config" ]; then
|
||||
echo 'graph_title FTP Server'
|
||||
echo 'graph_args --base 1000 -l 0'
|
||||
echo 'graph_vlabel Daily FTP Operations'
|
||||
echo 'graph_category FTP'
|
||||
echo 'graph_category ftp'
|
||||
echo 'graph_period second'
|
||||
echo 'ftp_put.type GAUGE'
|
||||
echo 'ftp_get.type GAUGE'
|
Loading…
Reference in New Issue
Block a user