Changeset 188874
- Timestamp:
- 01/02/2010 08:58:16 AM (16 years ago)
- File:
-
- 1 edited
-
lighton/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lighton/trunk/readme.txt
r188794 r188874 6 6 Stable tag: 1.0.1 7 7 8 LightOn is t ein Monitoring Tool für Lighttpd (später apache & nginx)8 LightOn is a lightweight monitoring tool for Lighttpd Webserver (support for apache & nginx comming soon) 9 9 10 10 == Description == 11 12 LightOn is a lightweight monitoring tool for Lighttpd Webserver (support for apache & nginx comming soon) 11 13 12 Welchen Server Ihr Abfragen wollt könnt Ihr über die Einstellungen vornehmen. 14 The supported OS is Linux and MAC OSX, BSD will be also supported in a later version. 15 Windows the OS-joke from Redmond will not be supported. 13 16 14 Dieses Plugin kann mit dem Lighttpd Server und Linux bzw. OSX betrieben 15 werden. BSD Systeme kommen noch. 16 Wer als OS Windows verwendet dem ist nicht zu helfen, wer Windows als 17 Server verwendet der ist IRRE. Für Windows erfolgt keine Entwicklung und kein 18 Support. 19 20 ToDo's 21 Eine Menge :-) 22 1. Internationalisierung 23 2. Nginx und Apache2 Anbindung 24 3. Ajax für die Detailsseite 25 17 ToDo: 18 1. Translation 19 2. Nginx & Apache2 Support 20 3. MySQL Monitoring 21 4. Cool Ajax stuff 26 22 27 23 == Installation == 28 24 29 Wie immer im Plugin Verzeichnis entpacken. 30 Der Lighttpd Server benötigt ein Konfiguriertes server-status. 31 Ihr müsst also einen Eintrag in der Form: 25 Unzip the lighton.zip at your plugin directory. 26 27 Your lighttpd server needs some configuration changes. 28 You've to active mod_status and configure your status-url. 29 30 Here is an example: 31 32 server.modules += ( "mod_status" ) 32 33 $HTTP["remoteip"] =~ "127.0.0.1" { 33 34 status.status-url = "/server-status" 35 } 36 37 For more check your lighttpd documentation. 34 38 35 39 == Frequently Asked Questions == … … 38 42 39 43 == Screenshots == 44 45 http://www.switch2mac.de/wp-content/uploads/2010/01/screen-capture-5.jpg 46 http://www.switch2mac.de/wp-content/uploads/2010/01/screen-capture-6.jpg 40 47 41 48 == Changelog == 42 49 50 = 1.0.1 = 51 * Minor changes on readme.txt 52 43 53 = 1.0 = 44 54 * Initial version.
Note: See TracChangeset
for help on using the changeset viewer.