mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
storage fixes, moving things from graphing page, ironware dynamic memory pool (static!)
git-svn-id: http://www.observium.org/svn/observer/trunk@947 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -8,7 +8,7 @@ while($storage = mysql_fetch_array($storage_data)) {
|
||||
|
||||
echo($storage['storage_descr'] . ": ");
|
||||
|
||||
$storage_rrd = $config['rrd_dir'] . "/" . $device['hostname'] . "/" . safename("storage-" . $storage['storage_mib'] . "-" . $storage['storage_index'] . ".rrd");
|
||||
$storage_rrd = $config['rrd_dir'] . "/" . $device['hostname'] . "/" . safename("storage-" . $storage['storage_mib'] . "-" . safename($storage['storage_descr']) . ".rrd");
|
||||
|
||||
if (!is_file($storage_rrd)) {
|
||||
rrdtool_create($storage_rrd, "--step 300 \
|
||||
|
Reference in New Issue
Block a user