[smokeping-users] help installing smokeping
G.W. Haywood
ged at jubileegroup.co.uk
Thu Aug 7 08:02:52 CEST 2008
Hi there,
On Wed, 6 Aug 2008, Alberto Lopez wrote:
> ERROR: /home/monitor/Public/smokeping: mandatory variable 'General' not defined
Did you read the documentation on setting up smokeping for your system?
8<----------------------------------------------------------------------
SETUP
When installing SmokePing, this file has to be adjusted to fit your local system. Three paths have to be entered.
One pointing to your rrdtool installation
use lib qw(/usr/pack/rrdtool-1.0.33-to/lib/perl);
One pointing to the place where you have installed the SmokePing libraries
use lib qw(/home/oetiker/public_html/smokeping/lib);
The third path is the argument to the Smokeping::main command. It points to the SmokePing configuration file.
use Smokeping;
Smokeping::main("/home/oetiker/.smokeping/config");
8<----------------------------------------------------------------------
It looks like your smokeping cannot find the configuration file.
The documentation contains an example of the way to do it.
Did you do that last step?
--
73,
Ged.
More information about the smokeping-users
mailing list