summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-02-11 21:22:38 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-02-11 21:22:38 +0100
commit3623e33d0ae10eaeca653e00a3796495dbc0f713 (patch)
treea0835e8015f995402c2b8046255d7d101e7f9a59 /README
downloadsmokeping-3623e33d0ae10eaeca653e00a3796495dbc0f713.tar.gz
smokeping-3623e33d0ae10eaeca653e00a3796495dbc0f713.tar.xz
initial import
Diffstat (limited to 'README')
-rw-r--r--README61
1 files changed, 61 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0fe2182
--- /dev/null
+++ b/README
@@ -0,0 +1,61 @@
+ ____ _ ____ _
+/ ___| _ __ ___ ___ | | _____| _ \(_)_ __ __ _
+\___ \| '_ ` _ \ / _ \| |/ / _ \ |_) | | '_ \ / _` |
+ ___) | | | | | | (_) | < __/ __/| | | | | (_| |
+|____/|_| |_| |_|\___/|_|\_\___|_| |_|_| |_|\__, |
+ |___/
+Author: Tobias Oetiker <tobi@oetiker.ch>
+
+ SmokePing is a latency logging and graphing
+ system. It consists of a daemon process which
+ organizes the latency measurements and a CGI which
+ presents the graphs.
+
+
+SmokePing is ...
+================
+
+ * quite fast because it uses FPing todo the actual pinging
+
+ * easy to customize through a webtemplate and an extensive
+ configuration file.
+
+ * written in perl and should readily port to any unix system
+
+ * extensible through plug-in modules
+
+ * an RRDtool frontend
+
+ * able to deal with DYNAMIC IP addresses as used with
+ Cable and ADSL internet.
+
+Roadmap
+=======
+
+SmokePing comes with documentation to make it easy to use and
+install. The following important documentation files are
+included with SmokePing:
+
+
+ * doc/smokeping_install.txt -- How to Setup and Install
+ * doc/smokeping_config.txt -- Description of the Config File
+ * doc/smokeping.txt -- About the SmokePing Daemon
+ * doc/smokeping.cgi.txt -- About the CGI Module
+
+In the doc directory you can find even more information
+and the above documents in MAN, POD, TXT and HTML format.
+
+Do you like it
+==============
+
+If you like SmokePing, and want to show your appreciation for
+the work I am doing (SmokePing like MRTG and RRDtool have
+been written entirely in my spare time) please feel free to
+use:
+
+ http://people.ee.ethz.ch/~oetiker/wish
+
+
+Cheers
+tobi
+