Added support for logging packet loss and min/max/avg response times on fping

This commit is contained in:
laf
2015-06-22 21:55:31 +01:00
parent db4a5de847
commit eee2ae5be1
10 changed files with 268 additions and 15 deletions

View File

@@ -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>');