Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #1173] int(11) to small for some of ido tables #538

Closed
icinga-migration opened this issue Jan 31, 2011 · 81 comments
Closed

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/1173

Created by berk on 2011-01-31 10:05:12 +00:00

Assignee: Tommi
Status: Closed (closed on 2011-05-19 11:07:26 +00:00)
Target Version: (none)
Last Update: 2014-12-08 15:18:43 +00:00 (in Redmine)

Icinga Version: 1.10.0
OS Version: any

Hi Michael,

you discussed that stuff with Tobias. We think that int(11) is to small for some cases. In the past there where not a lot of users using the db results for stuff like report and web interface, but in the future using icinga-web and addons like lconf the support for larger id.

I think using bigint would be a good idea.

Regards

Bernd

Attachments

Changesets

2011-03-27 20:16:09 +00:00 by Tommi 3ee455b

oracle update scripts v1.3.0->1.4.0
fixes #1173
implements #1354, #1355 as update scripts
Committer: Thomas Dreßler

2011-05-03 20:36:10 +00:00 by Tommi c46e5e1

Fix int(11) to small #1173
Fix integer not big enough #1401
refs #1173,#1401

2011-05-03 20:59:45 +00:00 by Tommi 874e2ad

includes all patchesi and features in upgrade/*.sql
refs #1354,#1355,#1358,#1363,#1401,#1173

2011-05-03 21:08:39 +00:00 by Tommi ed19196

includes all fixes from upgrade
refs #1401,#1173,#1355

2011-05-03 21:27:58 +00:00 by Tommi c74b02e

fixes for mysql int(11) to small #1173,
integer not big enough #1401
remove not null constraints #1355
refs #1355,#1401,#1173

2011-05-03 21:48:11 +00:00 by Tommi 2f773b2

includes all fixes from upgrade_1.4
remove unwanted characters
refs #1173,#1401,#1355

2011-05-04 16:52:26 +00:00 by Tommi 2b806b2

increase serveroutput buffer size to prevent buffer overflow #1173
refs #1173,#1401

2011-05-05 16:05:21 +00:00 by mfriedrich a3a031c

idoutils: s/'%lu'/%lu/g s/'%d'/%d/g

seems like initial instance_id get_uint failed, so
changing foobar all over.

refs #1173

2011-05-09 12:47:46 +00:00 by mfriedrich a2dc45f

idoutils: fix s/get_uint/get_ulonglong/ for 8 byte unsigned integer using libdbi #1173

fixed some debug output issues too.

refs #1173

Relations:

@icinga-migration
Copy link
Author

Updated by berk on 2011-01-31 10:05:58 +00:00

  • Subject changed from int(11) too small for some of ido tables to int(11) to small for some of ido tables

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-01-31 14:24:22 +00:00

  • Status changed from New to Feedback

mh discussed is the wrong phrase for that - he told me that he found the id running out of int(11) on the customvariablestatus - which is a rather not commonly used table. there must have been quite a few restarts on that table to get the pk that high.

i'd like to see a proposal which tables should be affected because a larger number might lack a bit of performance then.

@icinga-migration
Copy link
Author

Updated by berk on 2011-01-31 15:02:21 +00:00

Hi Michi,

is the lack of performance large enough to split model definition into int and bigint?

Regards

Bernd

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-01-31 15:04:48 +00:00

no, but i don't like big upgrade scripts, and even more 'check if all rdbms can do that the same way/behavior'. and furthermore, i'd prefer full git patches ;p

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-02-01 17:51:14 +00:00

  • Assigned to deleted mfriedrich
  • Target Version changed from 1.3 to 1.4

the more reason i'm also asking - those ids are used for table relations. so it's not only the general ids but mainly the relation ids which need to be adapted.
i think this could be a quickfix for now, but needs to be tested in all setups before applying that to the users (although i don't think it will make problems).

thoughts?

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-03-14 21:09:11 +00:00

  • Status changed from Feedback to Assigned
  • Assigned to set to mfriedrich

since this was already reported in other stages, and in conclusion with other dbas ("wurscht"), this makes sense to be replaced in 1.4 for the complete schema and upgrade scripts.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-03-16 17:34:26 +00:00

pgsql uses SERIAL for pks, INTEGER for fks. that should be fine, and not targetted.

oracle uses number(.) while mysql int(.) and smallint(.*) (smallint would be number(6)).

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-03-24 22:06:51 +00:00

  • Assigned to changed from mfriedrich to Tommi

yours :)

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-03-27 20:52:00 +00:00

  • Status changed from Assigned to Feedback

  • Done % changed from 0 to 100

    commit 3ee455b
    ->script alter_icinga13_numbers.sql as update script
    commit df45798
    ->script create_icinga_objects_oracle.sql for new creation

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-03-27 21:38:44 +00:00

  • Status changed from Feedback to Resolved

Applied in changeset 3ee455b.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-04-13 20:56:50 +00:00

  • Status changed from Resolved to Assigned

that's still missing for mysql and pgsql relatives.

@icinga-migration
Copy link
Author

Updated by brianatb on 2011-04-13 22:28:23 +00:00

Regarding #1405 (bigints for mysql), what's the best thing to do as a work around until it's released in v1.4?

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-04-13 22:33:42 +00:00

  • Done % changed from 100 to 50

alter the columns for each table and pk from int(11) to bigint. if you happen to do that, please put the sql over here - we can use that as upgrade script then, and it will save much duplicated work :)

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-04-15 19:41:12 +00:00

  • File added mysql_alter.sql
  • File added mysql_new.sql
  • Status changed from Assigned to Feedback
  • Done % changed from 50 to 70

attached mysql scripts should change the datatype for xxx_id columns to "bigint unsigned not null unique auto_increment"(="serial" in mysql 5.1+). If somebody can confirm its working in this way i will commit this to git.
pgsql should be already fine because its still using this serial datatype.

Changing this for other fields may require more code changes when switching from int to long long.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-04-27 17:23:29 +00:00

the sqls themselves work. but the main problem are the relations - everywhere an instance_id or *_object_id is being used, this needs to changed too - e.g.

mysql> show create table icinga_objects;
+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Table          | Create Table                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| icinga_objects | CREATE TABLE `icinga_objects` (
  `object_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `instance_id` smallint(6) NOT NULL DEFAULT '0',
  `objecttype_id` smallint(6) NOT NULL DEFAULT '0',
  `name1` varchar(128) CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL DEFAULT '',
  `name2` varchar(128) CHARACTER SET latin1 COLLATE latin1_general_cs DEFAULT NULL,
  `is_active` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`),
  UNIQUE KEY `object_id` (`object_id`),
  UNIQUE KEY `object_id_2` (`object_id`),
  KEY `objecttype_id` (`objecttype_id`,`name1`,`name2`),
  KEY `objects_objtype_id_idx` (`objecttype_id`),
  KEY `objects_name1_idx` (`name1`),
  KEY `objects_name2_idx` (`name2`),
  KEY `objects_inst_id_idx` (`instance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1 COMMENT='Current and historical objects of all kinds' |
+----------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)

where it says that the pk is being changed, but the related instance_id is not...

  `object_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `instance_id` smallint(6) NOT NULL DEFAULT '0',

so this needs a little more rework.

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-04-27 19:39:07 +00:00

  • Target Version changed from 1.4 to 1.5
  • Done % changed from 70 to 20

You are complete right. All _id colums will need the larger fields. There are also other fields which needs to inspect. For this reason i would like to suggest a review of the data model regarding size of datypes and expected values. Afterwards we will have a new datamodel which we have to bring it into the c code. This will cause very large changes and needs to be tested very heavy before releasing it to the people

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-04-27 19:45:06 +00:00

i would split that - one for the current fixes (finding all table relations, or simply replacing the too small ints all over in mysql) and then a complete review.

i can live with a quickfix on the size, people will do the same - but larger changes need time and testing stages, right. so if you could create another bunch of replacing/alter statements, those still using the old int definitions, it would be great.

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-04-27 20:08:11 +00:00

sql itself is not the problem. But if you are using a 64bit id in dbqueries.c as current with asprintf("%lu",(unsigned long) data[0],.. we will introduce more problems. finding and changing all these code lines will cause the most effort.

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-05-05 15:08:41 +00:00

  • File added mysql_alter_icinga13_numbers.sql
  • File added pgsql_alter_icinga13_types.sql
  • File added oracle_alter_icinga13_numbers.sql
  • Category changed from 57 to 24
  • Done % changed from 20 to 30

sql prepared for V1.4. Attached Scripts should be run as part of Version update. Previous posted scripts mysql_alter.sql and mysl_new.sql are obsolete (cant be removed from here)

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-05-05 15:08:47 +00:00

  • File deleted mysql_alter.sql

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-05-05 15:08:52 +00:00

  • File deleted mysql_new.sql

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-05-10 06:19:25 +00:00

http://libdbi.sourceforge.net/docs/programmers-guide/reference-field.html

@icinga-migration
Copy link
Author

Updated by tgelf on 2011-05-11 18:51:47 +00:00

I'm not sure whether it was a good idea to change instance_id from SMALLINT to BIGINT...

@icinga-migration
Copy link
Author

Updated by Tommi on 2011-05-11 19:08:56 +00:00

Did you found problems with this setting?
From now there is a domain "ID", defined as uint64, which will applied to all _ID fields in all rdbms in the same matter.
I know in the most installations we spend 3 bytes zeros for instance_id, but other rdbms are not aware such small number types (and today servers will not have problems even with millions of rows:-))).

@icinga-migration
Copy link
Author

Updated by tgelf on 2011-05-12 12:34:35 +00:00

Well... no issue right now. At least nothing but a user having had big trouble with Icinga 1.4 minus two days he run into BIGINTs fetched with get_uint :p This has been fixed by dnsmichi prior to the final 1.4 release.

Call me conservative, but I'm usually trying to keep indexed columns as small as possible. And I see absolutely no need for more than 2^16 Icinga instances - never seen an installation even nearly as large as that. And if so: wouldn't 2^32 be large enough? MySQL is a very special case, other RDBMs have just a single numeric data type and that's it. MySQL does far less automagic work to optimize indexes and data structures. I blindly guess that MySQL is also unable to use many indexes applied to the IDO db right now. It can rarely combine multiple indexes, and things are even more tricky once JOINs, GROUP_BYs and ORDERs are involved.

Unfortunately (and obviously, what else should they do) Icinga-Web is making intensive use of all this features and doesn't really care about query performance. NDO's database structure has IMO not been designed with performance in mind, and using 4 times the space formerly reserved for instance_id will definitively not help to improve performance. And as most tables are referencing instance_id (IMO not a good design choice either, but that could be discussed elsewhere) there is far more than just a single index growing as of this "small change".

My concerns are not storage- but memory-related: larger indexes also mean more wasted buffer space, caches filling up earlier and so on. These are sideeffects that could lead to earlier temp table operations - and therefore cause more I/O. Once again: no concrete issue at all. But why shall we waste ressources with no need for doing so at all? Saying "Hey, we changed one INT to BIGINT, let's change all the others too" is an excuse I personally would never accept.

I have been running MySQL clusters with hundreds of millions of rows - and with pretty large keys. That's not an issue at all. At least not unless your queries allow your database to operate on indexed columns only. As soon they don't: sit back and relax... it could take a few minutes to serve your request ;-)

Regards,
Thomas Gelf

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-05-13 12:28:36 +00:00

tgelf wrote:

Well... no issue right now. At least nothing but a user having had big trouble with Icinga 1.4 minus two days he run into BIGINTs fetched with get_uint :p This has been fixed by dnsmichi prior to the final 1.4 release.

as said on irc, people not telling using git, but blaming the release are hard to support.
even using a git version in production during the feature freeze of 2 weeks might the need of the question - "why?"

so this is more or less a user issue.

Call me conservative, but I'm usually trying to keep indexed columns as small as possible. And I see absolutely no need for more than 2^16 Icinga instances - never seen an installation even nearly as large as that. And if so: wouldn't 2^32 be large enough? MySQL is a very special case, other RDBMs have just a single numeric data type and that's it. MySQL does far less automagic work to optimize indexes and data structures. I blindly guess that MySQL is also unable to use many indexes applied to the IDO db right now. It can rarely combine multiple indexes, and things are even more tricky once JOINs, GROUP_BYs and ORDERs are involved.

the thing i don't get is, why one demands a change, the other one reflects that change after being released. i thought that you guys had a talk about that before actually demanding the change as important.

Unfortunately (and obviously, what else should they do) Icinga-Web is making intensive use of all this features and doesn't really care about query performance. NDO's database structure has IMO not been designed with performance in mind, and using 4 times the space formerly reserved for instance_id will definitively not help to improve performance. And as most tables are referencing instance_id (IMO not a good design choice either, but that could be discussed elsewhere) there is far more than just a single index growing as of this "small change".

well icinga-web should actually care about query performance. joining this, where'ing that, grouping that isn't always the best thing to do, even with a unified api on the queries (doctrine).

the database design is ready for fast inserts, but yet keeping active/inactive config in place. most of the actions done affects one single table, only referenced configs will require more action.

My concerns are not storage- but memory-related: larger indexes also mean more wasted buffer space, caches filling up earlier and so on. These are sideeffects that could lead to earlier temp table operations - and therefore cause more I/O. Once again: no concrete issue at all. But why shall we waste ressources with no need for doing so at all? Saying "Hey, we changed one INT to BIGINT, let's change all the others too" is an excuse I personally would never accept.

and you're not committing a patch either, so this decision is left to those actually doing it. in that special case, thomas did it and i trust his expertise to decide

a. is it worth making an exception for just one id
b. does the performance lack of that change for just this id

if there would have been such a patch in the first place, telling exactly which ids might be affected and are important, things will be a lot easier.

I have been running MySQL clusters with hundreds of millions of rows - and with pretty large keys. That's not an issue at all. At least not unless your queries allow your database to operate on indexed columns only. As soon they don't: sit back and relax... it could take a few minutes to serve your request ;-)

as usual - patches welcome. theoratically it could be slower. show us performance diagrams between 1.3.1 and 1.4.0 and mark those significants disadvantages you're talking about.

@icinga-migration
Copy link
Author

Updated by tgelf on 2011-05-13 13:21:16 +00:00

dnsmichi wrote:

the thing i don't get is, why one demands a change, the other one reflects that change after being released. i thought that you guys had a talk about that before actually demanding the change as important.

I'm not "you guys". I accidentally stumbled over this change as of the previously mentioned pre-1.4 git issue. And yes, I was so keen to put this change into question. I have not been part of the discussion mentioned in this ticket - but from the information I'm able to gather from the comments available right here, no one ever requested to change instance_id.

It hasn't been changed unless a few days before 1.4, as far as I could find out at first only object_id's have been touched. But then (for whatever reason) all INTs have been changed - and that's what I'm unhappy with.

the database design is ready for fast inserts, but yet keeping active/inactive config in place. most of the actions done affects one single table, only referenced configs will require more action.

That's true. But don't expect me to be a big fan of a database designed to fit a specific program's internal data structures just to speed up INSERTs. Throwing more INDEXes in will not help frontend developers to achieve better performance. But let's discuss that somewhere else - it's off topic.

and you're not committing a patch either, so this decision is left to those actually doing it. in that special case, thomas did it and i trust his expertise to decide

A patch? Rolling back only those changes involving instance_id would suffice :p

a. is it worth making an exception for just one id

IMO: yes. Every single change to a db schema should be questioned and evaluated individually.

b. does the performance lack of that change for just this id

It would definitively not get better, but chances are good that it could become worse. This strongly depends on how much RAM for MySQL buffers you are going to throw in.

if there would have been such a patch in the first place, telling exactly which ids might be affected and are important, things will be a lot easier.

That's probably addressed to those who started the discussion / opened the ticket. IMO not wiping/refilling the DB on every Icinga reload would also have solved their problems. If those raising this issue did not specify which ID they where referring to they could also have been asked for such details. But if so: why has it been done correctly first? It's the deciscion to "change all ints" that I'm unhappy with - and this happened after the first attempt to fix what has been requested.

as usual - patches welcome. theoratically it could be slower. show us performance diagrams between 1.3.1 and 1.4.0 and mark those significants disadvantages you're talking about.

As soon as Icinga-Web is offering some profiling instruments I'd be happy to do so. Today I shipped a patch reducing Icinga-Web's web traffic to a fraction of what it has been before. That's far more than just my two Eurocent for today ;-)

Cheers,
Thomas

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-05-19 09:15:58 +00:00

  • Done % changed from 30 to 90

as said, feel free to provide a suggestion/patch what exactly needs to be changed. and make sure checking the c sources too, as the instance_name=>instance_id select happens in the first place, and by putting uint instead of ulonglong e.g. will result in null values all over there place.

so if the instance_id being bigint is really a problem, someone provide a patch. i don't see a magnificant severity to change that myself.

@icinga-migration
Copy link
Author

Updated by tgelf on 2011-05-19 10:39:25 +00:00

Well... Asking someone for a patch to roll back a modification recently done by yourself is brashly impertinent, isn't it? I'm not interested in such pointless discussions, so please feel free to close this issue. I have had really great times at Kindergarten, but that's been a very long time ago.

In my opinion this is still a risky modification, it hasn't been intensively tested and right now probably no one really knows if third party tools (Icinga-Web, Nagvis) working with the IDO database are able to handle all those new 64bit Integers correctly. Let me sum it all up, just for the sake of completeness:

  • Intensive tests are not required prior to such changes, especially not if they occur within time periods thought for feature freezes
  • Performance impacts of such changes aren't worth to be evaluated bevore releasing them unless someone proves that things got worse after a new stable release
  • Third party tools have to find out the hard way that things have been changed. There is no need to ask at least the most known ones for feedback first. PHP tools are believed to behave fine with values greater than 2^31.
  • Inofficial strategy is "change everything to BIGINT and let's hope that no one ever reaches such large INTs"
  • Special upgrade warnings in the documentation as been there for 1.0 are not required. Everything will be fine if people change db structure while the former ido2db version is still running. There will be no issue with doubled entries (instance 0 VS instance 1) at all, in no potential scenario.

What else shall I say? Go for it, live with it. Don't care about hopeless pessimists like me. I really didn't want to waste your time and feel sorry if I did so.

Regards,
Thomas

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2011-05-19 11:07:26 +00:00

  • Status changed from Feedback to Closed
  • Target Version deleted 1.5

for gods sake i did only approve those diffs, but not implement them. prior testing would have been much appreciated in the first place. did it happen? no. everyone awaits the release, then applies the upgrade path, and then the issues get updated.

i for myself tested those changes on the rdbms, also tested them with icinga-web from git during the feature freeze test phasis. i'm regularly doing this to keep quality assurance safe before a release.

if you don't feel comfortable to support us in that way of testing, but reporting such things afterwards, then please don't use icinga with idoutils. go use ancient ndoutils instead, it might be compatible and still supports the old fashioned mysql schema like it was 2 years ago.

this is not what i do expect from viral development. and like you said, it's a waste of time discussing about such a behavior. i will close this issue for now, if there are any complaints about

  • performance
  • index problems
  • etc

then open a new issue providing

  • test cases, queries
  • performance tests
  • detailed problem descriptions

over and out.

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 14:59:32 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:59:25 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.143)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:54:42 -0800
Received: from BY2FFO11FD011.protection.gbl (10.1.14.34) by
BY2FFO11HUB036.protection.gbl (10.1.14.179) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 14:54:39 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD011.mail.protection.outlook.com (10.1.14.129) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 14:54:39 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 97C97E5997; Mon, 8 Dec 2014 15:54:38 +0100 (CET)
Date: Mon, 8 Dec 2014 15:54:38 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32687.20141208145438.6c21dff95e78a0f5@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(104016003)(109986003)(15975445007)(86362001)(50986999)(50466002)(4396001)(110136001)(77096005)(50226001)(229853001)(107886001)(62966003)(3110400002)(107046002)(99396003)(86152002)(450100001)(77156002)(92566001)(33646002)(101416001)(120916001)(76176999)(36756003)(76506005)(105586002)(106466001)(15974865002)(46102003)(20776003)(19580405001)(31966008)(512874002)(566174002)(1671002)(23676002)(87836001)(21056001)(19580395003)(47776003)(881003)(89996001)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB036;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB036;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB036;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB036;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 14:59:42 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:59:36 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.143)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:59:35 -0800
Received: from BN1AFFO11FD019.protection.gbl (10.58.52.30) by
BN1AFFO11HUB016.protection.gbl (10.58.52.126) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 14:59:34 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1AFFO11FD019.mail.protection.outlook.com (10.58.52.79) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 14:59:33 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id BE816E040B; Mon, 8 Dec 2014 15:59:32 +0100 (CET)
Date: Mon, 8 Dec 2014 15:59:32 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32689.20141208145932.7ec0dc6b1b1b9a3c@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(50466002)(89996001)(229853001)(76176999)(881003)(110136001)(15974865002)(566174002)(86152002)(76506005)(23676002)(92566001)(101416001)(87836001)(1671002)(120916001)(107046002)(19580395003)(107886001)(512874002)(50986999)(106466001)(19580405001)(36756003)(99396003)(46102003)(62966003)(86362001)(50226001)(31966008)(20776003)(575784001)(109986003)(33646002)(105586002)(4396001)(21056001)(47776003)(104016003)(77156002)(450100001)(77096005)(3110400002)(15975445007)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB016;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB016;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB016;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB016;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 14:59:54 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:59:48 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.142)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:59:47 -0800
Received: from BY2FFO11FD026.protection.gbl (10.1.14.34) by
BY2FFO11HUB058.protection.gbl (10.1.15.233) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 14:59:44 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD026.mail.protection.outlook.com (10.1.15.215) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 14:59:43 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 11A2CE2A7B; Mon, 8 Dec 2014 15:59:43 +0100 (CET)
Date: Mon, 8 Dec 2014 15:59:43 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32690.20141208145942.4b93e58331a70cc7@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(76176999)(50986999)(76506005)(21056001)(46102003)(36756003)(3110400002)(120916001)(19580405001)(99396003)(19580395003)(23676002)(512874002)(101416001)(105586002)(106466001)(20776003)(881003)(47776003)(566174002)(92566001)(86152002)(33646002)(15974865002)(575784001)(86362001)(107886001)(450100001)(109986003)(62966003)(107046002)(87836001)(229853001)(31966008)(77156002)(89996001)(110136001)(77096005)(1671002)(50226001)(50466002)(4396001)(104016003)(15975445007)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB058;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB058;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB058;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB058;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:00:08 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:59:58 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.140)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 06:59:57 -0800
Received: from BN1AFFO11FD035.protection.gbl (10.58.52.33) by
BN1AFFO11HUB037.protection.gbl (10.58.52.148) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 14:59:55 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1AFFO11FD035.mail.protection.outlook.com (10.58.52.159) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 14:59:55 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 19918E2AE8; Mon, 8 Dec 2014 15:59:55 +0100 (CET)
Date: Mon, 8 Dec 2014 15:59:55 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32692.20141208145954.bd4979a56110fc0b@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(47776003)(105586002)(33646002)(87836001)(881003)(120916001)(86152002)(92566001)(89996001)(31966008)(86362001)(3110400002)(99396003)(62966003)(77156002)(106466001)(450100001)(101416001)(21056001)(20776003)(15974865002)(46102003)(107046002)(107886001)(229853001)(50226001)(1671002)(76176999)(19580395003)(36756003)(110136001)(50986999)(109986003)(104016003)(19580405001)(23676002)(77096005)(15975445007)(50466002)(4396001)(512874002)(76506005)(566174002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB037;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB037;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB037;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB037;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:00:23 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:00:14 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.184)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:00:12 -0800
Received: from BN1BFFO11FD039.protection.gbl (10.58.144.31) by
BN1BFFO11HUB017.protection.gbl (10.58.144.164) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:00:09 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1BFFO11FD039.mail.protection.outlook.com (10.58.144.102) with Microsoft
SMTP Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:00:09
+0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 11395E2C67; Mon, 8 Dec 2014 16:00:09 +0100 (CET)
Date: Mon, 8 Dec 2014 16:00:09 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32694.20141208150008.2ebc9c7e7e499c91@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(87836001)(1671002)(50986999)(19580405001)(99396003)(76506005)(15975445007)(36756003)(23676002)(107886001)(229853001)(109986003)(33646002)(104016003)(110136001)(105586002)(77096005)(120916001)(107046002)(106466001)(76176999)(21056001)(19580395003)(89996001)(50466002)(46102003)(15974865002)(881003)(20776003)(47776003)(101416001)(450100001)(566174002)(575784001)(3110400002)(86152002)(77156002)(62966003)(86362001)(4396001)(50226001)(512874002)(92566001)(31966008)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1BFFO11HUB017;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB017;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB017;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB017;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:00:34 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:00:26 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.140)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:00:26 -0800
Received: from BL2FFO11FD029.protection.gbl (10.173.160.33) by
BL2FFO11HUB047.protection.gbl (10.173.161.123) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:00:24 +0000
Received: from www.icinga.org (185.11.254.83) by
BL2FFO11FD029.mail.protection.outlook.com (10.173.160.69) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:00:24 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id CAE54E2C6F; Mon, 8 Dec 2014 16:00:23 +0100 (CET)
Date: Mon, 8 Dec 2014 16:00:23 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32696.20141208150023.b2be63fa4fd17d86@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(86362001)(92566001)(450100001)(50986999)(21056001)(86152002)(107046002)(229853001)(77156002)(62966003)(107886001)(50466002)(23676002)(120916001)(76176999)(99396003)(110136001)(33646002)(104016003)(101416001)(512874002)(19580395003)(109986003)(46102003)(89996001)(105586002)(76506005)(566174002)(3110400002)(20776003)(47776003)(19580405001)(50226001)(31966008)(87836001)(1671002)(15974865002)(106466001)(77096005)(4396001)(15975445007)(36756003)(881003)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BL2FFO11HUB047;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB047;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB047;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB047;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:00:51 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:00:39 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.185)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:00:38 -0800
Received: from BN1BFFO11FD036.protection.gbl (10.58.144.34) by
BN1BFFO11HUB006.protection.gbl (10.58.144.153) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:00:36 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1BFFO11FD036.mail.protection.outlook.com (10.58.144.99) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:00:35 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id C27AEE2C73; Mon, 8 Dec 2014 16:00:34 +0100 (CET)
Date: Mon, 8 Dec 2014 16:00:34 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32698.20141208150034.0fa4a7a86ea37968@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(106466001)(46102003)(110136001)(101416001)(31966008)(107046002)(50226001)(76176999)(50986999)(229853001)(107886001)(15975445007)(881003)(76506005)(512874002)(77096005)(105586002)(36756003)(92566001)(86362001)(47776003)(20776003)(566174002)(87836001)(89996001)(50466002)(450100001)(3110400002)(21056001)(104016003)(4396001)(15974865002)(23676002)(33646002)(109986003)(99396003)(120916001)(62966003)(1671002)(77156002)(86152002)(19580405001)(19580395003)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1BFFO11HUB006;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB006;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB006;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB006;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:04:13 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:04:05 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.243)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:00:55 -0800
Received: from BY2FFO11FD043.protection.gbl (10.1.14.32) by
BY2FFO11HUB012.protection.gbl (10.1.15.221) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:00:53 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD043.mail.protection.outlook.com (10.1.14.228) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:00:52 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 5BB23E2C79; Mon, 8 Dec 2014 16:00:51 +0100 (CET)
Date: Mon, 8 Dec 2014 16:00:51 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32700.20141208150051.0c241cfb9cfb1e03@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(15975445007)(4396001)(109986003)(110136001)(105586002)(47776003)(20776003)(881003)(23676002)(33646002)(46102003)(21056001)(36756003)(99396003)(50226001)(77096005)(106466001)(107046002)(104016003)(15974865002)(120916001)(50466002)(229853001)(19580405001)(19580395003)(512874002)(101416001)(50986999)(76506005)(76176999)(566174002)(77156002)(3110400002)(107886001)(450100001)(62966003)(89996001)(92566001)(86152002)(87836001)(1671002)(86362001)(31966008)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB012;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB012;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB012;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB012;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:05:41 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:05:31 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.236)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:04:25 -0800
Received: from BN1AFFO11FD007.protection.gbl (10.58.52.31) by
BN1AFFO11HUB050.protection.gbl (10.58.52.180) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:04:15 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1AFFO11FD007.mail.protection.outlook.com (10.58.52.67) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:04:14 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id ADA0FE56F6; Mon, 8 Dec 2014 16:04:13 +0100 (CET)
Date: Mon, 8 Dec 2014 16:04:13 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32703.20141208150413.61a7bd1ab7b72a11@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(881003)(105586002)(46102003)(106466001)(110136001)(31966008)(107046002)(23676002)(77156002)(50226001)(76176999)(50986999)(107886001)(36756003)(229853001)(76506005)(15975445007)(92566001)(86362001)(47776003)(512874002)(77096005)(20776003)(566174002)(87836001)(89996001)(50466002)(450100001)(3110400002)(19580405001)(21056001)(101416001)(109986003)(104016003)(15974865002)(33646002)(120916001)(4396001)(99396003)(1671002)(62966003)(19580395003)(86152002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB050;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB050;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB050;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB050;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:05:55 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:05:47 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.143)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:05:46 -0800
Received: from BY2FFO11FD044.protection.gbl (10.1.14.30) by
BY2FFO11HUB057.protection.gbl (10.1.15.232) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:05:43 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD044.mail.protection.outlook.com (10.1.14.229) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:05:43 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 039D3E593F; Mon, 8 Dec 2014 16:05:42 +0100 (CET)
Date: Mon, 8 Dec 2014 16:05:42 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32705.20141208150541.ea61b9dba3b6f54f@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(50986999)(76176999)(21056001)(512874002)(46102003)(36756003)(3110400002)(19580395003)(120916001)(19580405001)(99396003)(23676002)(76506005)(105586002)(106466001)(101416001)(20776003)(881003)(47776003)(566174002)(92566001)(86152002)(33646002)(15974865002)(575784001)(86362001)(107886001)(87836001)(31966008)(89996001)(62966003)(229853001)(107046002)(109986003)(450100001)(110136001)(77156002)(104016003)(4396001)(77096005)(50226001)(1671002)(50466002)(15975445007)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB057;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB057;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB057;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB057;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:06:09 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:05:58 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.144)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:05:57 -0800
Received: from BL2FFO11FD032.protection.gbl (10.173.160.31) by
BL2FFO11HUB013.protection.gbl (10.173.160.105) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:05:56 +0000
Received: from www.icinga.org (185.11.254.83) by
BL2FFO11FD032.mail.protection.outlook.com (10.173.160.73) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:05:56 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 81223E59BC; Mon, 8 Dec 2014 16:05:55 +0100 (CET)
Date: Mon, 8 Dec 2014 16:05:55 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32707.20141208150555.c3b754082ff1be9f@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(104016003)(46102003)(107886001)(19580405001)(110136001)(881003)(36756003)(89996001)(99396003)(86362001)(92566001)(15975445007)(86152002)(566174002)(109986003)(77096005)(106466001)(50986999)(47776003)(76176999)(105586002)(20776003)(120916001)(4396001)(23676002)(50226001)(450100001)(62966003)(77156002)(229853001)(3110400002)(15974865002)(512874002)(19580395003)(101416001)(50466002)(1671002)(107046002)(33646002)(87836001)(21056001)(31966008)(76506005)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BL2FFO11HUB013;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB013;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB013;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB013;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:06:23 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:06:12 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.242)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:06:11 -0800
Received: from BN1AFFO11FD050.protection.gbl (10.58.52.30) by
BN1AFFO11HUB033.protection.gbl (10.58.52.144) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:06:10 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1AFFO11FD050.mail.protection.outlook.com (10.58.53.65) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:06:10 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 2894CE59C8; Mon, 8 Dec 2014 16:06:09 +0100 (CET)
Date: Mon, 8 Dec 2014 16:06:09 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32709.20141208150609.2c7adbf78b2cffcc@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(77156002)(20776003)(33646002)(89996001)(47776003)(104016003)(86152002)(92566001)(31966008)(87836001)(86362001)(62966003)(99396003)(15975445007)(450100001)(105586002)(3110400002)(881003)(19580395003)(106466001)(109986003)(101416001)(21056001)(15974865002)(46102003)(107046002)(107886001)(229853001)(50986999)(110136001)(19580405001)(36756003)(120916001)(4396001)(1671002)(76176999)(50226001)(50466002)(566174002)(76506005)(23676002)(77096005)(512874002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB033;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB033;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB033;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB033;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:06:35 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:06:26 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.141)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:06:25 -0800
Received: from BL2FFO11FD021.protection.gbl (10.173.160.31) by
BL2FFO11HUB039.protection.gbl (10.173.160.245) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:06:24 +0000
Received: from www.icinga.org (185.11.254.83) by
BL2FFO11FD021.mail.protection.outlook.com (10.173.161.100) with Microsoft
SMTP Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:06:24
+0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 48662E59D2; Mon, 8 Dec 2014 16:06:23 +0100 (CET)
Date: Mon, 8 Dec 2014 16:06:23 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32711.20141208150623.7bfa572e75f0814f@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(19580405001)(50226001)(76506005)(47776003)(20776003)(566174002)(3110400002)(15975445007)(36756003)(881003)(31966008)(106466001)(4396001)(77096005)(87836001)(15974865002)(1671002)(229853001)(77156002)(62966003)(86152002)(21056001)(107046002)(107886001)(50466002)(92566001)(450100001)(86362001)(50986999)(101416001)(512874002)(33646002)(110136001)(104016003)(89996001)(105586002)(46102003)(109986003)(19580395003)(23676002)(76176999)(99396003)(120916001)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BL2FFO11HUB039;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB039;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB039;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB039;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:06:52 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:06:40 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.144)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:06:40 -0800
Received: from BY2FFO11FD046.protection.gbl (10.1.14.30) by
BY2FFO11HUB058.protection.gbl (10.1.15.233) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:06:37 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD046.mail.protection.outlook.com (10.1.15.170) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:06:37 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id E92E8E03E6; Mon, 8 Dec 2014 16:06:35 +0100 (CET)
Date: Mon, 8 Dec 2014 16:06:35 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32713.20141208150635.e26272af12ba4e83@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(86362001)(33646002)(15974865002)(107886001)(881003)(20776003)(47776003)(86152002)(92566001)(566174002)(50226001)(1671002)(77096005)(15975445007)(50466002)(4396001)(104016003)(229853001)(107046002)(87836001)(109986003)(450100001)(62966003)(77156002)(110136001)(89996001)(31966008)(3110400002)(36756003)(120916001)(19580395003)(99396003)(19580405001)(50986999)(76176999)(21056001)(46102003)(76506005)(512874002)(101416001)(105586002)(106466001)(23676002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB058;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB058;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB058;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB058;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:11:40 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:11:33 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.181)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:06:55 -0800
Received: from BN1BFFO11FD033.protection.gbl (10.58.144.30) by
BN1BFFO11HUB047.protection.gbl (10.58.144.194) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:06:53 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1BFFO11FD033.mail.protection.outlook.com (10.58.144.96) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:06:53 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id AF532E59E1; Mon, 8 Dec 2014 16:06:52 +0100 (CET)
Date: Mon, 8 Dec 2014 16:06:52 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32715.20141208150652.7a4aa525f7116096@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(50466002)(76506005)(99396003)(19580405001)(19580395003)(76176999)(50986999)(106466001)(120916001)(105586002)(1671002)(229853001)(107886001)(107046002)(47776003)(46102003)(3110400002)(77096005)(20776003)(15975445007)(23676002)(566174002)(89996001)(881003)(4396001)(50226001)(109986003)(104016003)(33646002)(31966008)(77156002)(36756003)(62966003)(450100001)(87836001)(101416001)(92566001)(110136001)(15974865002)(512874002)(21056001)(86152002)(86362001)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1BFFO11HUB047;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB047;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB047;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB047;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:11:52 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:11:44 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.140)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:11:44 -0800
Received: from BN1BFFO11FD025.protection.gbl (10.58.144.34) by
BN1BFFO11HUB058.protection.gbl (10.58.144.205) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:11:41 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1BFFO11FD025.mail.protection.outlook.com (10.58.144.88) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:11:41 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id D62E5E595D; Mon, 8 Dec 2014 16:11:40 +0100 (CET)
Date: Mon, 8 Dec 2014 16:11:40 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32716.20141208151140.d5bc7ba500a448b9@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(87836001)(3110400002)(512874002)(120916001)(77096005)(62966003)(77156002)(89996001)(450100001)(31966008)(566174002)(20776003)(99396003)(47776003)(76506005)(881003)(21056001)(107046002)(107886001)(19580405001)(229853001)(86152002)(92566001)(86362001)(106466001)(105586002)(50226001)(4396001)(33646002)(104016003)(109986003)(23676002)(46102003)(50986999)(19580395003)(76176999)(50466002)(36756003)(15974865002)(101416001)(15975445007)(110136001)(1671002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1BFFO11HUB058;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB058;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB058;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB058;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:12:03 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:11:55 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.184)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:11:55 -0800
Received: from BL2FFO11FD031.protection.gbl (10.173.160.30) by
BL2FFO11HUB032.protection.gbl (10.173.161.56) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:11:53 +0000
Received: from www.icinga.org (185.11.254.83) by
BL2FFO11FD031.mail.protection.outlook.com (10.173.160.71) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:11:53 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 58EEFE5962; Mon, 8 Dec 2014 16:11:52 +0100 (CET)
Date: Mon, 8 Dec 2014 16:11:52 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32718.20141208151152.ae247fdf98e44f0c@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(99396003)(86152002)(87836001)(15974865002)(566174002)(19580405001)(450100001)(1671002)(110136001)(107886001)(92566001)(107046002)(229853001)(20776003)(89996001)(77096005)(62966003)(77156002)(50986999)(15975445007)(101416001)(120916001)(33646002)(86362001)(19580395003)(46102003)(76176999)(31966008)(106466001)(50466002)(50226001)(109986003)(21056001)(512874002)(36756003)(76506005)(47776003)(881003)(3110400002)(4396001)(104016003)(23676002)(105586002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BL2FFO11HUB032;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB032;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB032;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB032;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:12:13 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:06 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.141)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:06 -0800
Received: from BN1AFFO11FD030.protection.gbl (10.58.52.31) by
BN1AFFO11HUB056.protection.gbl (10.58.52.207) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:12:04 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1AFFO11FD030.mail.protection.outlook.com (10.58.52.168) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:12:04 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 4D371E0176; Mon, 8 Dec 2014 16:12:03 +0100 (CET)
Date: Mon, 8 Dec 2014 16:12:03 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32719.20141208151203.e3669162237eb42c@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(31966008)(3110400002)(229853001)(106466001)(19580395003)(46102003)(23676002)(107886001)(107046002)(50226001)(15974865002)(21056001)(77096005)(450100001)(566174002)(62966003)(1671002)(77156002)(19580405001)(15975445007)(36756003)(50466002)(87836001)(105586002)(89996001)(881003)(76506005)(99396003)(110136001)(47776003)(20776003)(76176999)(86362001)(50986999)(575784001)(4396001)(33646002)(120916001)(104016003)(86152002)(109986003)(101416001)(92566001)(512874002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB056;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB056;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB056;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB056;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:12:24 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:17 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.236)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:16 -0800
Received: from BY2FFO11FD006.protection.gbl (10.1.14.32) by
BY2FFO11HUB030.protection.gbl (10.1.14.115) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:12:14 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD006.mail.protection.outlook.com (10.1.14.127) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:12:14 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 014C7E0205; Mon, 8 Dec 2014 16:12:14 +0100 (CET)
Date: Mon, 8 Dec 2014 16:12:13 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32721.20141208151213.3c1c95ffb72c4630@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(77156002)(76506005)(450100001)(19580405001)(566174002)(33646002)(50466002)(99396003)(46102003)(105586002)(21056001)(15975445007)(19580395003)(31966008)(3110400002)(1671002)(62966003)(106466001)(77096005)(881003)(107046002)(107886001)(23676002)(229853001)(50226001)(110136001)(36756003)(89996001)(20776003)(47776003)(120916001)(86362001)(15974865002)(86152002)(50986999)(92566001)(512874002)(104016003)(101416001)(87836001)(76176999)(4396001)(109986003)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB030;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB030;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB030;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB030;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:12:35 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:28 -0800
Received: from na01-bl2-obe.outbound.protection.outlook.com (207.46.163.206)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:28 -0800
Received: from BY2FFO11FD028.protection.gbl (10.1.14.30) by
BY2FFO11HUB003.protection.gbl (10.1.14.156) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:12:25 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD028.mail.protection.outlook.com (10.1.15.217) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:12:25 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 5E909E022E; Mon, 8 Dec 2014 16:12:24 +0100 (CET)
Date: Mon, 8 Dec 2014 16:12:24 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32723.20141208151224.f8eb6cd60ad8a4d7@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(19580395003)(50466002)(120916001)(450100001)(33646002)(89996001)(99396003)(104016003)(107046002)(62966003)(512874002)(77156002)(23676002)(3110400002)(76506005)(566174002)(46102003)(20776003)(77096005)(15975445007)(1671002)(15974865002)(86152002)(47776003)(92566001)(21056001)(881003)(109986003)(106466001)(107886001)(105586002)(50226001)(4396001)(50986999)(31966008)(229853001)(76176999)(19580405001)(86362001)(110136001)(36756003)(101416001)(87836001)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB003;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB003;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB003;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB003;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:12:45 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:39 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.240)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:38 -0800
Received: from BN1AFFO11FD023.protection.gbl (10.58.52.31) by
BN1AFFO11HUB060.protection.gbl (10.58.52.211) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:12:36 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1AFFO11FD023.mail.protection.outlook.com (10.58.52.83) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:12:36 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 09E5EE0245; Mon, 8 Dec 2014 16:12:36 +0100 (CET)
Date: Mon, 8 Dec 2014 16:12:36 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32725.20141208151235.80a6be989081fff4@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(3110400002)(50466002)(229853001)(46102003)(107886001)(23676002)(107046002)(50226001)(15974865002)(21056001)(77096005)(77156002)(450100001)(1671002)(62966003)(566174002)(15975445007)(19580405001)(31966008)(106466001)(36756003)(87836001)(105586002)(881003)(89996001)(76506005)(99396003)(110136001)(47776003)(20776003)(19580395003)(50986999)(86362001)(109986003)(76176999)(4396001)(101416001)(33646002)(120916001)(92566001)(104016003)(86152002)(512874002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB060;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB060;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB060;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB060;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:12:56 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:49 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.243)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:49 -0800
Received: from BN1BFFO11FD053.protection.gbl (10.58.144.33) by
BN1BFFO11HUB008.protection.gbl (10.58.144.155) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:12:47 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1BFFO11FD053.mail.protection.outlook.com (10.58.145.8) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:12:46 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id D1083E0291; Mon, 8 Dec 2014 16:12:45 +0100 (CET)
Date: Mon, 8 Dec 2014 16:12:45 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32727.20141208151245.3e0631ec9d6b4805@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(107046002)(566174002)(19580395003)(881003)(92566001)(86152002)(15974865002)(46102003)(36756003)(107886001)(229853001)(76506005)(20776003)(15975445007)(77096005)(19580405001)(104016003)(106466001)(47776003)(105586002)(31966008)(50466002)(450100001)(86362001)(23676002)(77156002)(110136001)(1671002)(62966003)(76176999)(3110400002)(50226001)(87836001)(101416001)(89996001)(109986003)(50986999)(120916001)(512874002)(21056001)(4396001)(33646002)(99396003)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1BFFO11HUB008;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB008;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB008;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1BFFO11HUB008;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:13:08 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:13:00 -0800
Received: from na01-bl2-obe.outbound.protection.outlook.com (207.46.163.207)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:12:59 -0800
Received: from BN1AFFO11FD041.protection.gbl (10.58.52.34) by
BN1AFFO11HUB006.protection.gbl (10.58.52.116) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:12:57 +0000
Received: from www.icinga.org (185.11.254.83) by
BN1AFFO11FD041.mail.protection.outlook.com (10.58.52.252) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:12:57 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id BA5B0E02D8; Mon, 8 Dec 2014 16:12:56 +0100 (CET)
Date: Mon, 8 Dec 2014 16:12:56 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32728.20141208151256.a4fb07b6c7b67081@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(512874002)(120916001)(4396001)(106466001)(23676002)(101416001)(86362001)(99396003)(105586002)(50226001)(19580395003)(881003)(20776003)(77096005)(47776003)(21056001)(15975445007)(19580405001)(76506005)(36756003)(76176999)(450100001)(1671002)(86152002)(89996001)(50986999)(110136001)(109986003)(104016003)(62966003)(107886001)(77156002)(229853001)(87836001)(566174002)(107046002)(46102003)(31966008)(15974865002)(92566001)(3110400002)(50466002)(33646002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB006;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB006;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB006;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB006;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:17:47 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:17:40 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.240)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:13:11 -0800
Received: from BY2FFO11FD054.protection.gbl (10.1.14.34) by
BY2FFO11HUB030.protection.gbl (10.1.14.115) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:13:09 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD054.mail.protection.outlook.com (10.1.15.191) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:13:09 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 4565DE0321; Mon, 8 Dec 2014 16:13:08 +0100 (CET)
Date: Mon, 8 Dec 2014 16:13:08 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32729.20141208151308.392c6cfb3bc3dea0@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(77156002)(76506005)(450100001)(19580405001)(566174002)(33646002)(50466002)(99396003)(46102003)(105586002)(21056001)(15975445007)(19580395003)(31966008)(3110400002)(1671002)(62966003)(106466001)(77096005)(881003)(107046002)(107886001)(23676002)(229853001)(50226001)(110136001)(36756003)(89996001)(20776003)(47776003)(575784001)(120916001)(86362001)(15974865002)(86152002)(50986999)(92566001)(512874002)(104016003)(101416001)(87836001)(76176999)(4396001)(109986003)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB030;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB030;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB030;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB030;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:18:06 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX02.corp.digimarc.com (10.129.10.19) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:17:59 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.244)
by PDX-XP-EX02.corp.digimarc.com (10.129.10.19) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:17:59 -0800
Received: from BL2FFO11HUB065.protection.gbl (10.173.161.165) by
BL2FFO11HUB033.protection.gbl (10.173.161.113) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:17:57 +0000
Received: from BL2FFO11FD042.protection.gbl (10.173.160.31) by
BL2FFO11HUB065.protection.gbl (10.173.161.165) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:17:48 +0000
Received: from www.icinga.org (185.11.254.83) by
BL2FFO11FD042.mail.protection.outlook.com (10.173.161.138) with Microsoft
SMTP Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:17:48
+0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id DFCB5E5944; Mon, 8 Dec 2014 16:17:47 +0100 (CET)
Date: Mon, 8 Dec 2014 16:17:47 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32731.20141208151747.cfbb1199ce878960@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(31966008)(86362001)(99396003)(77096005)(86152002)(92566001)(23676002)(109986003)(50466002)(104016003)(110136001)(62966003)(50986999)(76176999)(77156002)(450100001)(33646002)(3110400002)(566174002)(101416001)(19580395003)(36756003)(106466001)(15975445007)(120916001)(512874002)(105586002)(1671002)(881003)(4396001)(87836001)(47776003)(76506005)(19580405001)(15974865002)(21056001)(20776003)(107886001)(89996001)(107046002)(50226001)(46102003)(229853001)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BL2FFO11HUB065;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB065;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB065;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB065;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB033;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:18:18 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX02.corp.digimarc.com (10.10.41.15) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:18:09 -0800
Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.235)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:18:09 -0800
Received: from BL2FFO11FD015.protection.gbl (10.173.160.30) by
BL2FFO11HUB016.protection.gbl (10.173.160.108) with Microsoft SMTP Server
(TLS) id 15.1.26.17; Mon, 8 Dec 2014 15:18:07 +0000
Received: from www.icinga.org (185.11.254.83) by
BL2FFO11FD015.mail.protection.outlook.com (10.173.160.223) with Microsoft
SMTP Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:18:07
+0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 0C8D5E5949; Mon, 8 Dec 2014 16:18:07 +0100 (CET)
Date: Mon, 8 Dec 2014 16:18:07 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32732.20141208151806.0c9694368d3f8046@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(76506005)(89996001)(33646002)(87836001)(109986003)(229853001)(50226001)(512874002)(4396001)(99396003)(21056001)(881003)(1671002)(15974865002)(31966008)(76176999)(19580405001)(86362001)(110136001)(107046002)(104016003)(107886001)(92566001)(120916001)(50466002)(46102003)(19580395003)(450100001)(3110400002)(23676002)(566174002)(47776003)(101416001)(105586002)(20776003)(77156002)(50986999)(106466001)(15975445007)(62966003)(86152002)(77096005)(36756003)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BL2FFO11HUB016;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB016;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB016;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB016;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:18:30 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:18:23 -0800
Received: from na01-bl2-obe.outbound.protection.outlook.com (207.46.163.210)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:18:22 -0800
Received: from BY2FFO11FD051.protection.gbl (10.1.14.30) by
BY2FFO11HUB055.protection.gbl (10.1.14.244) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:18:19 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD051.mail.protection.outlook.com (10.1.15.188) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:18:19 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 875DDE5955; Mon, 8 Dec 2014 16:18:18 +0100 (CET)
Date: Mon, 8 Dec 2014 16:18:18 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32734.20141208151818.d9b929b89db9aab1@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(189002)(199003)(33646002)(229853001)(120916001)(107046002)(107886001)(92566001)(86152002)(89996001)(104016003)(109986003)(15975445007)(36756003)(77096005)(110136001)(106466001)(99396003)(23676002)(105586002)(512874002)(46102003)(881003)(47776003)(20776003)(31966008)(4396001)(50226001)(566174002)(87836001)(50986999)(86362001)(19580395003)(76176999)(19580405001)(21056001)(15974865002)(3110400002)(77156002)(101416001)(62966003)(450100001)(50466002)(76506005)(1671002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB055;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;MX:1;A:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB055;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB055;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB055;

@icinga-migration
Copy link
Author

Updated by postmaster@digimarc.com on 2014-12-08 15:18:43 +00:00

Delivery has failed to these recipients or groups:

brian+icinga@attributor.com<mailto:brian%2Bicinga@attributor.com>
The e-mail address you entered couldn't be found. Please check the recipient's e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.

Diagnostic information for administrators:

Generating server: digimarc.com

brian+icinga@attributor.com

#550 5.1.1 RESOLVER.ADR.RecipNotFound; not found ##rfc822;brian+icinga@attributor.com

Original message headers:

Received: from PDX-XP-EX01.corp.digimarc.com (10.129.10.18) by
PDX-P-EX01.corp.digimarc.com (10.10.41.14) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:18:35 -0800
Received: from na01-bn1-obe.outbound.protection.outlook.com (207.46.163.184)
by PDX-XP-EX01.corp.digimarc.com (10.129.10.18) with Microsoft SMTP Server id
14.3.195.1; Mon, 8 Dec 2014 07:18:34 -0800
Received: from BY2FFO11FD056.protection.gbl (10.1.14.30) by
BY2FFO11HUB044.protection.gbl (10.1.15.225) with Microsoft SMTP Server (TLS)
id 15.1.26.17; Mon, 8 Dec 2014 15:18:31 +0000
Received: from www.icinga.org (185.11.254.83) by
BY2FFO11FD056.mail.protection.outlook.com (10.1.15.193) with Microsoft SMTP
Server id 15.1.26.17 via Frontend Transport; Mon, 8 Dec 2014 15:18:31 +0000
Received: from icinga.org (localhost [127.0.0.1]) by www.icinga.org (Postfix)
with ESMTP id 876ACE5964; Mon, 8 Dec 2014 16:18:30 +0100 (CET)
Date: Mon, 8 Dec 2014 16:18:30 +0100
From: <development@icinga.org>
Message-ID: <redmine.journal-32736.20141208151830.ee445ab781651ff9@icinga.org>
References: <redmine.issue-1173.20110131100512@icinga.org>
Subject: [Core, Classic UI, IDOUtils - Bug #1173] int(11) to small for some of
ido tables
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Redmine-Project: icinga-core
X-Redmine-Issue-Id: 1173
X-Redmine-Issue-Author: berk
X-Redmine-Issue-Assignee: Tommi
X-Redmine-Sender: postmaster@digimarc.com
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: <development.icinga.org>
To: Undisclosed recipients:;
Return-Path: development@icinga.org
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:185.11.254.83;CTRY:EU;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199003)(189002)(76506005)(105586002)(46102003)(566174002)(106466001)(36756003)(47776003)(19580395003)(87836001)(19580405001)(881003)(89996001)(21056001)(512874002)(20776003)(23676002)(15974865002)(1671002)(31966008)(50466002)(50226001)(110136001)(77096005)(4396001)(86362001)(15975445007)(104016003)(109986003)(50986999)(76176999)(229853001)(99396003)(450100001)(62966003)(77156002)(107046002)(120916001)(107886001)(33646002)(101416001)(86152002)(92566001)(3110400002)(47956004);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB044;H:www.icinga.org;FPR:;SPF:None;MLV:sfv;PTR:web.icinga.org;A:1;MX:1;LANG:en;
X-Microsoft-Antispam: UriScan:;
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB044;
X-Exchange-Antispam-Report-Test: UriScan:;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB044;
Received-SPF: None (protection.outlook.com: icinga.org does not designate
permitted sender hosts)
Authentication-Results: spf=none (sender IP is 185.11.254.83)
smtp.mailfrom=development@icinga.org;
X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB044;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant