summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-05-21 15:29:57 +0200
committersmos <seth.mos@dds.nl>2012-05-21 15:31:02 +0200
commit5e5896856a2a7e464225db18b68600b48e41033e (patch)
tree74ef226fb0d02a0851663d999674c0bf7e0ba4d7 /usr/local/www/status_interfaces.php
parentc0ae3bfb747553ba8ebcf63be3d0d10427f84f5a (diff)
downloadpfsense-5e5896856a2a7e464225db18b68600b48e41033e.zip
pfsense-5e5896856a2a7e464225db18b68600b48e41033e.tar.gz
Add 3G statistics for Huawei modems, split the Cellular stats out to per interface instead of global.
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 56c4b57..dec67bb 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -191,6 +191,27 @@ include("head.inc");
<?=htmlspecialchars($ifinfo['ppp_uptime']);?> <?=htmlspecialchars($ifinfo['ppp_uptime_accumulated']);?>
</td>
</tr>
+ <?php endif; if ($ifinfo['cell_rssi']): ?>
+ <tr>
+ <td width="22%" class="vncellt"><?=gettext("Cell Signal (RSSI)");?></td>
+ <td width="78%" class="listr">
+ <?=htmlspecialchars($ifinfo['cell_rssi']);?> (0-31)
+ </td>
+ </tr>
+ <?php endif; if ($ifinfo['cell_upstream']): ?>
+ <tr>
+ <td width="22%" class="vncellt"><?=gettext("Cell Upstream");?></td>
+ <td width="78%" class="listr">
+ <?=htmlspecialchars($ifinfo['cell_upstream']);?> kbit/s
+ </td>
+ </tr>
+ <?php endif; if ($ifinfo['cell_downstream']): ?>
+ <tr>
+ <td width="22%" class="vncellt"><?=gettext("Cell Downstream");?></td>
+ <td width="78%" class="listr">
+ <?=htmlspecialchars($ifinfo['cell_downstream']);?> kbit/s
+ </td>
+ </tr>
<?php endif; if ($ifinfo['macaddr']): ?>
<tr>
<td width="22%" class="vncellt"><?=gettext("MAC address");?></td>
OpenPOWER on IntegriCloud