You can download and view source code from github : https://github.com/loep/loep/
Also to get the latest source code, run following command:
# git clone https://github.com/loep/loep.git
Install Git with apt-get in one command on debian :
# apt-get install git-core
Install Git with yum in one command on centos :
# yum install git
In the first step, set execute permission for install.sh :
# cd loep
# chmod +x install.sh
Then, check dependencies, using -c switch :
# ./install -c
By using apt-get command; for example :
# apt-get install sysstat
# apt-get install bc
# apt-get install curl
...
By using yum command; for example :
# yum install sysstat
# yum install bc
# yum install curl
# yum install expr
...
There are 3 files of config existing in program's directory.
general.conf : For changing delay time in html pages, Changing number of lines read in logs and also changing web server's directory address. For example :
Please pay attention that, the form of config file does not change.
interface.conf : For monitoring bandwitch teraffic, Insert interfaces inside this file, For example :
heartbeat.conf : For uptime monitoring in other servers or devices, Insert ip addresses in this file, For example :