github.com/netdata/go.d.plugin@v0.58.1/config/go.d/windows.conf (about) 1 ## All available configuration options, their descriptions and default values: 2 ## https://github.com/netdata/go.d.plugin/tree/master/modules/windows 3 4 #update_every: 5 5 #autodetection_retry: 0 6 #priority: 70000 7 8 jobs: 9 - name: hostname.local 10 url: http://hostname.local:9182/metrics 11 12 - name: hostname.local 13 url: http://127.0.0.1:9182/metrics 14 15 # - name: win_server1 16 # url: http://10.0.0.1:9182/metrics 17 # 18 # - name: win_server2 19 # url: http://10.0.0.2:9182/metrics