I have noticed that when nProbe win32 4.9.2 is installed as a windows service
it does not seem to pick up the parameters from a parameter file.
See below for tests performed. I can only install as a windows service when I
pass all the parameters in the command line. Fails means no flows are exported.
Works (Command line mode with parameters on command line)
nprobe /c -i 4 -n 192.168.1.200:2055 -V 9 -b 1 -t 10 -d 10 -l 10
Works (Command line mode with parameter file, absolute path to file)
nprobe /c c:\testService.cfg
Works (Command line mode with parameter file, relative path to file)
nprobe /c testService.cfg
Works (Windows Service mode with parameters on command line)
nprobe /i my_nProbe -i 4 -n 192.168.1.200:2055 -V 9 -b 1 -t 10 -d 10 -l 10
Fails (Windows Service mode with parameter file, absolute path to file)
nprobe /i my_nprobe c:\testService.cfg
Fails (Windows Service mode with parameter file, relative path to file)
nprobe /i my_nprobe testService.cfg
testService.cfg
-i=4
-n=192.168.1.200:2055
-V=5
-b=1
-t=10
-d=10
-l=10
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev