From 7e83d0876ddb84a45e130eeba28bc40ef53c074b Mon Sep 17 00:00:00 2001 From: Yaron Yogev Date: Thu, 27 Jul 2017 09:02:54 +0300 Subject: Calipso initial release for OPNFV Change-Id: I7210c244b0c10fa80bfa8c77cb86c9d6ddf8bc88 Signed-off-by: Yaron Yogev --- app/install/db/messages.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 app/install/db/messages.json (limited to 'app/install/db/messages.json') diff --git a/app/install/db/messages.json b/app/install/db/messages.json new file mode 100644 index 0000000..b6c27cc --- /dev/null +++ b/app/install/db/messages.json @@ -0,0 +1,44 @@ +[ +{ + "message" : "2017-07-03 09:16:47,563 INFO: scanning : type=vnic, parent: (type=vnics_folder, name=vNICs, id=72bda9ec-2d0d-424c-8558-88ec22f09c95-vnics)", + "related_object" : null, + "received_timestamp" : null, + "finished_timestamp" : null, + "level" : "info", + "display_context" : null, + "viewed" : false, + "id" : "17350.33407.563988", + "source_system" : "CALIPSO", + "related_object_type" : null, + "timestamp" : "2017-07-03T09:16:47.563988", + "environment" : null +}, +{ + "related_object_type" : null, + "finished_timestamp" : null, + "environment" : null, + "received_timestamp" : null, + "related_object" : null, + "source_system" : "CALIPSO", + "message" : "2017-07-04 13:38:41,431 INFO: Started EventManager with following configuration:\nMongo config file path: /local_dir/calipso_mongo_access.conf\nCollection: environments_config\nPolling interval: 5 second(s)", + "timestamp" : "2017-07-04T13:38:41.431470", + "id" : "17351.49121.431470", + "level" : "info", + "viewed" : false, + "display_context" : null +}, +{ + "display_context" : null, + "level" : "info", + "id" : "17351.49126.596498", + "environment" : null, + "finished_timestamp" : null, + "viewed" : false, + "message" : "2017-07-04 13:38:46,596 INFO: Started ScanManager with following configuration:\nMongo config file path: /local_dir/calipso_mongo_access.conf\nScans collection: scans\nEnvironments collection: environments_config\nPolling interval: 1 second(s)", + "timestamp" : "2017-07-04T13:38:46.596498", + "related_object" : null, + "received_timestamp" : null, + "related_object_type" : null, + "source_system" : "CALIPSO" +} +] -- cgit 1.2.3-korg