mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +02:00
Fix rrd creation parameters
This commit is contained in:
@@ -42,7 +42,7 @@ foreach (dbFetchRows('SELECT * FROM `slas` WHERE `device_id` = ? AND `deleted` =
|
||||
if (!is_file($slarrd)) {
|
||||
rrdtool_create(
|
||||
$slarrd,
|
||||
'--step 300 \
|
||||
'--step 300
|
||||
DS:rtt:GAUGE:600:0:300000 '.$config['rrd_rra']
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user