Missing vnode directory and file.

Hello I am trying to monitor a Windows server. I followed these instructions:

Windows machine collector | Learn Netdata

But when I get to the part where I need to add a virtual node I cannot find the vnode directory under etc/netdata. Does anyone know where it might be or how I can get this done?

Hey, @jackson.panzer. Try:

cd /etc/netdata
sudo ./edit-config vnodes/vnodes.conf

The edit-config script will create the directory and copy the stock vnodes.conf to your directory.

2 Likes

Thank you so much! That worked