ReferencePlatforms/Linux-Hardware: Difference between revisions

Jump to navigation Jump to search
Line 171: Line 171:
  export PATH="/tools/python/bin:$PATH"
  export PATH="/tools/python/bin:$PATH"
  python setup.py install
  python setup.py install
=== 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


== To Do for a new machine ==
== To Do for a new machine ==
977

edits

Navigation menu