Package: ndoutils
Version: 1.4b9-1.1
Severity: normal

The log file /var/log/nagios3/nagios.log reports:
  ndomod: Still unable to connect to data sink.  4959 items lost, 5000 queued 
items to flush.

The problem was that the socket was not created, check for the socket:
  ls -l /var/cache/nagios3/ndo.sock

The problem was that an extra slash was added in the socket name in
  /var/cache/nagios3//ndo.sock

Solution:
 Remove all the double slashes in :
ndo2db.cfg:socket_name=/var/cache/nagios3//ndo.sock
ndomod.cfg:output=/var/cache/nagios3//ndo.sock
 and restart daemon:
   /etc/init.d/ndoutils restart


-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to