這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

LightOn Server Monitoring

外掛說明

LightOn is a lightweight monitoring tool for operationg system, webserver (lighttpd & apache) and database
New in version 1.2: mysql monitoring and templates for own customizing The supported operating systems are Linux and MAC OSX, BSD will be also supported in a later version.

Windows aka os-joke from Redmond will not be supported.

ToDo: * Translation * Nginx Support * Cool Ajax stuff

安裝方式

Unzip the lighton.1.2.0.zip at your plugin directory. Activate the plugin through the ‘Plugins’ menu in WordPress

Lighttpd users have to adjust their configuration as follows.

server.modules += ( "mod_status" ) $HTTP["remoteip"] =~ "127.0.0.1" {     status.status-url = "/server-status" } 

Apache users have to adjust their configuration as follows:

LoadModule status_module libexec/apache2/mod_status.so "Location /server-status"     SetHandler server-status     Order deny,allow     Deny from all     Allow from 127.0.0.1 "/Location"  
 ExtendedStatus On 

For more check your lighttpd or apache documentation.

After activation you can drag and drop the widget on your sidebar.

On the setup page you can choose your own templates for dashboard, widget and detail page. For this upload your own templates as php-files to the templates directory and choose it. Start your template filename with ‘customer_’ please. I’ll will never use this prefix and your templates are save for overwrite in later versions.

常見問題集

Please see switch2mac-lighton

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈LightOn Server Monitoring〉的開發相關工作。

參與者

將〈LightOn Server Monitoring〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2.0

  • Adding mySQL support
  • Changing to template based output, so you can change the templates like you want.
  • Minor bugfixes

1.1.1

  • Adding sidebar widget
  • Fixing serverlist on setup page
  • Fixing dashboard layout

1.1.0

  • Adding apache2 server support

1.0.2

  • Minor changes on readme.txt

1.0.1

  • Minor changes on readme.txt

1.0

  • Initial version.