# Point the lib variables to your implementation
-use lib "$FindBin::Bin/../thirdparty/lib/perl5";
-use lib "$FindBin::Bin/../lib";
+use lib "__PERL5__ARCHLIB__/auto/RRDs";
+use lib "__PREFIX__/lib/smokeping/lib";
# Point to your Smokeping config file
-my $cfgfile = "etc/config.dist";
+my $cfgfile = "__PREFIX__/etc/smokeping/config";
-When installing tSmoke, some variables must be adjusted to fit your local system.
-We need to use the following B<libraries>:
-=item RRDTool Perl bindings
- use lib "/usr/local/smokeping/lib";
- use lib "/usr/local/rrdtool-1.0.39/lib/perl";
-Point to your Smokeping B<config> file
- my $cfgfile = "/usr/local/smokeping/etc/config";
-Modify the Smokeping config file to include a path for tmail in the
- tmail = /usr/local/smokeping/etc/tmail