root 19343 9380 0 12:51 pts/0 00:00:00 grep ido2
Florian -----Ursprüngliche Nachricht----- Von: icinga-users [mailto:[email protected]] Im Auftrag von Carl R. Friend Gesendet: Montag, 9. Februar 2015 12:43 An: Icinga User's Corner Betreff: Re: [icinga-users] Still unable to connect to data sink On Mon, 9 Feb 2015, Florian Kluender wrote: > can anybody help me with this problem? > > Feb 9 10:21:27 icinga ido2db: IDO2DB 1.12.1 starting... (PID=5777) > > Feb 9 10:21:32 icinga icinga: idomod: Still unable to connect to data sink. > 1480 items lost, 5000 queued items to flush. Is ido2db running and > processing data? Is the ido2db process running? Try a "ps -ef | grep ido2" to see. There should be two -- a parent and a child. The child is the one that actually connects to the database. If you only see one running, it's not properly operational. Is there anything in the UNIX log files? The ido2db process typically logs to the "user.info" level. Find out which file in /var/log/collects that output "grep user /etc/syslog.conf"; the entry at the right will be the file name to look at. If there is no such entry, create one (read the man pages for syslog or the logging facility your machine uses). Finally, when editing files in the UNIX world, please use a UNIX editor -- vi, emacs, pico, &c. Don't edit UNIX files in a DOS or Windows editor -- you *will* corrupt them and many utilities will quietly hide the fact from you. Cheers! +------------------------------------------------+---------------------+ | Carl Richard Friend (UNIX Sysadmin) | West Boylston | | Minicomputer Collector / Enthusiast | Massachusetts, USA | | mailto:[email protected] +---------------------+ | http://users.rcn.com/crfriend/museum | ICBM: 42:22N 71:47W | +------------------------------------------------+---------------------+ _______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users _______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
