mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added discovery and graphing for JunOS (SRX) RPM probes (#11187)
* Added discovery and graphing for JunOS (SRX) RPM probes * Proposed changes for a percent based sensor type * Fixed missing MIB declaration in JunOS YAML discovery file * Updated Health-information.md to reflect the new percentage value type * Added separate test data for junos_rpm type * Update sensors.php * Update sensors.php * Update functions.inc.php * test re-run * Update junos_rpm.json * percentage -> loss * add ifSpeed prev test data * mis-merge * update sensors * and bgp... Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -64,6 +64,7 @@ require 'overview/sensors/chromatic_dispersion.inc.php';
|
||||
require 'overview/sensors/ber.inc.php';
|
||||
require 'overview/sensors/eer.inc.php';
|
||||
require 'overview/sensors/waterflow.inc.php';
|
||||
require 'overview/sensors/loss.inc.php';
|
||||
require 'overview/eventlog.inc.php';
|
||||
require 'overview/services.inc.php';
|
||||
require 'overview/syslog.inc.php';
|
||||
|
Reference in New Issue
Block a user