mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Cambium graph changes
This commit is contained in:
@@ -13,6 +13,8 @@ $rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/canopy-generic-whisp
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'Value 1 = Synched 2 = Lost Sync 3 = Generating \\n'";
|
||||
$rrd_options .= ' DEF:whispGPSStats='.$rrdfilename.':whispGPSStats:AVERAGE ';
|
||||
$rrd_options .= " -l 1 ";
|
||||
$rrd_options .= " -u 3 ";
|
||||
$rrd_options .= " LINE2:whispGPSStats#00B8E6:'GPS Status ' ";
|
||||
$rrd_options .= ' GPRINT:whispGPSStats:LAST:%0.2lf%s\\\l ';
|
||||
}
|
||||
Reference in New Issue
Block a user