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

@@ -12,7 +12,7 @@ if (is_numeric($hrSystem[0]['hrSystemProcesses'])) {
if (!is_file($rrd_file)) {
rrdtool_create(
$rrd_file,
'--step 300 \
'--step 300
DS:procs:GAUGE:600:0:U '.$config['rrd_rra']
);
}
@@ -35,7 +35,7 @@ if (is_numeric($hrSystem[0]['hrSystemNumUsers'])) {
if (!is_file($rrd_file)) {
rrdtool_create(
$rrd_file,
'--step 300 \
'--step 300
DS:users:GAUGE:600:0:U '.$config['rrd_rra']
);
}