canmove, Confirmed users
6,439
edits
Line 72: | Line 72: | ||
make install | make install | ||
Remove the comments from the PYTHONHOME and PATH entries in ~/.bash_profile | Remove the comments from the PYTHONHOME and PATH entries in ~/.bash_profile | ||
=== Installing Nagios NRPE Daemon === | |||
wget http://dag.wieers.com/rpm/packages/nagios-plugins/nagios-plugins-1.4.9-1.el5.rf.i386.rpm | |||
wget http://dag.wieers.com/rpm/packages/nagios-nrpe/nagios-nrpe-2.5.2-1.el5.rf.i386.rpm | |||
wget http://dag.wieers.com/rpm/packages/nagios-nrpe/nagios-plugins-nrpe-2.5.2-1.el5.rf.i386.rpm | |||
rpm --nodeps -i *.rpm | |||
chkconfig --level 235 nrpe on | |||
# todo: make sure this is right after configs get checked in | |||
cvs co -d nagios mozilla/tools/nagios | |||
mv nagios/nrpe-linux.cfg /etc/nagios/nrpe.cfg | |||
== Steps to be completed on a fresh VM == | == Steps to be completed on a fresh VM == |