mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added "Ping Response" graph to "Ping Only" Device Overview page (#13886)
* Add Ping performance to Device Overview page Only if device type is "Ping Only" * Re-use $perf_url
This commit is contained in:
@@ -30,6 +30,10 @@ if ($device['os'] == 'cimc') {
|
||||
require 'overview/cimc.inc.php';
|
||||
}
|
||||
|
||||
if ($device['os'] == 'ping') {
|
||||
require 'overview/ping.inc.php';
|
||||
}
|
||||
|
||||
echo '
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
|
Reference in New Issue
Block a user