mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for logging packet loss and min/max/avg response times on fping
This commit is contained in:
@@ -382,6 +382,13 @@ if (device_permitted($vars['device']) || $check_device == $vars['device'])
|
||||
</li>');
|
||||
}
|
||||
|
||||
echo('<li class="' . $select['performance'] . '">
|
||||
<a href="'.generate_device_url($device, array('tab' => 'performance')).'">
|
||||
<img src="images/16/chart_line.png" align="absmiddle" border="0" /> Performance
|
||||
</a>
|
||||
</li>');
|
||||
|
||||
|
||||
echo ('<li style="float: right;"><a href="https://' . $device['hostname'] . '"><img src="images/16/http.png" alt="https" title="Launch browser to https://' . $device['hostname'] . '" border="0" width="16" height="16" target="_blank"></a></li>
|
||||
<li style="float: right;"><a href="ssh://' . $device['hostname'] . '"><img src="images/16/ssh.png" alt="ssh" title="SSH to ' . $device['hostname'] . '" border="0" width="16" height="16"></a></li>
|
||||
<li style="float: right;"><a href="telnet://' . $device['hostname'] . '"><img src="images/16/telnet.png" alt="telnet" title="Telnet to ' . $device['hostname'] . '" border="0" width="16" height="16"></a></li>');
|
||||
|
Reference in New Issue
Block a user