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

_______________________________________________
smokeping-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users

Reply via email to