Skip to content
Snippets Groups Projects
Commit e0ac8277 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Merge branch 'warden-3' of homeproj.cesnet.cz:warden into warden-3

parents 9af24d63 261fa0bd
No related branches found
No related tags found
No related merge requests found
......@@ -303,11 +303,10 @@ class IdeaGen(object):
"DetectTime": self.format_timestamp(detect_time),
"EventTime": self.format_timestamp(event_time),
"CeaseTime": self.format_timestamp(cease_time),
"ConnectionCount": count,
"ConnCount": count,
"Note": tmpl["note"],
"_CESNET": {
"EventTemplate": tmpl["template"],
"testtime": detect_time
},
"Source": [isource],
"Target": itargets,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment