diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-09-09 22:21:44 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-09-09 22:21:44 +0200 |
commit | db18af300e1ee4598243eccb9b36d745cd95becb (patch) | |
tree | 4dd01653be7c26798a0547df9e98604a5e55e70c | |
parent | e818279a5cd867bd9d3dc6d7dd25ed64245c6d3a (diff) | |
download | smokeping-db18af300e1ee4598243eccb9b36d745cd95becb.tar.gz smokeping-db18af300e1ee4598243eccb9b36d745cd95becb.tar.xz |
* README (2.0)
+ tiny fixes
* README (trunk):
+ merged 2.0 changes
-rw-r--r-- | README | 39 |
1 files changed, 13 insertions, 26 deletions
@@ -4,10 +4,12 @@ ___) | | | | | | (_) | < __/ __/| | | | | (_| | |____/|_| |_| |_|\___/|_|\_\___|_| |_|_| |_|\__, | |___/ -Author: Tobias Oetiker <tobi@oetiker.ch> +Authors: Tobias Oetiker <tobi of oetiker.ch> + Niko Tyni <ntyni with iki.fi> - SmokePing is a latency logging and graphing - system. It consists of a daemon process which + + SmokePing is a latency logging and graphing and + alerting system. It consists of a daemon process which organizes the latency measurements and a CGI which presents the graphs. @@ -15,38 +17,18 @@ Author: Tobias Oetiker <tobi@oetiker.ch> SmokePing is ... ================ - * quite fast because it uses FPing todo the actual pinging + * extensible through plug-in modules * 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_upgrade.txt -- Notes on upgrading - * doc/smokeping_config.txt -- Description of the Config File - * doc/smokeping_examples.txt -- Examples 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 ============== @@ -55,9 +37,14 @@ 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 + http://people.ee.ethz.ch/oetiker/wish +Continue Reading +================= + +* doc/smokeping_install.txt + +and all the rest of the documentation in the doc tree Cheers tobi - |