-
Notifications
You must be signed in to change notification settings - Fork 23
monitored computers #905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/auditor_10.9
Are you sure you want to change the base?
monitored computers #905
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| --- | ||
| title: "Monitored Computers" | ||
| description: "Monitored Computers" | ||
| sidebar_position: 20 | ||
| --- | ||
|
|
||
| # Monitored Computers | ||
|
|
||
| The **Monitored Computers** tab in a Windows Server monitoring plan gives you a detailed, per-host view of every computer being monitored. Instead of a single summary status for the entire plan, you can see the health of each individual computer, identify issues quickly, and drill into diagnostic details without leaving the interface. | ||
|
|
||
| **To access the Monitored Computers tab:** | ||
|
|
||
| **Step 1** – In the main Netwrix Auditor menu, select **Monitoring Plans**. | ||
|
|
||
| **Step 2** – Select your Windows Server monitoring plan and click **Edit**. | ||
|
|
||
| **Step 3** – Click **Edit Data Source** in the right pane, then select **Monitored Computers**. | ||
|
|
||
| ## Overview | ||
|
|
||
| When you add computers to a monitoring plan using an IP range or an AD container, Netwrix Auditor resolves and tracks each host individually. The Monitored Computers tab lists all resolved computers with their current health status, so you can immediately see which hosts are collecting data normally and which ones require your attention. | ||
|
|
||
| **NOTE:** Computers excluded from monitoring via the **Exclude these objects** setting in the item settings are not displayed in the Monitored Computers tab. | ||
|
|
||
|  | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, it is correct |
||
|
|
||
| ## Monitored Computers Grid | ||
|
|
||
| The grid displays the following columns for each computer: | ||
|
|
||
| | Column | Description | | ||
| |---|---| | ||
| | **Server** | The hostname or IP address of the monitored computer. | | ||
| | **Item** | The source that included this computer in the plan — for example, an IP address, an IP range, or an AD container (OU). | | ||
| | **Status** | A consolidated health indicator for the computer. See [Status Values](#status-values) below. | | ||
| | **Last Activity Time** | The timestamp of the most recent data collection event for this computer. | | ||
|
|
||
| ### Status Values | ||
|
|
||
| Each computer displays one of two statuses: | ||
|
|
||
| - **Healthy** — All monitored components (Activity Records, State-in-Time, Network Traffic Compression Service) are operating normally. | ||
| - **Take action** — One or more components have reported an error. Click **Details…** next to the status to open a dialog with a link to the [Health Log](/docs/auditor/10.9/admin/healthstatus/dashboard/healthlog.md), where you can view the corresponding event and investigate the issue further. | ||
|
|
||
| ## Details Panel | ||
|
|
||
| When you select a computer in the grid, the **Details panel** at the bottom of the screen shows the health breakdown for each individual component: | ||
|
|
||
| - **State-in-Time** — Status and error message if collection has failed. This entry is only shown if State-in-Time is enabled on the General tab. | ||
| - **Activity records** — Status and error message if collection has failed. | ||
| - **Network Traffic Compression** — Status and version number. This entry is only shown if **Enable network traffic compression** is enabled on the General tab. | ||
|
|
||
|  | ||
|
|
||
| ## Filtering and Search | ||
|
|
||
| **Search field** — Type in the search box at the top right to filter computers by name or item. Search is case-insensitive and supports partial matches (for example, typing `srv` will match `srv-db01`). Results update when you apply the filter. | ||
|
|
||
| **Filters** — Click **Filters** to open the Apply Filters dialog, where you can filter by: | ||
|
|
||
| - **Computer status** — Show only computers with a *Healthy* status, only those requiring *Take action*, or both. | ||
| - **Computer name** — Enter a partial or full computer name. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now it looks inconsistent with the "Server" column name. Need to confirm we'll leave it as it it is first.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - **Item name** — Select one or more items (IP ranges, OUs, or individual computers) from the dropdown list. | ||
|
|
||
|  | ||
|
|
||
| Search and filters can be combined. To remove all active filters at once, click **Clear All** in the Filters dialog. | ||
|
|
||
| ## Refreshing the List | ||
|
|
||
| The grid does not update automatically. When new data becomes available, a notification bar appears above the grid: | ||
|
|
||
| > *New data is available. Click Refresh to update the list.* | ||
|
|
||
| Click **Refresh** in the toolbar to reload the grid with the latest data. You can also press **F5** to refresh the page. | ||
|
|
||
| ## Related Topics | ||
|
|
||
| - [Health Log](/docs/auditor/10.9/admin/healthstatus/dashboard/healthlog.md) | ||
| - [Monitoring Plans — Windows Server](/docs/auditor/10.9/admin/monitoringplans/windows/overview.md) | ||
| - [Troubleshooting Data Collection Issues](/docs/auditor/10.9/admin/healthstatus/troubleshooting.md) | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks awkward