Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
nagios [2015/09/21 16:43]
steve
nagios [2015/12/21 15:43]
steve
Line 2: Line 2:
  
 Nagios monitors system health and sends out alerts. Nagios monitors system health and sends out alerts.
 +
 +  * [[nrpe]]
 +  * [[Nagios plugins]]
  
 ==== Installation ==== ==== Installation ====
Line 39: Line 42:
  
 Some config files in ''/​etc/​nagios''​ may need their permissions adjusted so that Apache can have read access. Some config files in ''/​etc/​nagios''​ may need their permissions adjusted so that Apache can have read access.
 +
 +==== Configuration ====
 +
 +Verify that the configuration is correct:
 +
 +<​code>​
 +nagios -v /​etc/​nagios/​nagios.cfg
 +</​code>​
 +
 +You can test an nrpe check directly from the nagios server to the client to verify it's working:
 +
 +<​code>​
 +check_nrpe -c check_uptime -H 192.168.56.2
 +</​code>​