diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-08-23 18:14:20 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-08-23 18:14:20 +0200 |
commit | d2815512ed313bf5ce7800c8b84e61aa173566df (patch) | |
tree | 7a72d779abc1d847faeb407171e42a0d5db65986 /bin | |
parent | 55490b1bfb539386b63e25a8fd90e56c0200c1e8 (diff) | |
download | smokeping-d2815512ed313bf5ce7800c8b84e61aa173566df.tar.gz smokeping-d2815512ed313bf5ce7800c8b84e61aa173566df.tar.xz |
alter probe names to be based on local hostname AND target host
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smokeping.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index 984139f..94e7807 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # -*-perl-*- -use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl); +use lib qw(/scratch/oetiker/rrd-trunk/lib/perl); use lib qw(lib); use strict; use warnings; |