[smokeping-users] Smokeping on Wink2008
Alegria, Luis
lalegria at ics-canada.net
Wed Apr 1 18:23:04 CEST 2009
Hi everyone:
Thank you all for your help, I finally got this solved.. I'm happy to say that I have Smokeping 2.4.2 running (Fping only so far) under Rrdtool 1.2.30, Perl10...and Windows 2008
The contents of smokeping.pl under the cgi folder is
As follow
#!C:/Perl/bin/Perl.exe -w
# -*-perl-*-
#use strict;
#use warnings;
#use lib qw(rrdtool);
use lib qw(C:/smokeping-2.4.2/lib); ========>> Forward Slash - changing this made the difference
use lib qw(lib);
Smokeping::cgi("C:/smokeping-2.4.2/etc/config.dist");
But the contents of smokeping.pl under the bin folder is as follow
#!/Perl/bin/Perl.exe -w
# -*-perl-*-
use lib qw(C:\smokeping-2.4.2\lib); =========>> Backward SLASH
use lib qw(lib);
use strict;
use warnings;
use Smokeping (2.004002);
Smokeping::main("C:/smokeping-2.4.2/etc/config.dist");
Luis Alegria
Network Administrator
& Depot Systems
ICS Courier
More information about the smokeping-users
mailing list