mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Changing GPS tracked to green
This commit is contained in:
@@ -19,7 +19,7 @@ if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= ' GPRINT:visible:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:visible:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:visible:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:tracked#cc9900:'Tracked ' ";
|
||||
$rrd_options .= " LINE2:tracked#00ff00:'Tracked ' ";
|
||||
$rrd_options .= ' GPRINT:tracked:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:tracked:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:tracked:MAX:%0.2lf%s\\\l ';
|
||||
|
@@ -19,7 +19,7 @@ if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= ' GPRINT:visible:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:visible:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:visible:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:tracked#cc9900:'Tracked ' ";
|
||||
$rrd_options .= " LINE2:tracked#00ff00:'Tracked ' ";
|
||||
$rrd_options .= ' GPRINT:tracked:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:tracked:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:tracked:MAX:%0.2lf%s\\\l ';
|
||||
|
Reference in New Issue
Block a user