summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-09-08 15:01:16 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-09-08 15:01:16 +0200
commitd9d02e26fe34b577f5b2dab1d654a3da49190449 (patch)
tree765ff84576dcc4d2b7edf3ba63f9ef561db15a60 /bin
parent1947fa82b24b9f5d526f5909454c8c7168ce3bd4 (diff)
downloadsmokeping-d9d02e26fe34b577f5b2dab1d654a3da49190449.tar.gz
smokeping-d9d02e26fe34b577f5b2dab1d654a3da49190449.tar.xz
updated version strings
intergrated fixes for alert priority settings
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 657af22..ec6501b 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.000901;
+use Smokeping 2.000904;
Smokeping::main("etc/config.dist");
diff --git a/bin/tSmoke.dist b/bin/tSmoke.dist
index 888e294..e1aa915 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 2.000901;
+use Smokeping 2.000904;
use Net::SMTP;
use Getopt::Long;
use Pod::Usage;