Added SILC Thread Queue API
[crypto.git] / apps / silcmap / silcmap.conf
index 9c878b7f116bef6b8b07472e401627378c5d192a..aa7ba583ef97d621a0c201c6199c5d7e4f3574aa 100644 (file)
@@ -20,7 +20,7 @@
 # Example     : writemaphtml { filename = "htmlmap.map"; image = "map.jpg"; };
 # Description : Write the gathered information as as HTML map page.  This
 #              allows the user to click the specified points of URLs.
-#               The writemaphtml_url parameter in server will specify the 
+#               The html_url parameter in server will specify the 
 #               URL that will be used in the HTML map.  If omitted the
 #               filename created by writehml command is used.  The <cut_lat>
 #               and <cut_lon> are specified if the <image> is a portion of
 #               based on the hostname of the server.  The index HTML file
 #               will include list of the servers.  The generated HTML files
 #               are quite raw and are intended to be embedded into user's
-#               own website.  If <class> is defined the it is used as the
+#               own website.  If <class> is defined it is used as the
 #               CSS class in the created HTML page.
 #
+# Command     : writerel { filename = <filename>; class = <class;> };
+# Example     : writerel { filename = "reliability.html"; };
+# Description : Writes a reliability graph of the servers.  When SILC Map
+#               is run several times the uptime statistics of the servers
+#               that measure the reliability of the servers are drawn into
+#               the reliability graph.  The uptime statistics will be
+#               saved into corresponding server filename.  If <class>
+#               is defined it is used as the CSS class in the created HTML
+#               file.
+#
 # Command     : cut { lat = <lat>; lon = <lon>; width = <width>; 
 #                     height = <height>; filename = <filename>; };
 # Example     : cut { lat = "20"; lon = "5"; width = "1000"; height = "700";
@@ -107,6 +117,9 @@ server {
        connect         = false;
        connect_timeout = "30";
 
+        # URL used in writemaphtml and writehtml, instead of hostname
+        #html_url = "";
+
        # Statistics to fetch
        starttime       = true;
        uptime          = true;