From ebd293d5f413ec4c76592dab07e50ffe4cba6a25 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 19 Aug 2021 09:41:13 +0200 Subject: [PATCH] Fixed typos --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bd1a40209..0a43c23b8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Please look into [this document](messages/normal_for_notification_tests/README.m #### Messages with unexpected format and/or content -These messages should be rejected by *Insights Results Writer* and also by *CCS +These messages should be rejected by *Insights Results Writer* and also by *CCX Notification Writer* services as their format is unexpected or wrong at all. OTOH such data are very valuable for testing etc. @@ -107,7 +107,7 @@ Please look into [this document](messages/broken/README.md) for detailed descrip #### Messages with invalid format - missing account number -These messages should be rejected by *Insights Results Writer* and also by *CCS +These messages should be rejected by *Insights Results Writer* and also by *CCX Notification Writer* services as the `account_number` attribute is missing. These messages are stored in `messages/invalid_no_account_number/` subdirectory. @@ -118,7 +118,7 @@ Please look into [this document](messages/invalid_no_account_number/README.md) f #### Messages with invalid format - missing cluster name -These messages should be rejected by *Insights Results Writer* and also by *CCS +These messages should be rejected by *Insights Results Writer* and also by *CCX Notification Writer* services as the `cluster_name` attribute is missing. These messages are stored in `messages/invalid_no_cluster_name/` subdirectory. @@ -129,7 +129,7 @@ Please look into [this document](messages/invalid_no_cluster_name/README.md) for #### Messages with invalid format - missing last checked timestamp -These messages should be rejected by *Insights Results Writer* and also by *CCS +These messages should be rejected by *Insights Results Writer* and also by *CCX Notification Writer* services as the `last_checked` attribute is missing. These messages are stored in `messages/invalid_no_last_checked/` subdirectory. @@ -140,7 +140,7 @@ Please look into [this document](messages/invalid_no_last_checked/README.md) for #### Messages with invalid format - missing organization ID -These messages should be rejected by *Insights Results Writer* and also by *CCS +These messages should be rejected by *Insights Results Writer* and also by *CCX Notification Writer* services as the `org_id` attribute is missing. These messages are stored in `messages/invalid_no_organization_id/` subdirectory. @@ -151,7 +151,7 @@ Please look into [this document](messages/invalid_no_organization_id/README.md) #### Messages with invalid format - missing version info -These messages should be rejected by *Insights Results Writer* and also by *CCS +These messages should be rejected by *Insights Results Writer* and also by *CCX Notification Writer* services as the `version` attribute is missing. These messages are stored in `messages/invalid_no_version/` subdirectory. @@ -162,7 +162,7 @@ Please look into [this document](messages/invalid_no_version/README.md) for deta #### Messages with invalid format - missing report -These messages should be rejected by *Insights Results Writer* and also by *CCS +These messages should be rejected by *Insights Results Writer* and also by *CCX Notification Writer* services as the whole report is missing (just other attributes are there). These messages are stored in `messages/invalid_no_report/` subdirectory.