Closed icinga-migration closed 6 years ago
Updated by mfrosch on 2014-03-29 14:54:08 +00:00
Hey there, I was testing on a Debian jessie system, and the current livestatus loads without a problem, and is working with Nagvis.
My livestatus is 1.2.2p3-1
We need more information to test this. Icinga is self-compiled I suppose?
What version of livestatus do you have, and is it self-built as well?
It would also help to track down with gdb/strace what really happens inside.
Cheers Markus
Updated by mfriedrich on 2014-03-29 15:28:09 +00:00
Not reproducible with that little information provided.
Remark: All components are fresh installs on Debian Jessie, not oldstable.
michi@imagine ~/coding/addons $ wget http://mathias-kettner.de/download/mk-livestatus-1.2.4.tar.gz
michi@imagine ~/coding/addons $ tar xzf mk-livestatus-1.2.4.tar.gz
michi@imagine ~/coding/addons $ cd mk-livestatus-1.2.4/
michi@imagine ~/coding/addons/mk-livestatus-1.2.4 $ ./configure --libdir=/usr/lib
michi@imagine ~/coding/addons/mk-livestatus-1.2.4 $ sudo vim /etc/icinga/modules/livestatus.cfg
define module{
module_name livestatus
module_type neb
path /usr/lib/mk-livestatus/livestatus.o
args /var/icinga/rw/livestatus
}
michi@imagine ~/coding/addons/mk-livestatus-1.2.4 $ sudo service icinga restart
Running configuration check...OK
icinga is already stopped!
Starting icinga: Starting icinga done.
michi@imagine ~/coding/addons/mk-livestatus-1.2.4 $ sudo make install
michi@imagine ~/coding/addons/mk-livestatus-1.2.4 $ sudo echo 'GET contacts' | sudo unixcat /var/icinga/rw/livestatus
address1;address2;address3;address4;address5;address6;alias;can_submit_commands;custom_variable_names;custom_variable_values;custom_variables;email;host_notification_period;host_notifications_enabled;in_host_notification_period;in_service_notification_period;modified_attributes;modified_attributes_list;name;pager;service_notification_period;service_notifications_enabled
2743bumstiaddress1;2743bumstiaddress2;;2743bumstiaddress4;;2743bumstiaddress6;Icinga Test Admin;1;;;;2743icinga@localhost;testconfig-24x7;1;1;1;0;;2743testconfig-admin;2743bumstipager;testconfig-24x7;1
;;;;;;Icinga Test Manager;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;2743testconfig-manager;;testconfig-24x7;1
;;;;;;Icinga Test Operator;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;2743testconfig-operator;;testconfig-24x7;1
;;;;;;Icinga Test Ticket;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;2743testconfig-ticket;;testconfig-24x7;1
;;;;;;Icinga Test User;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;2743testconfig-user;;testconfig-24x7;1
;;;;;;Icinga Test User Notification Options;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;2743testconfig-user-notification-options;;testconfig-24x7;1
;;;;;;Icinga Test Admin;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;3088testconfig-admin;;testconfig-24x7;1
;;;;;;3441Icinga Test Admin;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;3441testconfig-admin1;;testconfig-24x7;1
;;;;;;3441Icinga Test Admin;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;3441testconfig-admin2;;testconfig-24x7;1
;;;;;;3441Icinga Test Admin;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;3441testconfig-admin3;;testconfig-24x7;1
;;;;;;3715testconfig-user01;1;;;;icinga@localhost;24x7;1;1;1;0;;3715testconfig-user01;;24x7;1
;;;;;;3715testconfig-user02;1;;;;icinga@localhost;24x7;1;1;1;0;;3715testconfig-user02;;24x7;1
;;;;;;3715testconfig-user03;1;;;;icinga@localhost;24x7;1;1;1;0;;3715testconfig-user03;;24x7;1
;;;;;;admin_1502;1;;;;;testconfig-24x7_1502;0;1;1;0;;admin_1502;;testconfig-24x7_1502;0
;;;;;;Icinga Admin;1;;;;icinga@localhost;24x7;1;1;1;0;;icingaadmin;;24x7;1
;;;;;;Icinga Test Admin;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;testconfig-admin;;testconfig-24x7;1
;;;;;;testconfig-michi;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;testconfig-michi;;testconfig-24x7;1
;;;;;;foobar;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;testconfig-singlecontact;;testconfig-24x7;1
;;;;;;testconfig-test_contact_alias;1;;;;icinga@localhost;testconfig-24x7;1;1;1;0;;testconfig-test_contact;;testconfig-24x7;1
;;;;;;1367_stalk_all;1;;;;root@localhost;testconfig-24x7;1;1;1;0;;testconfig-test_contact_1367_stalk_all;;testconfig-24x7;1
;;;;;;1367_stalk_all;1;;;;root@localhost;testconfig-24x7;1;1;1;0;;testconfig-test_contact_1367_stalk_hosts;;testconfig-24x7;1
;;;;;;1367_stalk_all;1;;;;root@localhost;testconfig-24x7;1;1;1;0;;testconfig-test_contact_1367_stalk_services;;testconfig-24x7;1
michi@imagine ~/coding/addons/mk-livestatus-1.2.4 $ icinga --version
Icinga 1.11.1
Copyright (c) 2009-present Icinga Development Team (http://www.icinga.org)
Copyright (c) 2009-2013 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 03-28-2014
License: GPL
Mar 29 16:19:22 imagine icinga: Icinga 1.11.1 starting... (PID=8539)
Mar 29 16:19:22 imagine icinga: Local time is Sat Mar 29 16:19:22 CET 2014
Mar 29 16:19:22 imagine icinga: LOG VERSION: 2.0
Mar 29 16:19:22 imagine icinga: livestatus: Livestatus 1.2.4 by Mathias Kettner. Socket: '/var/icinga/rw/livestatus'
...
Mar 29 16:19:22 imagine icinga: livestatus: Finished initialization. Further log messages go to /var/log/icinga/livestatus.log
Mar 29 16:19:22 imagine icinga: Event broker module '/usr/lib/mk-livestatus/livestatus.o' initialized successfully.
Mar 29 16:19:23 imagine icinga: Finished daemonizing... (New PID=8540)
Updated by jschanz on 2014-03-30 08:49:36 +00:00
Got the same problem after a update to 1.11.0. Trying to get more information tomorrow. Have seen, that a reload / restart of the Icinga core produces this problem. Stopping and starting with a little timespan between both works as expected.
Updated by ABauer on 2014-03-31 11:04:53 +00:00
Hi,
@jschanz: You're right. After I did
/etc/init.d/icinga stop
#waiting 3s.
/etc/init.d/icinga start
Everythins works as expected.
However, I was able to reproduce this behaviour, by
#Configure/Compile, then
make install install-base install-cgis install-html install-init install-commandmode install-idoutils
/etc/init.d/icinga checkconfig
/etc/init.d/icinga restart
Maybe it is a kind of a timing problem within the restart script?
Updated by jschanz on 2014-04-01 10:37:21 +00:00
I'm not sure, but sometimes it is reproducible under high load of the icinga core. If checked the git commits for 1.11.0 an have seen, that there are some essential modifications which could cause the problem:
https://github.com/Icinga/icinga-core/commit/5096fc056fd38cc358b765a7bf1774221d2326ec
Could you please try the init script of 1.10.3? The problem with livestatus should not occur there.
Updated by mfriedrich on 2014-06-20 08:59:35 +00:00
Any feedback?
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:02:24 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:02:13 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:02:12 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 8FD8BB4E2C; Fri, 20 Jun 2014 11:02:12 +0200 (CEST) Date: Fri, 20 Jun 2014 11:02:12 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 250fea51dbf4a49a67ae5fe9c310b15f-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 06C4517B0004 X-antispameurope-date: 1403254932 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:02:37 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:02:25 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:02:24 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 77A3BB4E2A; Fri, 20 Jun 2014 11:02:24 +0200 (CEST) Date: Fri, 20 Jun 2014 11:02:24 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: e0c54f39ebc5985e6620f152394fccb8-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with E005917B000F X-antispameurope-date: 1403254944 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:02:53 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:02:38 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:02:37 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id C3034B4E2A; Fri, 20 Jun 2014 11:02:37 +0200 (CEST) Date: Fri, 20 Jun 2014 11:02:37 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 27a31dbb494f105bca1a3a6f49cdccac-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 3A60617B0006 X-antispameurope-date: 1403254957 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:03:01 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:02:55 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:02:54 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 14FF9B4E2A; Fri, 20 Jun 2014 11:02:54 +0200 (CEST) Date: Fri, 20 Jun 2014 11:02:54 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 439b289af3c8701f66b6190fc407507a-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 804EE17B0003 X-antispameurope-date: 1403254973 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:03:12 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:03:03 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:03:02 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id EF933B4E2A; Fri, 20 Jun 2014 11:03:01 +0200 (CEST) Date: Fri, 20 Jun 2014 11:03:01 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 8fcc53a35a8d617b93eefa465d57faa8-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 700E017B0003 X-antispameurope-date: 1403254981 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:03:38 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:03:13 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:03:12 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 6C5A5B4E2A; Fri, 20 Jun 2014 11:03:12 +0200 (CEST) Date: Fri, 20 Jun 2014 11:03:12 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: b620a2729803602641850682eadd37cb-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with D2F6E17B000F X-antispameurope-date: 1403254992 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:04:03 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:03:40 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:03:39 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 098C8B4E2A; Fri, 20 Jun 2014 11:03:39 +0200 (CEST) Date: Fri, 20 Jun 2014 11:03:39 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 42016d499b3b35bf0c0e995324a69095-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 71DD817B0003 X-antispameurope-date: 1403255018 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:04:10 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:04:04 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:04:03 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 609A6B4E2A; Fri, 20 Jun 2014 11:04:03 +0200 (CEST) Date: Fri, 20 Jun 2014 11:04:03 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 64c3fdb0b58c74367225b87c31d40e41-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with C85BC17B0005 X-antispameurope-date: 1403255043 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:04:21 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:04:12 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:04:11 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 283EFB4E2A; Fri, 20 Jun 2014 11:04:11 +0200 (CEST) Date: Fri, 20 Jun 2014 11:04:11 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: f8aedc937a492a967eb29ec86fdc70e4-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 9731417B0006 X-antispameurope-date: 1403255050 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:04:29 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:04:22 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:04:21 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 894B4B4E2A; Fri, 20 Jun 2014 11:04:21 +0200 (CEST) Date: Fri, 20 Jun 2014 11:04:21 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 65166313f8febc3890f4ca2a2d387b83-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with F373D17B0001 X-antispameurope-date: 1403255061 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:04:36 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:04:30 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:04:29 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 42D8AB4E2A; Fri, 20 Jun 2014 11:04:29 +0200 (CEST) Date: Fri, 20 Jun 2014 11:04:29 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 4f101777f29f2187af66fa29f67cd148-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with ABC9D17B0001 X-antispameurope-date: 1403255069 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:04:47 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:04:37 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:04:36 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 6D142B4E2A; Fri, 20 Jun 2014 11:04:36 +0200 (CEST) Date: Fri, 20 Jun 2014 11:04:36 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 954999c4bda8cf9039bd8542bdba0843-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with E353217B0001 X-antispameurope-date: 1403255076 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:04:56 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:04:48 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:04:47 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id E011EB4E2A; Fri, 20 Jun 2014 11:04:47 +0200 (CEST) Date: Fri, 20 Jun 2014 11:04:47 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 7bfdeb885a9292c33174d8c96b171f8c-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 59A8517B0008 X-antispameurope-date: 1403255087 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:05:05 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:04:58 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:04:57 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id BAA6BB4E2A; Fri, 20 Jun 2014 11:04:56 +0200 (CEST) Date: Fri, 20 Jun 2014 11:04:56 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 3bcd446779f1c56133550895c6be7673-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 4CDA917B0009 X-antispameurope-date: 1403255096 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:05:16 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:05:06 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:05:05 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 2A486B4E2A; Fri, 20 Jun 2014 11:05:05 +0200 (CEST) Date: Fri, 20 Jun 2014 11:05:05 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: f1d1bc860e5ea010f00732006534f70a-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with F09E517B0008 X-antispameurope-date: 1403255105 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:05:25 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:05:18 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:05:17 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 08B30B4E2A; Fri, 20 Jun 2014 11:05:17 +0200 (CEST) Date: Fri, 20 Jun 2014 11:05:17 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: ddd5321ceed7a6f77b194b3f8b92e565-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 7C8ED17B0004 X-antispameurope-date: 1403255116 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:05:35 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:05:26 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:05:25 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 59318B4E2A; Fri, 20 Jun 2014 11:05:25 +0200 (CEST) Date: Fri, 20 Jun 2014 11:05:25 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: b5c9ee008567c9b94c932fa77e50bfa9-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with CA03717B0003 X-antispameurope-date: 1403255125 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:05:42 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:05:36 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:05:35 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 2BB97B4E2A; Fri, 20 Jun 2014 11:05:35 +0200 (CEST) Date: Fri, 20 Jun 2014 11:05:35 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 1b54e58edad5e12ba7a42bf527a56e9f-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 9472117B0009 X-antispameurope-date: 1403255135 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:05:54 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:05:44 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:05:43 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id E99AAB4E2A; Fri, 20 Jun 2014 11:05:42 +0200 (CEST) Date: Fri, 20 Jun 2014 11:05:42 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 741423725161750ba20183383b0e38df-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 620D417B0006 X-antispameurope-date: 1403255142 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:06:06 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:05:56 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:05:55 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id E80DCB4E2A; Fri, 20 Jun 2014 11:05:54 +0200 (CEST) Date: Fri, 20 Jun 2014 11:05:54 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: a54094a3cc86c8bbac2bedff75e54f61-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 5ADB117B0012 X-antispameurope-date: 1403255154 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:06:18 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:06:08 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:06:07 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id EC3E7B4E2A; Fri, 20 Jun 2014 11:06:06 +0200 (CEST) Date: Fri, 20 Jun 2014 11:06:06 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: ba2db36806d10028aa0e1afe71989f7a-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 61D2017B0012 X-antispameurope-date: 1403255166 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:06:47 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:06:19 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:06:18 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 9EF62B4E2A; Fri, 20 Jun 2014 11:06:18 +0200 (CEST) Date: Fri, 20 Jun 2014 11:06:18 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: b653579889450752e36c402eaed8c7c1-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 1568617B000A X-antispameurope-date: 1403255178 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:07:07 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:06:48 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:06:47 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 30C5FB4E2A; Fri, 20 Jun 2014 11:06:47 +0200 (CEST) Date: Fri, 20 Jun 2014 11:06:47 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 4f087a6ce346bdcecc08fc756b82b324-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 9874217B0001 X-antispameurope-date: 1403255206 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:07:19 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:07:08 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:07:07 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 69ABAB4E2A; Fri, 20 Jun 2014 11:07:07 +0200 (CEST) Date: Fri, 20 Jun 2014 11:07:07 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 35b403b66c589aabd58b173503b5a0f4-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with CF0A717B0003 X-antispameurope-date: 1403255227 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:07:36 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:07:21 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:07:20 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 1A143B4E2A; Fri, 20 Jun 2014 11:07:20 +0200 (CEST) Date: Fri, 20 Jun 2014 11:07:20 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 0499eea3dc9f5d143ca1912cedde0636-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 7E93D17B0008 X-antispameurope-date: 1403255240 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:07:45 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:07:38 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:07:37 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 18188B4E2A; Fri, 20 Jun 2014 11:07:37 +0200 (CEST) Date: Fri, 20 Jun 2014 11:07:37 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 7e884332ddb83ba8d50e9765b531bb03-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 7E3F717B0008 X-antispameurope-date: 1403255256 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:07:52 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:07:46 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:07:45 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 40938B4E2A; Fri, 20 Jun 2014 11:07:45 +0200 (CEST) Date: Fri, 20 Jun 2014 11:07:45 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 400637715009b429ab3dacab12a878d2-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with A5ED317B0006 X-antispameurope-date: 1403255265 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:08:03 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:07:53 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:07:52 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 3AC5EB4E2A; Fri, 20 Jun 2014 11:07:52 +0200 (CEST) Date: Fri, 20 Jun 2014 11:07:52 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: e10bde084714cf4f9fbe4507ca0229ee-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 9EB4A17B0008 X-antispameurope-date: 1403255272 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:08:13 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:08:04 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:08:03 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 9BEF4B4E2A; Fri, 20 Jun 2014 11:08:03 +0200 (CEST) Date: Fri, 20 Jun 2014 11:08:03 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 6afe191c94df6cc99b97c472bf7743ff-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 0BE1717B0006 X-antispameurope-date: 1403255283 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:08:34 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:08:15 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:08:14 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 08ED4B4E2A; Fri, 20 Jun 2014 11:08:14 +0200 (CEST) Date: Fri, 20 Jun 2014 11:08:14 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 64fb2e0d65f3e66e560731b7ac509abd-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 6E35F17B0005 X-antispameurope-date: 1403255293 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:08:47 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:08:35 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:08:34 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 67ADBB4E2A; Fri, 20 Jun 2014 11:08:34 +0200 (CEST) Date: Fri, 20 Jun 2014 11:08:34 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: c499520464db16bc0ddc67bdd8c53548-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with CA83D17B000F X-antispameurope-date: 1403255314 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:08:58 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:08:49 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:08:48 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 00C5EB4E2B; Fri, 20 Jun 2014 11:08:48 +0200 (CEST) Date: Fri, 20 Jun 2014 11:08:47 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 987d76ff491e5887be12c0ec10b24bac-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 6466317B0003 X-antispameurope-date: 1403255327 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:09:12 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:08:59 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:08:58 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 3C91FB4E2B; Fri, 20 Jun 2014 11:08:58 +0200 (CEST) Date: Fri, 20 Jun 2014 11:08:58 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: cfea5dfc90b8426c062a65c6f1b522d8-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with A221917B0003 X-antispameurope-date: 1403255338 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:09:23 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:09:13 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:09:12 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 8A5F8B4E2A; Fri, 20 Jun 2014 11:09:12 +0200 (CEST) Date: Fri, 20 Jun 2014 11:09:12 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 65c096bef54e7303e99f97f57fbad84d-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with F01C517B000A X-antispameurope-date: 1403255352 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:09:32 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:09:24 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:09:23 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 9DC76B4E2A; Fri, 20 Jun 2014 11:09:23 +0200 (CEST) Date: Fri, 20 Jun 2014 11:09:23 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 6ac5564fa3ab4ae56f11698f9fdebd70-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 0F43B17B0001 X-antispameurope-date: 1403255363 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:09:52 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:09:34 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:09:32 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 5189AB4E2A; Fri, 20 Jun 2014 11:09:32 +0200 (CEST) Date: Fri, 20 Jun 2014 11:09:32 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 3845004417e6ccc9356a518249a9a838-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 74E0A17B000D X-antispameurope-date: 1403255372 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:10:05 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:09:54 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:09:53 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 4BA96B4E2A; Fri, 20 Jun 2014 11:09:52 +0200 (CEST) Date: Fri, 20 Jun 2014 11:09:52 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 95e149c0708ca5ea2c230644a3ca6630-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 52E5017B000A X-antispameurope-date: 1403255393 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:10:26 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:10:21 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:10:19 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id F1AE1B4E2A; Fri, 20 Jun 2014 11:10:05 +0200 (CEST) Date: Fri, 20 Jun 2014 11:10:05 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: a8c97ec8ca3b8eadeb4d79a973f7f68f-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 892D117B0006 X-antispameurope-date: 1403255417 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:10:36 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:10:28 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:10:27 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 125FBB4E2A; Fri, 20 Jun 2014 11:10:27 +0200 (CEST) Date: Fri, 20 Jun 2014 11:10:27 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 79adba0f9b5478fe34ee9c758c24aa2c-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 8293617B0001 X-antispameurope-date: 1403255426 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:10:54 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:10:37 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:10:36 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 8B0A1B4E2A; Fri, 20 Jun 2014 11:10:36 +0200 (CEST) Date: Fri, 20 Jun 2014 11:10:36 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 157ac49b52cbc3f22120c9ca9c634af4-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with F2D4A17B0006 X-antispameurope-date: 1403255436 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:11:09 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:10:55 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:10:54 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 5D1D2B4E2A; Fri, 20 Jun 2014 11:10:54 +0200 (CEST) Date: Fri, 20 Jun 2014 11:10:54 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 84d0f1cba567c05fbeab1c8ec3d5061f-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with DB2EC17B0001 X-antispameurope-date: 1403255454 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:11:22 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:11:10 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:11:09 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 75ACAB4E2A; Fri, 20 Jun 2014 11:11:09 +0200 (CEST) Date: Fri, 20 Jun 2014 11:11:09 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: 853c327ea86ea6e5ef195e9676241d6c-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with E021017B0011 X-antispameurope-date: 1403255469 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:11:30 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:11:23 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:11:22 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id 66947B4E2A; Fri, 20 Jun 2014 11:11:22 +0200 (CEST) Date: Fri, 20 Jun 2014 11:11:22 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: c7ed6f05be4e2eb10a6f065c2e371ccf-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with CB17417B000E X-antispameurope-date: 1403255482 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
Updated by postmaster@DERTOUR.DE on 2014-06-20 09:11:39 +00:00
Fehler bei der Nachrichtenzustellung an folgende Empfänger oder Gruppen:
andreas.bauer@der.net Die eingegebene E-Mail-Adresse konnte nicht gefunden werden. Überprüfen Sie die E-Mail-Adresse des Empfängers, und versuchen Sie, die Nachricht erneut zu senden. Wenden Sie sich an den Helpdesk, falls das Problem weiterhin besteht.
Diagnoseinformationen für Administratoren:
Generierender Server: DERTOUR.DE
andreas.bauer@der.net
#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##
Ursprüngliche Nachrichtenköpfe:
Received: from mx-gate34-haj2.antispameurope.com (83.246.65.34) by framx09.DER.de (10.10.1.219) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 20 Jun 2014 11:11:31 +0200 Received: from web.icinga.org (213.95.135.27) by mx-gate34-haj2.antispameurope.com; Fri, 20 Jun 2014 11:11:30 +0200 Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix) with ESMTP id DAB0FB4E2A; Fri, 20 Jun 2014 11:11:30 +0200 (CEST) Date: Fri, 20 Jun 2014 11:11:30 +0200 From: Message-ID: References: Subject: [Core - Bug [#5879]](https://dev.icinga.com/issues/5879) mk_livestatus won't bring up its unix socket MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Redmine-Project: icinga-core X-Redmine-Issue-Id: 5879 X-Redmine-Issue-Author: ABauer X-Redmine-Issue-Assignee: ABauer X-Redmine-Sender: postmaster@DERTOUR.DE X-Mailer: Redmine X-Redmine-Host: dev.icinga.org X-Redmine-Site: Open Source Monitoring X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated List-Id: X-antispameurope-sender: development@icinga.org X-antispameurope-recipient: andreas.bauer@der.net X-antispameurope-MSGID: f203d5dfeb4365ed47658f9be2b0cd30-e29967d510c9165c04ce992cc582679e X-antispameurope-Virusscan: CLEAN X-antispameurope-disclaimer: This E-Mail was scanned by www.antispameurope.com E-Mailservice on mx-gate34-haj2 with 5A9D517B0016 X-antispameurope-date: 1403255490 X-antispameurope: INCOMING: X-antispameurope-Connect: web.icinga.org[213.95.135.27],TLS=0 X-antispameurope-Spamstatus: CLEAN X-antispameurope-REASON: autofilter-CLEAN=asespf3:213.95.135.27:development@icinga.org:auto To: Undisclosed recipients:; Return-Path: development@icinga.org
This issue has been migrated from Redmine: https://dev.icinga.com/issues/5879
Created by ABauer on 2014-03-28 11:05:28 +00:00
Assignee: (none) Status: New Target Version: Backlog Last Update: 2015-05-18 12:17:58 +00:00 (in Redmine)
Hi there,
I just wanted to upgrade Icinga from 1.11.0 to 1.11.1.
After restarting, mk_livestatus won't bring up it socket.
I am using Version 1.2.2 of the module, but it happens also with 1.2.4 of it.
this is all I could find in the logfile
[1396003969] Event loop started... [1396003970] livestatus: Socket thread has terminated [1396003970] Event broker module '/usr/local/icinga/bin/livestatus_1_2_4.o' deinitialized successfully.
Livestatus log doesn't show any hints.
When moving back to 1.11.0 it works again.
I'm sorry, I'm short on time, so I can't debug it in detail.
More details to come....