Dnia PoniedziaƂek, 4 Maja 2015 16:03 Yuri Francalacci <[email protected]> napisaƂ(a)

nprobe does it.
check nprobe help with something like
 
nprobe --help
<.. output...>
[MySQL DB]
  --mysql=<host[@port]|unix socket>:<dbname>:<prefix>:<user>:<pw> | Enable MySQL database support configuration
  --mysql-skip-db-creation                           | Skip database schema creation
<.. output..>
Hence, you have just to run nprobe with the specified option in the command line and the probe will save all the flows in a mysql database.
 
 
Ok, its working with these options... but, we would want to use SSL connection to Mysql. I don't see SSL fo Mysql options in help so is it any way to do this ?
 
Generic client connection with SSL looks like this:

mysql --ssl-ca=ca-cert.pem --ssl-cert=client-cert.pem --ssl-key=client-key.pem –u ssluser –p

 

but in nprobe ?

 

Robert

 

_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to