Got Blorped?

Tech Blog

Monit configuration file for SSHD

without comments

check process sshd with pidfile /var/run/sshd.pid
start program “/etc/init.d/sshd start”
stop program “/etc/init.d/sshd stop”
if failed host 188.40.81.196 port 2499 protocol ssh then restart
if 5 restarts within 5 cycles then timeout

Written by admin

August 9th, 2009 at 12:18 pm

Posted in Monit

Monit configuration file for Apache2

without comments

Config file for Apache2 on Monit based
Read the rest of this entry »

Written by admin

August 9th, 2009 at 1:26 am

Posted in Monit

Howto disable ping to your Centos server

without comments

Simple steps to disable ping to your Centos linux server

Read the rest of this entry »

Written by admin

August 9th, 2009 at 12:05 am

Posted in Centos, Linux