mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed unused cambium files
Unused due to canopy/cambium split
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-450-linkRadioDbm.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:vertical='.$rrdfilename.':vertical:AVERAGE ';
|
||||
$rrd_options .= ' DEF:horizontal='.$rrdfilename.':horizontal:AVERAGE ';
|
||||
$rrd_options .= " LINE2:vertical#FF0000:'Vertical ' ";
|
||||
$rrd_options .= ' GPRINT:vertical:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:horizontal#003EFF:'Horizontal ' ";
|
||||
$rrd_options .= ' GPRINT:horizontal:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-450-masterSSR.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:ssr='.$rrdfilename.':ssr:AVERAGE ';
|
||||
$rrd_options .= " LINE2:ssr#9B30FF:'Signal Strength Ratio ' ";
|
||||
$rrd_options .= ' GPRINT:ssr:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:ssr:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:ssr:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-450-powerlevel.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:last='.$rrdfilename.':last:AVERAGE ';
|
||||
$rrd_options .= " LINE2:last#003EFF:'Last ' ";
|
||||
$rrd_options .= ' GPRINT:last:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:last:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:last:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-450-ptpSNR.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:vertical='.$rrdfilename.':vertical:AVERAGE ';
|
||||
$rrd_options .= ' DEF:horizontal='.$rrdfilename.':horizontal:AVERAGE ';
|
||||
$rrd_options .= " LINE2:vertical#FF0000:'Vertical ' ";
|
||||
$rrd_options .= ' GPRINT:vertical:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:horizontal#00B2EE:'Horizontal ' ";
|
||||
$rrd_options .= ' GPRINT:horizontal:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-450-slaveHV.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:vertical='.$rrdfilename.':vertical:AVERAGE ';
|
||||
$rrd_options .= ' DEF:horizontal='.$rrdfilename.':horizontal:AVERAGE ';
|
||||
$rrd_options .= " LINE2:vertical#FF0000:'Vertical ' ";
|
||||
$rrd_options .= ' GPRINT:vertical:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:horizontal#003EFF:'Horizontal ' ";
|
||||
$rrd_options .= ' GPRINT:horizontal:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-450-slaveSNR.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:vertical='.$rrdfilename.':vertical:AVERAGE ';
|
||||
$rrd_options .= ' DEF:horizontal='.$rrdfilename.':horizontal:AVERAGE ';
|
||||
$rrd_options .= " LINE2:vertical#FF0000:'Vertical ' ";
|
||||
$rrd_options .= ' GPRINT:vertical:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:horizontal#00B2EE:'Horizontal ' ";
|
||||
$rrd_options .= ' GPRINT:horizontal:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-450-slaveSSR.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:ssr='.$rrdfilename.':ssr:AVERAGE ';
|
||||
$rrd_options .= " LINE2:ssr#9B30FF:'Signal Strength Ratio ' ";
|
||||
$rrd_options .= ' GPRINT:ssr:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:ssr:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:ssr:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-crcErrors.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:crcErrors='.$rrdfilename.':crcErrors:AVERAGE ';
|
||||
$rrd_options .= " LINE2:crcErrors#FF0000:'CRC Errors ' ";
|
||||
$rrd_options .= ' GPRINT:crcErrors:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:crcErrors:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:crcErrors:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-errorCount.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:fecInErrorsCount='.$rrdfilename.':fecInErrorsCount:AVERAGE ';
|
||||
$rrd_options .= ' DEF:fecOutErrorsCount='.$rrdfilename.':fecOutErrorsCount:AVERAGE ';
|
||||
$rrd_options .= " LINE2:fecInErrorsCount#FF0000:'In Error Count ' ";
|
||||
$rrd_options .= ' GPRINT:fecInErrorsCount:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:fecInErrorsCount:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:fecInErrorsCount:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:fecOutErrorsCount#00FF00:'Out Error Count ' ";
|
||||
$rrd_options .= ' GPRINT:fecOutErrorsCount:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:fecOutErrorsCount:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:fecOutErrorsCount:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-freq.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'Ghz Now \\n'";
|
||||
$rrd_options .= ' DEF:freq='.$rrdfilename.':freq:AVERAGE ';
|
||||
$rrd_options .= " LINE2:freq#FF0000:'Frequency ' ";
|
||||
$rrd_options .= ' GPRINT:freq:LAST:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-gpsStats.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'Amount Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:visible='.$rrdfilename.':visible:AVERAGE ';
|
||||
$rrd_options .= ' DEF:tracked='.$rrdfilename.':tracked:AVERAGE ';
|
||||
$rrd_options .= " LINE2:visible#0099ff:'Visible ' ";
|
||||
$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#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 ';
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-jitter.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:' Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:jitter='.$rrdfilename.':jitter:AVERAGE ';
|
||||
$rrd_options .= " AREA:jitter#3333cc:'Jitter ' ";
|
||||
$rrd_options .= ' GPRINT:jitter:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:jitter:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:jitter:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-radioDbm.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:dbm='.$rrdfilename.':dbm:AVERAGE ';
|
||||
$rrd_options .= ' DEF:min='.$rrdfilename.':min:AVERAGE ';
|
||||
$rrd_options .= ' DEF:max='.$rrdfilename.':max:AVERAGE ';
|
||||
$rrd_options .= ' DEF:avg='.$rrdfilename.':avg:AVERAGE ';
|
||||
$rrd_options .= " LINE2:dbm#00E5EE:'Radio Dbm ' ";
|
||||
$rrd_options .= ' GPRINT:dbm:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:dbm:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:dbm:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:min#00CD66:'Min ' ";
|
||||
$rrd_options .= ' GPRINT:min:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:min:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:min:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:max#B272A6:'Max ' ";
|
||||
$rrd_options .= ' GPRINT:max:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:max:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:max:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:avg#CC7F32:'Avg ' ";
|
||||
$rrd_options .= ' GPRINT:avg:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:avg:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:avg:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-regCount.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:regCount='.$rrdfilename.':regCount:AVERAGE ';
|
||||
$rrd_options .= ' DEF:failed='.$rrdfilename.':failed:AVERAGE ';
|
||||
$rrd_options .= " AREA:regCount#FF0000:'Registered Sm ' ";
|
||||
$rrd_options .= ' GPRINT:regCount:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:regCount:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:regCount:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:failed#000000:'Amount Failed ' ";
|
||||
$rrd_options .= ' GPRINT:failed:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:failed:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:failed:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-rssi.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:rssi='.$rrdfilename.':rssi:AVERAGE ';
|
||||
$rrd_options .= " AREA:rssi#FF0000:'RSSI ' ";
|
||||
$rrd_options .= ' GPRINT:rssi:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:rssi:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:rssi:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-signalHV.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:vertical='.$rrdfilename.':vertical:AVERAGE ';
|
||||
$rrd_options .= ' DEF:horizontal='.$rrdfilename.':horizontal:AVERAGE ';
|
||||
$rrd_options .= ' DEF:combined='.$rrdfilename.':combined:AVERAGE ';
|
||||
$rrd_options .= " LINE2:vertical#FF0000:'Vertical ' ";
|
||||
$rrd_options .= ' GPRINT:vertical:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:horizontal#003EFF:'Horizontal ' ";
|
||||
$rrd_options .= ' GPRINT:horizontal:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:combined#FFA500:'Combined ' ";
|
||||
$rrd_options .= ' GPRINT:combined:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:combined:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:combined:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-snrHV.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= " COMMENT:'dBm Now Ave Max \\n'";
|
||||
$rrd_options .= ' DEF:vertical='.$rrdfilename.':vertical:AVERAGE ';
|
||||
$rrd_options .= ' DEF:horizontal='.$rrdfilename.':horizontal:AVERAGE ';
|
||||
$rrd_options .= " LINE2:vertical#FF0000:'Vertical ' ";
|
||||
$rrd_options .= ' GPRINT:vertical:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:vertical:MAX:%0.2lf%s\\\l ';
|
||||
$rrd_options .= " LINE2:horizontal#003EFF:'Horizontal ' ";
|
||||
$rrd_options .= ' GPRINT:horizontal:LAST:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MIN:%0.2lf%s ';
|
||||
$rrd_options .= ' GPRINT:horizontal:MAX:%0.2lf%s\\\l ';
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version. Please see LICENSE.txt at the top level of
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cambium-generic-whispGPSStats.rrd';
|
||||
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 .= " LINE2:whispGPSStats#00B8E6:'GPS Status ' ";
|
||||
$rrd_options .= ' GPRINT:whispGPSStats:LAST:%0.2lf%s\\\l ';
|
||||
}
|
Reference in New Issue
Block a user