Skip to content

Commit

Permalink
Fixes #9261: "change only" reporting mode is not accurate for "audit"…
Browse files Browse the repository at this point in the history
… policy mode
  • Loading branch information
RaphaelGauthier committed Oct 18, 2016
1 parent 251bb7c commit ea3c9d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
network traffic, but provides more precise reporting and may be necessary to prove compliance in your organization.
</li>
<li>
In <b>Changes only</b> mode, reports will only be sent when the agent makes a change or an error occurs on a node
In <b>Non compliant only</b> mode, reports will only be sent when the agent makes a change or an error occurs on a node
(these are 'repair' or 'error' reports). This mode saves a lot of log space and bandwidth, but leads to some assumptions
about actual configuration status in reporting.
</li>
Expand All @@ -43,7 +43,7 @@
<div class="radio">
<label>
<input type="radio" ng-model="complianceMode.name" value="changes-only"/>
Changes only
Non compliant only
</label>
</div>
<div class="radio">
Expand Down

0 comments on commit ea3c9d0

Please sign in to comment.