mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix RRD format for storage RRDS. we need to look at these rrd formats, i think, some might SUCK.
git-svn-id: http://www.observium.org/svn/observer/trunk@953 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -12,8 +12,8 @@ while($storage = mysql_fetch_array($storage_data)) {
|
||||
|
||||
if (!is_file($storage_rrd)) {
|
||||
rrdtool_create($storage_rrd, "--step 300 \
|
||||
DS:used:GAUGE:600:-273:100000000000 \
|
||||
DS:free:GAUGE:600:-273:100000000000 \
|
||||
DS:used:GAUGE:600:0:U \
|
||||
DS:free:GAUGE:600:0:U \
|
||||
RRA:AVERAGE:0.5:1:600 \
|
||||
RRA:AVERAGE:0.5:6:700 \
|
||||
RRA:AVERAGE:0.5:24:775 \
|
||||
|
Reference in New Issue
Block a user