Skip to content

Commit bdce72b

Browse files
committed
feedback incorporated
1 parent 55e2228 commit bdce72b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/automation/automation-dsc-getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,15 @@ account in the **Nodes** tab of the State configuration (DSC) page.
189189
The DSC node can take any of the following six values as follows:
190190
191191
- **Failed** - This status is displayed when an error occurs while applying one or more configurations on a node.
192-
- **Not complaint** - This status is displayed when drift occurs on a node and it requires a close review if it is systematic.
192+
- **Not compliant** - This status is displayed when drift occurs on a node and it requires a close review if it is systematic.
193193
- **Unresponsive** - This status is displayed when a node has not been checked in for more than 24 hours.
194194
- **Pending** - This status is displayed when a node has a new configuration to apply and the pull server is awaiting node check in.
195-
- **In-progress** - This status is displayed when a node applies configuration, and the pull server is awaiting status.
195+
- **In progress** - This status is displayed when a node applies configuration, and the pull server is awaiting status.
196196
- **Compliant** - This status is displayed when a node has a valid configuration, and no drift occurs presently.
197197
198198
>[!NOTE]
199-
>- Node will be marked as **Unresponsive** if the node does not contact the agent service for 1440 minutes (1 Day). We recommend that you use values < 1440 minutes, else the node would be in **Unresponsive**state.
200-
>- **RefreshFrequencyMins** and **ConfigurationModeFrequencyMins** - The frequency of node contacting the agent service is defined using these two different values provided as part of onboarding to DSC. These take a maximum value of 10080 minutes.
199+
>- **RefreshFrequencyMins** - It defines the frequency of node contacting the agent service and can be provided as part of onboarding to DSC. It takes a maximum value of 10080 minutes.
200+
>- Node will be marked as **Unresponsive** if the node does not contact the agent service for 1440 minutes (1 Day). We recommend that you use values **RefreshFrequencyMins** value < 1440 minutes, else the node would show in a false **Unresponsive** state.
201201
202202
## View reports for managed nodes
203203

0 commit comments

Comments
 (0)