Difference between revisions of "Nagios Integration"

From OSNEXUS Online Documentation Site
Jump to: navigation, search
(Created page with "== Nagios Integration / Support == This article has some good detail on setting up [http://askubuntu.com/questions/145518/how-do-i-install-nagios Nagios] but the installation...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Category:integration_guide]]
 
== Nagios Integration / Support ==
 
== Nagios Integration / Support ==
  
Line 13: Line 14:
  
 
<pre>
 
<pre>
http://your-appliance-ip-address:8001/nagios3/
+
http://your-system-ip-address:8001/nagios3/
 
</pre>
 
</pre>

Latest revision as of 11:11, 3 May 2019

Nagios Integration / Support

This article has some good detail on setting up Nagios but the installation requires running just a couple of commands:

sudo apt-get update
sudo apt-get install -y nagios3

When installing Nagios for use with QuantaStor note that you must adjust the default port number for apache to something other than port 80 which conflicts with the QuantaStor web management service. For more information on changing the apache port numbers, please see this article which has more detail. To change the port numbers edit '/etc/apache2/ports.conf' and modify the default port number of 80 something like to 8001 and 443 to 4431. Finally, restart apache with 'service apache2 restart'.

After the port number has been changed you can then access Nagios via your web browser at the new port number like so:

http://your-system-ip-address:8001/nagios3/