Nobody Check
# INSTALLATION INSTRUCTIONS
=======================================
Installing Nobody Check is simple.
Login to your server as root.
This script get installed at /usr/local/
1) Login to your server as the root user through shell
2) wget http://www.webhostgear.com/projects/nobodycheck/install.sh
3) chmod +x install.sh
4) ./install.sh
Wait for the installer to finish
5) rm -f install.sh
6) Open the /usr/local/nobody_check/nc.conf and put in your email address and select your options. Change the to email address to the address you want reports to be sent to.
Check if cron entry below has been updated
vi /var/spool/cron/root
0 */1 * * * /usr/local/nobody_check/nobody_check >/dev/null 2>&1
Example root cronjob runs once per hour
And then restart CRON
/etc/init.d/crond restart
Reports are only sent when a detection is found.
No comments:
Post a Comment