Page 1 of 1

NERD is not registered

Posted: Fri Sep 20, 2019 3:45 am
by mrroger
Hi all.

I have installed nagios 4.4.3 on centos 7 from yum.

I would like to test NERD functionality but it seems it does not start correctly. As you can see from log, nerd hostchecks and servicechecks are not registered and not available to be queried.

Why NERD is not started ? What I need to check ?

Thanks for helping !!

Giovanni

[1568706166] Nagios 4.4.3 starting... (PID=39121)
[1568706166] Local time is Tue Sep 17 09:42:46 CEST 2019
[1568706166] LOG VERSION: 2.0
[1568706166] qh: Socket '/var/spool/nagios/cmd/nagios.qh' successfully initialized
[1568706166] qh: core query handler registered
[1568706166] qh: echo service query handler registered
[1568706166] qh: help for the query handler registered

[1568706166] wproc: Successfully registered manager as @wproc with query handler
[1568706166] wproc: Registry request: name=Core Worker 39125;pid=39125

Re: NERD is not registered

Posted: Fri Sep 20, 2019 7:23 am
by scottwilkerson
nerd is disabled by default.

You need to compile from source and enable with --enable-nerd during ./configure

Source install instructions can be found here
https://support.nagios.com/kb/article/n ... ce-96.html

Re: NERD is not registered

Posted: Tue Sep 24, 2019 12:11 pm
by mrroger
Thanks for answer ... so it is impossible to enable NERD within a yum package ?

Thanks a lot

Re: NERD is not registered

Posted: Tue Sep 24, 2019 1:09 pm
by scottwilkerson
mrroger wrote:Thanks for answer ... so it is impossible to enable NERD within a yum package ?

Thanks a lot
that would be correct