You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-dsc-getting-started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,15 +189,15 @@ account in the **Nodes** tab of the State configuration (DSC) page.
189
189
The DSC node can take any of the following six values as follows:
190
190
191
191
- **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.
193
193
- **Unresponsive** - This status is displayed when a node has not been checked in for more than 24 hours.
194
194
- **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
+
- **Inprogress** - This status is displayed when a node applies configuration, and the pull server is awaiting status.
196
196
- **Compliant** - This status is displayed when a node has a valid configuration, and no drift occurs presently.
197
197
198
198
>[!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.
0 commit comments