summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-31 10:08:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-31 10:08:54 +0200
commit0e8a6e46497e5a152e3434b556538ffd1d913a5d (patch)
tree4717df4ef3b787f30e7f2e44e15e57c69a2c37f9 /bin
parent8edaa7fee41f9d5597a656123a481f2483906053 (diff)
downloadsmokeping-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 'bin')
-rwxr-xr-xbin/smokeping.dist2
-rwxr-xr-xbin/tSmoke.dist2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist
index 091f0c2..657af22 100755
--- a/bin/smokeping.dist
+++ b/bin/smokeping.dist
@@ -4,7 +4,7 @@
use lib qw(/usr/pack/rrdtool-1.0.49-to/lib/perl);
use lib qw(lib);
-use Smokeping 2.001000;
+use Smokeping 2.000901;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 745a858..888e294 100755
--- a/bin/tSmoke.dist
+++ b/bin/tSmoke.dist
@@ -53,7 +53,7 @@ use strict;
use lib qw(lib);
use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-use Smokeping 20060829;
+use Smokeping 2.000901;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;