Thanks Marc, Leigh and all the wonderful folks that have helped to get my smokeping giant up. Was sure a painful process. A few questions please: 1.. How can the status of the monitored link be also displayed ie link up or down ? 2.. Like mrtg, can smokeping manage devices such that a device is monitored using only 1 ip and all the active interfaces on the device will be added to the graph. 3.. how can i have different views for different clients such that a client can only view his link statistic and not that for another client ? Kind regards
Dayo ----- Original Message ----- From: "Marc Powell" <[EMAIL PROTECTED]> To: "Dayo Adeyeye" <[EMAIL PROTECTED]>; "Smokeping Users" <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 9:48 PM Subject: [smokeping-users] Re: Error starting smokeping > > > > -----Original Message----- > > From: Dayo Adeyeye [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 09, 2003 3:04 PM > > To: Smokeping Users > > > > Thanks Marc. > > > > Smokeping is starting now. i had to edit that line in my config file. > > > > Problem now is that when I do a http://myserver/cgi-bin/smokeping.cgi, > I > > get > > the following errors on the displayed page: > > > > WARNING: creating /var/www/html/smokeping/rrdtool.png: Permission > denied > > > > ERROR: creating /var/www/html/smokeping/World: No such file or > directory > > > > How can I correct this please ? > > Modify the permissions on /var/www/html/Smokeping/* such that the user > your web server is running as can create files and directories. There > are several ways of doing that, some better than others, from chmod -R > 777 /var/www/html/Smokeping/* (not recommended) to creating a group that > the Smokeping user and the web server user share and chgrp -R > <sharedgroup> /var/www/html/Smokeping/*;chmod -R g+w > /var/www/html/Smokeping/* > > -- > Marc > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/smokeping-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
