Revision 2e74e7e9
Added by Renato Botelho over 9 years ago
src/etc/inc/rrd.inc | ||
---|---|---|
987 | 987 |
RRA:AVERAGE:0.5:60:1860 \\ |
988 | 988 |
RRA:AVERAGE:0.5:1440:2284 |
989 | 989 |
|
990 |
{$rrdtool} update {$rrddbpath}\$gw-quality.rrd N:U:U |
|
990 |
{$rrdtool} update -t loss:delay {$rrddbpath}\$gw-quality.rrd N:U:U
|
|
991 | 991 |
fi |
992 | 992 |
|
993 |
{$rrdtool} update {$rrddbpath}\$gw-quality.rrd N:\$loss:\$delay |
|
993 |
{$rrdtool} update -t loss:delay {$rrddbpath}\$gw-quality.rrd N:\$loss:\$delay
|
|
994 | 994 |
done |
995 | 995 |
|
996 | 996 |
EOD; |
Also available in: Unified diff
Add template to rrd update