Sudo access to install Nagios

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
vinothsethuram
Posts: 147
Joined: Thu Nov 07, 2013 11:44 am

Sudo access to install Nagios

Post by vinothsethuram »

I am going to install nagios core in another linux machine for which I don't have root access. Is "sudo" access enough to install and configure nagios?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Sudo access to install Nagios

Post by slansing »

Would they allow you to su to root at all? I have not personally tested this, with Nagios XI this is a no go, but I'm not completely sure with Core. You can give it a shot and let us know if you run into issues. Just a heads up, if you do run into issues we likely won't be able to support you on this if you cannot gain true root access. As a prerequisite it is clearly stated:
During portions of the installation you'll need to have root access to your machine.
FTL
Posts: 72
Joined: Fri Oct 21, 2011 7:23 am

Re: Sudo access to install Nagios

Post by FTL »

sudo -s with the password works in Ubuntu.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Sudo access to install Nagios

Post by slansing »

Awesome, thanks for the tips FTL.
Locked