I had this problem with NSCA not too long ago. The fix for me was to edit the init script start function:
I changed this line: daemon $NscaBin -s -c $NscaCfg to daemon $NscaBin --daemon -c $NscaCfg Your distro may have something similar (this is out of Mandriva 2006). I am not sure why that change was necessary (not all installations I have exhibit the same problem), but it worked for me. Marc DeTrano >From: "Andrew M. Lyons" <[EMAIL PROTECTED]> >Subject: [Nagios-users] NSCA only accepts first check >To: [email protected] >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >Hi all, > >I'm trying to configure nsca, and I've run into a problem: NSCA only >accepts the first passive check that is sent to it, and all subsequent >checks fail. > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
