I think I found the problem. In /var/log/messages it appears that the daemon was repeatedly trying to connect to MySQL prior to this issue but was failing - mysqld hadn't started yet. I did a "service opsview restart" and everything is working fine now. There was nothing returned for the lsof's and when I did the ps only the grep itself was returned in the list.
Thanks for the help. 2009/5/22 Ton Voon <[email protected]> > > On 22 May 2009, at 14:07, Derek Hardiman wrote: > > > No - SElinux and iptables are disabled. > > A bit more investigation shows that the ioctl message is a red herring > - will fix that in the code. You actually got a SIGPIPE error, which > means that the ndo deamon exited early. Is there anything in syslog > around the time of the file2sock errors? > > Other data required: > > lsof /usr/local/nagios/var/rw/opsview.cmd > > ps -ef | grep opsviewd > > lsof -p {pid of opsviewd} > > ls -l /usr/local/nagios/var/ndo.sock > > Also, what is disk space like? > > Ton > > _______________________________________________ > Opsview-users mailing list > [email protected] > http://lists.opsview.org/listinfo/opsview-users >
_______________________________________________ Opsview-users mailing list [email protected] http://lists.opsview.org/listinfo/opsview-users
