Windows Server is now stating that the functions capability is off, when it was working the previous day.
1.) Verified that windows exporter is running on said server, and that metrics are being outputted to http://localhost:9182/metrics
2.) Ran sudo ./edit-config go.d/windows.conf from the /etc/netdata/ directory, and verified that said server was entered correctly as a job.
jobs:
- name: win_server1
node: wind_server1
url: http://192.168.1.1:9182/metrics
3.) Created a new guid for said server using the PowerShell command New-Guid, and added to the virtual nodes config file in /etc/netdata/vnodes/vnodes.conf
- hostname: win_server1
guid:
4.) Restarted the netdata service with service netdata restart, and restarted the windows-expoerter service on said windows server.
- The following day, the said windows server now shows that the functions capability of the said windows server is off.
At this time, I am currently looking for documentation on how to correct this error.
Thank you in advance for your help.