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:
PelliX
2020-05-31 01:24:43 +02:00
committed by GitHub
parent 4f859cee65
commit 5f3b82de6f
15 changed files with 17688 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?php
$graph_type = 'sensor_loss';
$class = 'loss';
$unit = '%';
require 'includes/html/pages/health/sensors.inc.php';