Page 1 of 1

Nagios installation issue

Posted: Thu Jul 28, 2022 4:50 am
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

Re: Nagios installation issue

Posted: Thu Aug 04, 2022 4:40 am
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.

Re: Nagios installation issue

Posted: Mon Jul 03, 2023 3:49 am
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.