diff options
author | jim-p <jimp@pfsense.org> | 2010-07-12 17:18:04 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-07-12 17:18:04 -0400 |
commit | 21f0f60de583cd02343e5e186d75b5f367de30be (patch) | |
tree | 197481bc9de1572a49a292587ea5588e6bab7d03 /usr/local/www/fbegin.inc | |
parent | df8d74dee38c56785c9c54385f3a4cb8f8dc74fa (diff) | |
download | pfsense-21f0f60de583cd02343e5e186d75b5f367de30be.zip pfsense-21f0f60de583cd02343e5e186d75b5f367de30be.tar.gz |
Add Diagnostics > SMART Status for ATA HDDs. (Some functionality disabled, still needs hooked into notifications, and service code for smartd)
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-x | usr/local/www/fbegin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index c775aaa..8552fbc 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -193,6 +193,7 @@ $diagnostics_menu[] = array("pfTOP", "/diag_system_pftop.php"); $diagnostics_menu[] = array("Reboot", "/reboot.php"); $diagnostics_menu[] = array("Routes", "/diag_routes.php"); $diagnostics_menu[] = array("Show Bogons", "/diag_showbogons.php"); +$diagnostics_menu[] = array("SMART Status", "/diag_smart.php"); $diagnostics_menu[] = array("States", "/diag_dump_states.php"); $diagnostics_menu[] = array("States Summary", "/diag_states_summary.php"); $diagnostics_menu[] = array("System Activity", "/diag_system_activity.php"); |