mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
replace old hrStorage poller with generic storage poller and hrStorage plugin
*** OLD RRDFILES ARE USELESS NOW*** remove a load of old processor and storage stuff add more % bars to things git-svn-id: http://www.observium.org/svn/observer/trunk@936 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -75,8 +75,8 @@ if($_GET['debug']) {
|
||||
}
|
||||
|
||||
if($graph) {
|
||||
header('Content-type: image/png');
|
||||
$fd = fopen($graphfile,'r');fpassthru($fd);fclose($fd);
|
||||
# header('Content-type: image/png');
|
||||
# $fd = fopen($graphfile,'r');fpassthru($fd);fclose($fd);
|
||||
} else {
|
||||
header('Content-type: image/png');
|
||||
$string = "Graph Generation Error";
|
||||
|
||||
Reference in New Issue
Block a user