lsnet is a monitoring software written for Linux systems only.
http://www.boutell.com/gd/ the gd library and the presence of the procfs are a requirment
Compile:
./autogen.sh && ./configure && make && make install
Run the daemons:
lsnetd -a
Make sure the user running the daemon has write permissions to WEBDIR and LOGDIR locations.
After an hour or so run the image generation command lsgd, or just add the lscron.sh script to your crontab dir.
stats are then viewable at http://localhost/lsnet
or http://youwebsite.com/lsnet
lsnet logs install to /var/lib/lsnet by default (if upgrading from a previous 0.3.* you can cp your old logs over) config file installs to /etc/lsnet.conf and webfiles to /var/www/htdocs/lsnet by default
Product's homepage
Requirements:
· libgd
What's New in This Release: [ read full changelog ]
· This version added a -c option for providing an alternate config file at run time and a -v option for version info. pthreads support was added.
· Memory usage of lsnetd was reduced, and the speed of lsgd was improved.
· There were various code updates.