Addes writerel command.
[crypto.git] / apps / silcmap / silcmap.conf
index a91557175dced065f9c8b4c79048aba4e2adc307..aa7ba583ef97d621a0c201c6199c5d7e4f3574aa 100644 (file)
 #               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";