summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-15 00:37:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-15 00:37:16 +0000
commitc69f4c258e9f07e032735cc61622c59acb70fad1 (patch)
tree65d3d357f2bc9a4d5b58cde602345b38383336c1 /usr/local/www/status.php
parent39b6c3d974c7332716f6efc0cbfd097dc1e747f0 (diff)
downloadpfsense-c69f4c258e9f07e032735cc61622c59acb70fad1.zip
pfsense-c69f4c258e9f07e032735cc61622c59acb70fad1.tar.gz
Add dmesg -a to status.php
Diffstat (limited to 'usr/local/www/status.php')
-rwxr-xr-xusr/local/www/status.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/status.php b/usr/local/www/status.php
index ee0f5dc..3af85dd 100755
--- a/usr/local/www/status.php
+++ b/usr/local/www/status.php
@@ -145,6 +145,8 @@ defCmdT("VMStat", "vmstat -afimsz");
defCmdT("config.xml","dumpconfigxml");
+defCmdT("DMESG","/sbin/dmesg -a");
+
exec("/bin/date", $dateOutput, $dateStatus);
$currentDate = $dateOutput[0];
OpenPOWER on IntegriCloud