mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rebased
This commit is contained in:
@@ -27,11 +27,11 @@ $rrdfile = $config['rrd_dir'].'/'.$device['hostname'].'/data.rrd';
|
||||
if (!is_file($rrdfile)) {
|
||||
rrdtool_create(
|
||||
$rrdfile,
|
||||
'DS:INOCTETS:COUNTER:600:U:100000000000 \
|
||||
DS:OUTOCTETS:COUNTER:600:U:10000000000 \
|
||||
DS:INPKTS:COUNTER:600:U:10000000000 \
|
||||
DS:OUTPKTS:COUNTER:600:U:10000000000 \
|
||||
DS:CALLS:COUNTER:600:U:10000000000 \
|
||||
'DS:INOCTETS:COUNTER:600:U:100000000000
|
||||
DS:OUTOCTETS:COUNTER:600:U:10000000000
|
||||
DS:INPKTS:COUNTER:600:U:10000000000
|
||||
DS:OUTPKTS:COUNTER:600:U:10000000000
|
||||
DS:CALLS:COUNTER:600:U:10000000000
|
||||
DS:REGISTRATIONS:COUNTER:600:U:10000000000 '.$config['rrd_rra']
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user