Setting up nagios server with cloud VPS

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
harish01737
Posts: 1
Joined: Thu Oct 01, 2020 1:34 am

Setting up nagios server with cloud VPS

Post by harish01737 »

Hi Guys,

I am new to nagios. We have our wordpress website hosted in a third party Cloud VPS service called upcloud. Now, we want to set up nagios on a linux server hosted in a virtual machine at remote location. Just wondering how this can be setup, it's topology, configuration etc., Kindly, it would be much appreciated and helpful if you leave me your thoughts behind this process.

Best,
Harish
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Setting up nagios server with cloud VPS

Post by gormank »

It's probably best if you read some docs on how Nagios works, then install it. Host alive checks are typically done with ICMP. It needs to be able to connect to the hosts on port 5666 by default if you plan to use an agent installed on hosts, such as NCPA or NRPE. If you prefer agentless monitoring 5666 isn't needed, but you'll need to then decide how you want to monitor hosts.
Nagios is very flexible so how to monitor is too large a subject to start explaining. You can use an agent, SNMP, SSH, passive checks, etc.
Locked