From 3392ae5136f1d29a3e2784ace1fb6528073d54cd Mon Sep 17 00:00:00 2001 From: Chris Akritidis <43294513+cakrit@users.noreply.github.com> Date: Thu, 20 Apr 2023 06:47:23 -0700 Subject: Update using-host-labels.md (#14939) --- docs/guides/using-host-labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/using-host-labels.md') diff --git a/docs/guides/using-host-labels.md b/docs/guides/using-host-labels.md index 9e87b31c04..b9b1561160 100644 --- a/docs/guides/using-host-labels.md +++ b/docs/guides/using-host-labels.md @@ -29,7 +29,7 @@ To define your windows server as a virtual node you need to: ``` Just remember to use a valid guid (On Linux you can use `uuidgen` command to generate one, on Windows just use the `[guid]::NewGuid()` command in PowerShell) - * Add the vnode config to the windows monitoring job we created earlier, see higlighted line below: + * Add the vnode config to the data collection job. e.g. in `go.d/windows.conf`: ```yaml jobs: - name: win_server1 -- cgit v1.2.3