This is a brief overview on getting basic logfiles and configuration files (.cfg).
Open Infrastructure Manager and Navigate to the robot or hub's probe that you are requested to configure. In this case "wasp".
Ctrl-Right Click the probe and select Raw Configure.
Edit loglevel to the requested level; usually 3 or 5. The higher the level the more data will be written.
Edit logsize to the requested level; usually 5000. You may need to add the Key and Value
It is recommended to log files for probes directly from the file the system.
$PATH\Nimsoft\probes\[Category]\ProbeName
With the $PATH being the location where you installed Nimsoft. Generally "C:\Program Files (x86)\Nimsoft\probes"
Here is an example for the cdm probe "C:\Program Files (x86)\Nimsoft\probes\system\cdm\cdm.log"
Configuration Files end with the .cfg extension.
Log files end with .log extension.
Hub and Robot Files will be located in the below folders respectively.
$PATH\Nimsoft\hub
$PATH\Nimsoft\robot
Probes will rollover old data to keep the log within the set file size. When a file reaches the specified logsize it will truncate the old data. To prevent this, add 10 to the number.
For example loglevel 5 would be loglevel 15.
Be sure to change this back or else the logsize will grow without limit.