diff mod_server_status.wiki @ 277:7a597092e71f

updated wikis.
author Marco Cirillo <maranda@lightwitch.org>
date Sat, 26 May 2012 02:55:01 +0000
parents c44f0864b33c
children
line wrap: on
line diff
--- a/mod_server_status.wiki	Sat May 26 02:43:58 2012 +0000
+++ b/mod_server_status.wiki	Sat May 26 02:55:01 2012 +0000
@@ -1,5 +1,5 @@
 #summary Server status plugin
-#labels Stage-Beta
+#labels Stage-Stable
 
 = Introduction =
 
@@ -12,7 +12,7 @@
 
 Configuration example:
 {{{
-server_status_http_ports = {{ port = 5280, path = "mystatsbasepath" }}
+server_status_basepath = "/server-info/"
 server_status_show_hosts = { "iwanttoshowifthishostisonline.com", "iwanttoshowifthishostisonline2.com" }
 server_status_show_comps = { "muc.iwanttoshowifthishostisonline.com", "transport.iwanttoshowifthishostisonline.com" }
 server_status_json = true
@@ -21,7 +21,6 @@
 By default the plugin's output is in XML, setting server_status_json to "true" will turn it into JSON instead.
 if mod_stanza_counter isn't loaded the plugin will require at least either server_status_show_hosts or server_status_show_comps to be set.
 
-= Compatibility =
+= Info =
 
- * Latest Trunk works
- * 0.8.x works, but components status will be not correct
+ * This is only compatible with 0.9 for older versions please look at the 0.8-diverge branch.