mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rebased
This commit is contained in:
@@ -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']
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user