ERROR starting 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
donnyforbes
Posts: 357
Joined: Tue Jun 13, 2017 2:17 pm

ERROR starting Nagios

Post by donnyforbes »

Brand new install of nagios core 4.3.2 made some modification to the config file for monitoring per instruction but now getting this error when trying to start nagios.

[root@nag init.d]# service nagios start
Starting nagios (via systemctl): Job for nagios.service failed because the control process exited with error code. See "systemctl status nagios.service" and "journalctl -xe" for details.

Please advise so I can get this working ...

Thank you,
mdomanski
Posts: 23
Joined: Thu Dec 15, 2016 11:17 am

Re: ERROR starting Nagios

Post by mdomanski »

please provide output from command:
/path/to/the/nagios/binnary -v /path/to/the/nagios/cfg/file.cfg

default:

Code: Select all

/usr/local/nagios/bin/nagios-v /usr/local/nagios/etc/nagios.cfg
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: ERROR starting Nagios

Post by dwhitfield »

What do "systemctl status nagios.service" and "journalctl -xe" say? Please put the output in a code block. The "Code" button is the fifth from the left on the post input screen (between Quote and List).
Locked