SALAM
Simple Agent-Less Availability Monitor

-----------------
Dependancies
-----------------
Turnkey LAMP -- www.turnkeylinux.org (Tested 2009.10-hardy-x86)
php5-cli
php5-gd
dnsutils

-----------------
Install
-----------------
Copy salam directory to /usr/local/ (use SCP...if on windows use WinSCP)

Enter the following Commands at the console prompt as root

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
chmod +x /usr/local/salam/salam_run
chmod +x /usr/local/salam/plugins/*
chmod 777 /usr/local/salam/library/settings.php
chmod 777 /usr/local/salam/frontend/admin/.htpasswd

ln -s /usr/local/salam/salam.conf /etc/apache2/conf.d/salam.conf
/etc/init.d/apache2 restart

crontab -l > temp
cat /usr/local/salam/salam.cron >> temp
crontab temp
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Open a web browser and go to:
http://<ipaddress>/salam/install.php

Fill out the form:

From Email: if sending alerts outside your lan this must be a real domain ie: salam@yourdomain.com
To Email: email where you want to recieve alerts

MySQL Host:localhost
DB Name:salam
DB User:MySQL user account...usually root
DB Password:Whatever password setup for your MySQL user

SALAM Install Location:/usr/local/salam/

Administration Password: Password you want for administration mode(username is admin).



