/quantum-nagios

Primary LanguageVisual Basic

Nagios Core and NSClient++ installation and configuration instructions

  1. Nagios Core Installation
  2. Nagios Core Configuration
  3. NSClient++

To follow this tutorial, you must have superuser privileges on the Ubuntu 14.04 server that will run Nagios. Ideally, you will be using a non-root user with superuser privileges.


In this tutorial Microsoft Azure will be used as a cloud platform, hence the guide contains technical details that takes place for this provider, but may also appears in other solutions.

This tutorial assumes that your server has private networking enabled. If it doesn't, just replace all the references to private IP addresses with public IP ones.

Here is the typical network map, you should have at least two servers in one private network.

image

The following ports should be opened in your firewall settings. Since our network interfaces connected in the one VNET, root network security group polices will be inherited by all devices.

image

To check port status you may use telnet.

image

Make sure that your infrastructure supports ICMP protocol, in case of Microsoft Azure it doesn't and all public traffic will be blocked. To enable ICMP ping requests for private network on Windows VM's you should enable rule Echo Request - ICMPv4-In in Windows Firewall.

2016-08-11_19-33-20