PMON is a network socket monitor. It is designed to track changes to Network sockets and Unix domain sockets.
For More Information:
http://rfxnetworks.net/pmon.php
root@yourserver [~]# mkdir pmon
root@yourserver [~]# cd pmon
root@yourserver [~]# wget
http://rfxnetworks.net/downloads/pmon-current.tar.gz
root@yourserver [~]# gunzip pmon-current.tar.gz
root@yourserver [~]# tar -xvf pmon-current.tar
root@yourserver [~]# cd pmon-0.5
root@yourserver [~]# ./install.sh
root@yourserver [~]# cat README | more (If you wana checkout the readme)
root@yourserver [~]# pico /usr/local/pmon/pmon.conf (ADD your email then save)
root@yourserver [~]# pico /etc/cron.d/pmon (Make sure installer set cron)
root@yourserver [~]# cd /usr/local/sbin
root@yourserver [~]# pmon -g (Generates comparisson files)
Pmon is now installed, it will check based upon the cron job for any differences. You can also do a manul check by going into the /usr/local/sbin folder and doing "pmon -c"
Let me know if you run into any errors
