mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
pretty
git-svn-id: http://www.observium.org/svn/observer/trunk@190 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_startup_errors', 1);
|
||||
ini_set('log_errors', 1);
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('display_startup_errors', 0);
|
||||
ini_set('log_errors', 0);
|
||||
ini_set('allow_url_fopen', 0);
|
||||
# ini_set('error_reporting', E_ALL);
|
||||
|
||||
|
||||
@@ -264,7 +264,7 @@ function cpugraphUnix ($rrd, $graph, $from, $to, $width, $height, $title, $verti
|
||||
$options .= " GPRINT:nice_perc:AVERAGE:\ \ \ %5.2lf%%";
|
||||
$options .= " GPRINT:nice_perc:MAX:\ \ \ %5.2lf%%\\\\n";
|
||||
$options .= " AREA:system_perc#ea8f00:system:STACK";
|
||||
$options .= " GPRINT:system_perc:LAST:\ \ \ %5.2lf%%";
|
||||
$options .= " GPRINT:system_perc:LAST:\ \ %5.2lf%%";
|
||||
$options .= " GPRINT:system_perc:AVERAGE:\ \ \ %5.2lf%%";
|
||||
$options .= " GPRINT:system_perc:MAX:\ \ \ %5.2lf%%\\\\n";
|
||||
$options .= " AREA:idle_perc#f5f5e5:idle:STACK";
|
||||
|
||||
Reference in New Issue
Block a user