Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Nov 2, 2016
1 parent e53d8b0 commit 3382919
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions 8_reference/71_reports.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,43 @@ A report has the following format :
| result_na
| result
| one per component/key
| Defines the status of the Component to Not Applicable (if there are no result_success, result_repaired, result_error) Should be used only when everything is already in the correct state in this component for this key
| Defines the status of en enforce Component to Not Applicable (if there are no result_success, result_repaired, result_error) Should be used only when everything is already in the correct state in this component for this key

| result_success
| result
| one per component/key
| Defines the status of the Component to Success (if there are no result_repaired or result_error) Should be used only when everything is already in the correct state in this component for this key
| Defines the status of an enforce Component to Success (if there are no result_repaired or result_error) Should be used only when everything is already in the correct state in this component for this key

| result_repaired
| result
| one per component/key
| Defines the status of the Component to Repaired (if there are no result_error) Should be used only when something was not in the correct state, but could be corrected
| Defines the status of an enforce Component to Repaired (if there are no result_error) Should be used only when something was not in the correct state, but could be corrected

| result_error
| result
| infinity per component/key
| Defines the status of an enforce Component to Error Should be used when something was not in the correct state, and could not be corrected

| audit_na
| result
| one per component/key
| Defines the status of an audit Component to Not Applicable (if there are no result_success, result_repaired, result_error) Should be used only when everything is already in the correct state in this component for this key

| audit_compliant
| result
| one per component/key
| Defines the status of the Component to Compliant (if there are no audit_noncompliant or audit_error) Should be used only when everything is already in the correct state in this component for this key

| audit_noncompliant
| result
| one per component/key
| Defines the status of the Component to Non Compliant (if there are no audit_error) Should be used only when something was not in the correct state, but could be corrected

| audit_error
| result
| infinity per component/key
| Defines the status of the Component to Error Should be used when something was not in the correct state, and could not be corrected

|===

Variables used to generate the reports
Expand Down

0 comments on commit 3382919

Please sign in to comment.