Create the following scripts in a file and call the file in crontab at desired intervals
echo “……………………. SERVER MONITORING REPORT ……………………..” > /scripts/report.txt
echo “APACHE SERVER:-” >> /scripts/report.txt
/sbin/service httpd status >> /scripts/report.txt
echo “MYSQL SERVER:-” >> /scripts/report.txt
/sbin/service mysqld status >> /scripts/report.txt
echo “SSH/SFTP:-” >> /scripts/report.txt
/sbin/service sshd status >> /scripts/report.txt
echo “SENDMAIL:-” >> /scripts/report.txt
/etc/init.d/sendmail status [...]
Archive for the ‘Linux’ Category
linux server status monitoring simple script
December 17th, 2010
Aneesh VPS at lowest price
July 9th, 2010
Aneesh Do not wonder.. it is true. you can buy a VPS from 7.95 USD / Month
How to insert a CSV file in to mysql database through mysql console
May 20th, 2010
Aneesh When you want to insert larger CSV file in to a mysql database using PhpMyadmin or any other GUI tools it may take long time or even it may be stopped. You can easily Import the CSV file in to mysql database using mysql command. Log on to the server and open mysql command and [...]
install mod ssl on apache
May 19th, 2010
Aneesh I am going to give you the steps to install mod_ssl on an Apache server by compiling the source.
Download the following packages
1. apache_1.3.14.tar.gz http://www.apache.org
2. openssl-0.9.6.tar.gz http://www.openssl.org
3. mod_ssl-2.7.1-1.3.14.tar.gz http://www.modssl.org
I have created a folder called /downloads/src and downloaded all packages here
Go to Apache source files and compile it as shown below
# ./configure –enable-module=so [...]
Job Vacancy Head System for Vectorshades
April 14th, 2010
Aneesh Job Profile : Head – Systems. — Contact at 9895527145 for applying
Salary is negotiable and could be anywhere around 30k
EDUCATION
• MBA–IT / • Post Graduate Diploma in System Development (PGDSD) ,
CAREER SKILLS
• MIS Solution Development / MIS Reporting skills
• Software Development (PHP/ASP/MYSQL/MSSQL) & Technical Support
• Systems Management
• Inventory control Systems
• Costing and negotiation skills
• Financial [...]



Posted in

