Dustin Demuth

Results 31 comments of Dustin Demuth

regarding the use of UUID's https://github.com/certtools/intelmq/issues/543#issuecomment-233561823

I'd go for Variant 2. In Addition: a UUID-Field would be interesting to, If an event is splitted, the UUID will be duplicated. This enables the detection of events which...

In the first approach I wrote: > To Create a mapping between events within Aggregates and Events in the EventDB, the Aggregator bot needs to create a UniqueID for each...

> So that the bot may be dead before the webserver restart: This is not the case. The bots are really running and processing data. Nevertheless I double checked: >...

We've also run into this Problem (with imbox 0.6, python3): file_data is set in line 90 `file_data = message_part.get_payload(decode=True)` Python Documentation [1] says: > If the message is a multipart...

I already mentionend some of the following statements in yesterdays dev call, now for transparency in public. I have no good feeling about the "latest version" feature, apart of the...

Hi, wollen wir uns wirklich die Mühe machen und eigene-xml-schema zu bauen? Wenn ja, wo sollen die dann abrufbar sein? Reicht nicht ein subset aus rdf / dublin core, wie...

Das title-Tag zu nutzen ist ein sinnvoller, und einfacher Anfang.

Today we ran into the same issue. In our setup we changed the matching regex in the templates preprocessor: https://github.com/zabbix/zabbix/blob/master/templates/db/postgresql/template_db_postgresql.xml#L1663 unfortunately I cannot remember the regex right now.

I wonder why this PR has not been merged yet