mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix rrd creation parameters
This commit is contained in:
@@ -39,11 +39,11 @@ if ($device['os'] == 'ios') {
|
||||
if (!is_file($rrd)) {
|
||||
rrdtool_create(
|
||||
$rrd,
|
||||
'--step 300 \
|
||||
DS:inutil:GAUGE:600:0:100 \
|
||||
DS:oututil:GAUGE:600:0:100 \
|
||||
DS:outdropped:DERIVE:600:0:125000000000 \
|
||||
DS:outerrors:DERIVE:600:0:125000000000 \
|
||||
'--step 300
|
||||
DS:inutil:GAUGE:600:0:100
|
||||
DS:oututil:GAUGE:600:0:100
|
||||
DS:outdropped:DERIVE:600:0:125000000000
|
||||
DS:outerrors:DERIVE:600:0:125000000000
|
||||
DS:inerrors:DERIVE:600:0:125000000000 '.$config['rrd_rra']
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user