The out-of-the-box configuration of ndoutils on Gentoo needs to be further improved to have it faster 'up and running' after emerging it. Reproducible: Always Steps to Reproduce: 1. emerge ndoutils 2. add broker variables to nagios.cfg 3. run "/etc/init.d/ndo2db start" Actual Results: ndo2db doesn't start because of a wrong set path for socket_name in ndo2db.cfg Expected Results: ndo2db should start without having to configure it first - portage should do this when emerging it I'll attach a patch for the current ndoutils-1.4_beta4 ebuild which fixes the path in ndo2db.cfg during the installation by executing a simple sed statement.
Created attachment 128915 [details, diff] This patch fixes the socket_name path in ndo2db.cfg
Fixed in CVS. Thanks for reporting!