pnp4nagios/share/pnp/templates.dist/check_oracle_health_redo-io-traffic.php
2017-05-20 15:26:21 +02:00

16 lines
476 B
PHP

<?php
#
# Copyright (c) 2006-2010 Joerg Linge (http://www.pnp4nagios.org)
#
$opt[1] = "--vertical-label \"MB/s\" -X0 --title \"Redo IO $hostname / $servicedesc\" ";
$def[1] = "DEF:var1=$RRDFILE[1]:$DS[1]:AVERAGE " ;
$def[1] .= "AREA:var1#F2F2F2:\"\" " ;
$def[1] .= "LINE1:var1#F30000:\"Redo IO\" " ;
$def[1] .= "GPRINT:var1:LAST:\"%3.4lf MB/s LAST \" ";
$def[1] .= "GPRINT:var1:MAX:\"%3.4lf MB/s MAX \" ";
$def[1] .= "GPRINT:var1:AVERAGE:\"%3.4lf MB/s AVERAGE \" ";
?>