Nagios installation issue

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.
Post Reply
FramJamesgot
Posts: 6
Joined: Wed Jun 29, 2022 3:02 am

Nagios installation issue

Post by FramJamesgot »

make install - commandmode

/usr/bin/install -c -m 775 -o nagios -g nagcmd -d /usr/local/nagios/var/rw

chmod g+s /usr/local/nagios/var/rw
External command directory configured

make install-config

/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/etc

/usr/bin/install: invalid group ‘nagios’

make: *** [install-config] Error 1
During Nagios core installation steps I got the above error, I have created

the group already

useradd -m nagios

useradd: user 'nagios' already exists

groupadd nagcmd

groupadd: group 'nagcmd' already exists

usermod -a -G nagcmd nagios

usermod -a -G nagcmd apache

pwd
Please advise to echatspin echatrandom proceed further
Last edited by FramJamesgot on Fri Aug 12, 2022 6:10 am, edited 1 time in total.
SalinaSJames
Posts: 13
Joined: Sat Feb 12, 2022 1:21 am

Re: Nagios installation issue

Post by SalinaSJames »

Try to use below commands to complete it:

make install-groups-users
usermod -a -G nagios apache
make install
You have been created 'nagcmd' user group, but use 'nagios' group name in omegle shagle voojio install command.
Feativill
Posts: 6
Joined: Mon Jul 03, 2023 3:42 am

Re: Nagios installation issue

Post by Feativill »

geometry dash
SalinaSJames wrote: Thu Aug 04, 2022 4:40 am Try to use below commands to complete it:

make install-groups-users
usermod -a -G nagios apache
make install
You have been created 'nagcmd' user group, but use 'nagios' group name in omegle shagle voojio install command.
Thanks for sharing this command i fixed the problem.
Post Reply