Hi, Thanks for the software, looks very promising. I'm having some trouble getting it to work though. I followed your guide in the Readme.txt and added a section in my httpd.conf :
<Directory "/var/www/html/lvs_stats"> Options ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> I can see the page with all the links, but when i click on one of them, the graphic isn't generated (there's nothing in /usr/local/lvs_stats/graph) and http error_log shows: [Fri Dec 12 15:26:40 2008] [error] [client 212.238.X.Y] script not found or unable to stat: /var/www/html/lvs_stats/graph/85.17.X.Y_80-conn.png, referer: http://85.17.X.Y/lvs_stats/index.cgi?graph_type=only_conns What did i do wrong? thanks, Sebastian On Mon, Nov 24, 2008 at 5:37 PM, taqu <[email protected]> wrote: > Hi, I recently created another LVS graphing tool. > This scripots parse 'ipvsadm -L -n --stats --exact' and generate > forllowing graph. > > I hope this scripts is useful for ip_vs user. > > * Project Home > http://sourceforge.jp/projects/lvs-stats > > * Screen Shot. > http://sourceforge.jp/projects/lvs-stats/wiki/FrontPage > > I used lvs_snmp module and cacti for several month, It need some fix > to parse 64 bit counter correctly. > and ip_vs statistics is reset for every keepalived reload. > This cause rrdtool asume counter is wraped and record very big value. > So I handle this issue in my program by recording last statistics and > ignoring negative delta value. > > -- > Taku > > _______________________________________________ > LinuxVirtualServer.org mailing list - [email protected] > Send requests to [email protected] > or go to http://lists.graemef.net/mailman/listinfo/lvs-users > _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
