Re: [Ntop] Data not persisting through service restart or reboot (MySQL setup)

2017-12-05 Thread Simone Mainardi
Matt, According to your description the `gibberish output` should be compressed flow data so it looks like flows go into mysql. Can you please be more specific on what you mean with data doesn't appear to persist? Have you enabled the generation of historical timeseries from the timeseries

Re: [Ntop] Data not persisting through service restart or reboot (MySQL setup)

2017-12-05 Thread Emanuele Faranda
Hi, Your ntopng.conf is missing an equal sign: -F="mysql;localhost;ntopng;ntopng;ntopng;mysqlpassword" The "gibberish output" of MySQL is probably from the "json" field, which is compressed. You can the uncompressed output with: select UNCOMPRESS(JSON) from flowsv4;