This commit is contained in:
laf
2015-10-26 11:08:19 +00:00
918 changed files with 32658 additions and 6792 deletions

View File

@@ -16,7 +16,7 @@ foreach (dbFetchRows('SELECT * FROM processors WHERE device_id = ?', array($devi
if (!is_file($procrrd)) {
rrdtool_create(
$procrrd,
'--step 300 \
'--step 300
DS:usage:GAUGE:600:-273:1000 '.$config['rrd_rra']
);
}