Wednesday, March 27, 2013

How To Install Process Resource Monitor (PRM)


PRM monitors the process table on a given system and matches process id's with set resource limits in the config file or per-process based rules. Process id's that match or exceed the set limits are logged and killed; includes e-mail alerts, kernel logging routine and more

Downloading, Installing PRM

Code: [Select]
cd /usr/local/src
wget http://www.rfxn.com/downloads/prm-current.tar.gz
tar -zxvf prm-current.tar.gz
cd prm-1.*
./install.sh
rm -Rf /usr/local/src/prm* && cd

Configure PRM Config

Code: [Select]
nano -w /usr/local/prm/conf.prm
Turn on Email Alerts

It's useful while monitoring :P

No comments:

Post a Comment