NERD is not registered

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
mrroger
Posts: 2
Joined: Thu Jun 12, 2014 4:16 am

NERD is not registered

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NERD is not registered

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
mrroger
Posts: 2
Joined: Thu Jun 12, 2014 4:16 am

Re: NERD is not registered

Post by mrroger »

Thanks for answer ... so it is impossible to enable NERD within a yum package ?

Thanks a lot
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NERD is not registered

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked