mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rebased
This commit is contained in:
@@ -12,17 +12,17 @@ foreach (explode('|', $agent_data['app']['drbd'][$app['app_instance']]) as $part
|
||||
if (!is_file($rrd_filename)) {
|
||||
rrdtool_create(
|
||||
$rrd_filename,
|
||||
'--step 300 \
|
||||
DS:ns:DERIVE:600:0:125000000000 \
|
||||
DS:nr:DERIVE:600:0:125000000000 \
|
||||
DS:dw:DERIVE:600:0:125000000000 \
|
||||
DS:dr:DERIVE:600:0:125000000000 \
|
||||
DS:al:DERIVE:600:0:125000000000 \
|
||||
DS:bm:DERIVE:600:0:125000000000 \
|
||||
DS:lo:GAUGE:600:0:125000000000 \
|
||||
DS:pe:GAUGE:600:0:125000000000 \
|
||||
DS:ua:GAUGE:600:0:125000000000 \
|
||||
DS:ap:GAUGE:600:0:125000000000 \
|
||||
'--step 300
|
||||
DS:ns:DERIVE:600:0:125000000000
|
||||
DS:nr:DERIVE:600:0:125000000000
|
||||
DS:dw:DERIVE:600:0:125000000000
|
||||
DS:dr:DERIVE:600:0:125000000000
|
||||
DS:al:DERIVE:600:0:125000000000
|
||||
DS:bm:DERIVE:600:0:125000000000
|
||||
DS:lo:GAUGE:600:0:125000000000
|
||||
DS:pe:GAUGE:600:0:125000000000
|
||||
DS:ua:GAUGE:600:0:125000000000
|
||||
DS:ap:GAUGE:600:0:125000000000
|
||||
DS:oos:GAUGE:600:0:125000000000 '.$config['rrd_rra']
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user