Nagios: Difference between revisions

From Hack Sphere Labs Wiki
Jump to navigation Jump to search
Created page with "=Debian= aptitude install nagios3 nagios-plugins nagios-nrpe-plugin Set domain if you have one (else leave default) and set login user and password (it should prompt your f..."
 
Line 1: Line 1:
=Debian=
=Debian=


  aptitude install nagios3 nagios-plugins nagios-nrpe-plugin
  aptitude install nagios3 nagios-plugins nagios-nrpe-plugin nagios3-doc


Set domain if you have one (else leave default) and set login user and password (it should prompt your for both)
Set domain if you have one (else leave default) and set login user and password (it should prompt your for both)
Line 7: Line 7:
==Notes==
==Notes==
*http://www.howtoforge.com/installing-nagios-on-debian-lenny-and-monitoring-a-debian-lenny-server
*http://www.howtoforge.com/installing-nagios-on-debian-lenny-and-monitoring-a-debian-lenny-server
*http://www.the-tech-tutorial.com/wp-content/uploads/2011/07/nagios-config.png

Revision as of 13:38, 9 October 2013

Debian

aptitude install nagios3 nagios-plugins nagios-nrpe-plugin nagios3-doc

Set domain if you have one (else leave default) and set login user and password (it should prompt your for both)

Notes