summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2012-09-23 00:44:52 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2012-09-23 00:44:52 +0200
commitd41bb44745966a668f55d14e9bb53ebd22c4d91e (patch)
tree81fcf03ebeec9420dc15915ba402081c3486d62a /usr/local/www/fbegin.inc
parentb1aa38049665c6e5df85f5b0b8634e95a8584355 (diff)
downloadpfsense-d41bb44745966a668f55d14e9bb53ebd22c4d91e.zip
pfsense-d41bb44745966a668f55d14e9bb53ebd22c4d91e.tar.gz
Add a "Sockets listening" page to the Diagnostics menu.
This for easy viewing of what services are bound to which interface and port. ( based on the file diag_sockets.php from forum member 'bardelot' http://forum.pfsense.org/index.php/topic,53070.msg284360.html#msg284360 )
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index bb11869..17c3185 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -229,6 +229,7 @@ $diagnostics_menu[] = array(gettext("pfTop"), "/diag_system_pftop.php");
$diagnostics_menu[] = array(gettext("Reboot"), "/reboot.php");
$diagnostics_menu[] = array(gettext("Routes"), "/diag_routes.php");
$diagnostics_menu[] = array(gettext("SMART Status"), "/diag_smart.php");
+$diagnostics_menu[] = array(gettext("Sockets listening"), "/diag_sockets.php" );
$diagnostics_menu[] = array(gettext("States"), "/diag_dump_states.php");
$diagnostics_menu[] = array(gettext("States Summary"), "/diag_states_summary.php");
$diagnostics_menu[] = array(gettext("System Activity"), "/diag_system_activity.php");
OpenPOWER on IntegriCloud