Getting Started With Netuitive - Netuitive/collectdwin GitHub Wiki
Setup
-
Go to releases and download the latest version of the MSI for your environment
-
Execute the MSI installer. This will create a CollectdWin service.
-
Using a text editor open the configuration file found in one of these folders (depending on whether the 64bit or x86 version is installed):
- C:\Program Files\CollectdWin\CollectdWinService.exe.config (64 bit)
- C:\Program Files (x86)\CollectdWin\CollectdWinService.exe.config (32 bit)
-
Find the 'WriteNetuitive' configuration line
<WriteNetuitive Url="https://api.app.netuitive.com/ingest/{apikey}" />
-
Replace {apikey} with the API key with your key generated in Netuitive.
-
If you have a web proxy you may need to configure the agent to use it - see Proxy Configuration
-
Restart the CollectdWin service for changes to take effect. After a few minutes you should see metrics arriving in Netuitive.
Next steps
The default metrics sent to Netuitive are listed here. To learn more about adding more system counters or metrics for other applications see Windows Performance Counters. To send additional server information as element attributes see Windows Attributes
Troubleshooting tips can be found here.