diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-31 10:08:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-31 10:08:54 +0200 |
commit | 0e8a6e46497e5a152e3434b556538ffd1d913a5d (patch) | |
tree | 4717df4ef3b787f30e7f2e44e15e57c69a2c37f9 /htdocs | |
parent | 8edaa7fee41f9d5597a656123a481f2483906053 (diff) | |
download | smokeping-0e8a6e46497e5a152e3434b556538ffd1d913a5d.tar.gz smokeping-0e8a6e46497e5a152e3434b556538ffd1d913a5d.tar.xz |
2.0.901 internal release with minor touchups. Especially the FTPtransfer
probe now reports in seconds like everyone else ...
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/smokeping.cgi.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/smokeping.cgi.dist b/htdocs/smokeping.cgi.dist index 67f9e55..f38fbe4 100755 --- a/htdocs/smokeping.cgi.dist +++ b/htdocs/smokeping.cgi.dist @@ -5,7 +5,7 @@ use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl); use lib qw(/home/oetiker/data/projects/AADJ-smokeping/dist/lib); use CGI::Carp qw(fatalsToBrowser); -use Smokeping 20060829; +use Smokeping 2.000901; Smokeping::cgi("/home/oetiker/data/projects/AADJ-smokeping/dist/etc/config"); |