mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Cambium graph changes
This commit is contained in:
@@ -16,6 +16,7 @@ if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'Mode Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:rxModulation='.$rrdfilename.':rxModulation:AVERAGE ';
|
||||
$rrd_options .= ' DEF:txModulation='.$rrdfilename.':txModulation:AVERAGE ';
|
||||
$rrd_options .= " -l 0 ";
|
||||
$rrd_options .= " LINE2:rxModulation#0000FF:'Receive Modulation ' ";
|
||||
$rrd_options .= ' GPRINT:rxModulation:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:rxModulation:MIN:%0.2lf%s ';
|
||||
@@ -24,4 +25,4 @@ if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= ' GPRINT:txModulation:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:txModulation:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:txModulation:MAX:%0.2lf%s\\\l ';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user