mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 16:08:43 +02:00
Using PERCENTNAN instead of PERCENT for 95th percentile line
This modifies the existing lines in positive range a bit, but also enables drawing lines in the negative range when data is missing there.
This commit is contained in:
@@ -109,9 +109,9 @@ if (!$nototal) {
|
||||
$rrd_options .= ' CDEF:outbits=outoctets,8,*';
|
||||
$rrd_options .= ' CDEF:doutbits=doutoctets,8,*';
|
||||
|
||||
$rrd_options .= ' VDEF:95thin=inbits,95,PERCENT';
|
||||
$rrd_options .= ' VDEF:95thout=outbits,95,PERCENT';
|
||||
$rrd_options .= ' VDEF:d95thout=doutbits,5,PERCENT';
|
||||
$rrd_options .= ' VDEF:95thin=inbits,95,PERCENTNAN';
|
||||
$rrd_options .= ' VDEF:95thout=outbits,95,PERCENTNAN';
|
||||
$rrd_options .= ' VDEF:d95thout=doutbits,5,PERCENTNAN';
|
||||
|
||||
$rrd_options .= ' VDEF:totin=inoctets,TOTAL';
|
||||
$rrd_options .= ' VDEF:totout=outoctets,TOTAL';
|
||||
|
||||
Reference in New Issue
Block a user