Mailing List Archive

Basic Newbie Question
Hi,

I try to use Ntop with Mikrotik routers and NetFlow. Basically it works.
My main goal is to collect historical data for reports which I want to
display inside of Ntop. I've read this:

https://github.com/ntop/ntopng/wiki/03-MySQL-FAQ

My "flowsv4" table constantly grows. It is not named "flowsv4_0" as
stated in the FAQ. I've set data retention to 90 days. I'm unable to
find the mentioned "graph icon" in the host view. When I add
"&page=historical" to a regular host URL I get:

File /var/tmp/ntopng/0/rrd/85/199/191/196/bytes.rrd cannot be found

What I need are daily, weekly and monthly host reports.

How to get this?

My configs look like this:

nprobe router #1:

--zmq="tcp://*:5556"
--collector-port=4711
-n=none
-i=none

nprobe router #2:

--zmq="tcp://*:5557"
--collector-port=4712
-n=none
-i=none

ntop:

-G=/var/run/ntopng.pid
--interface="tcp://127.0.0.1:5556"
--interface="tcp://127.0.0.1:5557"
-F "mysql;localhost;ntop;flows;ntop;ntop"

TIA
Matthias


--

MHC SoftWare GmbH
Fichtera 17
96274 Itzgrund/Germany

voice: +49-(0)9533-92006-0
fax: +49-(0)9533-92006-6
e-mail: info@mhcsoftware.de

HR Coburg: B2242
Geschaeftsfuehrer: Matthias Henze



_______________________________________________
Ntop mailing list
Ntop@listgateway.unipi.it
http://listgateway.unipi.it/mailman/listinfo/ntop
Re: Basic Newbie Question [ In reply to ]
Hi,

On Wed, Apr 5, 2017 at 8:32 AM, Matthias Henze <lists@mhcsoftware.de> wrote:

> Hi,
>
> I try to use Ntop with Mikrotik routers and NetFlow. Basically it works.
> My main goal is to collect historical data for reports which I want to
> display inside of Ntop. I've read this:
>
> https://github.com/ntop/ntopng/wiki/03-MySQL-FAQ
>
> My "flowsv4" table constantly grows. It is not named "flowsv4_0" as stated
> in the FAQ.


Thanks for pointing it out. The wiki wasn't updated. I've just edited it.


> I've set data retention to 90 days. I'm unable to find the mentioned
> "graph icon" in the host view.


The graph icon is only available for local hosts. So please make sure to
specify with ntopng -m option a comma separated list of local networks,
e-g-.,

-m "192.168.0.0/24,10.0.0.0/8"


> When I add "&page=historical" to a regular host URL I get:
>
> File /var/tmp/ntopng/0/rrd/85/199/191/196/bytes.rrd cannot be found
>
> What I need are daily, weekly and monthly host reports.
>

Those reports are now available in the enterprise version of ntopng. Please
contact our sales dept to get a trial license.


>
> How to get this?
>
> My configs look like this:
>
> nprobe router #1:
>
> --zmq="tcp://*:5556"
> --collector-port=4711
> -n=none
> -i=none
>
> nprobe router #2:
>
> --zmq="tcp://*:5557"
> --collector-port=4712
> -n=none
> -i=none
>
> ntop:
>
> -G=/var/run/ntopng.pid
> --interface="tcp://127.0.0.1:5556"
> --interface="tcp://127.0.0.1:5557"
> -F "mysql;localhost;ntop;flows;ntop;ntop"
>

add local networks here...


> TIA
> Matthias
>
>
> --
>
> MHC SoftWare GmbH
> Fichtera 17
> 96274 Itzgrund/Germany
> voice: +49-(0)9533-92006-0
> fax: +49-(0)9533-92006-6
> e-mail: info@mhcsoftware.de
>
> HR Coburg: B2242
> Geschaeftsfuehrer: Matthias Henze
>
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
Re: Basic Newbie Question [ In reply to ]
Hi,

On Wed, Apr 5, 2017 at 8:32 AM, Matthias Henze <lists@mhcsoftware.de> wrote:

> Hi,
>
> I try to use Ntop with Mikrotik routers and NetFlow. Basically it works.
> My main goal is to collect historical data for reports which I want to
> display inside of Ntop. I've read this:
>
> https://github.com/ntop/ntopng/wiki/03-MySQL-FAQ
>
> My "flowsv4" table constantly grows. It is not named "flowsv4_0" as stated
> in the FAQ.


Thanks for pointing it out. The wiki wasn't updated. I've just edited it.


> I've set data retention to 90 days. I'm unable to find the mentioned
> "graph icon" in the host view.


The graph icon is only available for local hosts. So please make sure to
specify with ntopng -m option a comma separated list of local networks,
e-g-.,

-m "192.168.0.0/24,10.0.0.0/8"


> When I add "&page=historical" to a regular host URL I get:
>
> File /var/tmp/ntopng/0/rrd/85/199/191/196/bytes.rrd cannot be found
>
> What I need are daily, weekly and monthly host reports.
>

Those reports are now available in the enterprise version of ntopng. Please
contact our sales dept to get a trial license.


>
> How to get this?
>
> My configs look like this:
>
> nprobe router #1:
>
> --zmq="tcp://*:5556"
> --collector-port=4711
> -n=none
> -i=none
>
> nprobe router #2:
>
> --zmq="tcp://*:5557"
> --collector-port=4712
> -n=none
> -i=none
>
> ntop:
>
> -G=/var/run/ntopng.pid
> --interface="tcp://127.0.0.1:5556"
> --interface="tcp://127.0.0.1:5557"
> -F "mysql;localhost;ntop;flows;ntop;ntop"
>

add local networks here...


> TIA
> Matthias
>
>
> --
>
> MHC SoftWare GmbH
> Fichtera 17
> 96274 Itzgrund/Germany
> voice: +49-(0)9533-92006-0
> fax: +49-(0)9533-92006-6
> e-mail: info@mhcsoftware.de
>
> HR Coburg: B2242
> Geschaeftsfuehrer: Matthias Henze
>
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
Re: Basic Newbie Question [ In reply to ]
Hi,

Am 05.04.2017 um 11:47 schrieb Simone Mainardi:
> Those reports are now available in the enterprise version of ntopng.
> Please contact our sales dept to get a trial license.

Now I've a license and reports work :-)

Is there an intended way to generate a weekly report automated and send
it by mail?

TIA
Matthias


--

MHC SoftWare GmbH
Fichtera 17
96274 Itzgrund/Germany

voice: +49-(0)9533-92006-0
fax: +49-(0)9533-92006-6
e-mail: info@mhcsoftware.de

HR Coburg: B2242
Geschaeftsfuehrer: Matthias Henze



_______________________________________________
Ntop mailing list
Ntop@listgateway.unipi.it
http://listgateway.unipi.it/mailman/listinfo/ntop
Re: Basic Newbie Question [ In reply to ]
On Thu, Apr 6, 2017 at 3:10 PM, Matthias Henze <lists@mhcsoftware.de> wrote:

> Hi,
>
> Am 05.04.2017 um 11:47 schrieb Simone Mainardi:
>
>> Those reports are now available in the enterprise version of ntopng.
>> Please contact our sales dept to get a trial license.
>>
>
> Now I've a license and reports work :-)
>

good :)


> Is there an intended way to generate a weekly report automated and send it
> by mail?


That's on our roadmap but I can't give you an ETA right now.


>
>
> TIA
> Matthias
>
>
> --
>
> MHC SoftWare GmbH
> Fichtera 17
> 96274 Itzgrund/Germany
> voice: +49-(0)9533-92006-0
> fax: +49-(0)9533-92006-6
> e-mail: info@mhcsoftware.de
>
> HR Coburg: B2242
> Geschaeftsfuehrer: Matthias Henze
>
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
Re: Basic Newbie Question [ In reply to ]
On Thu, Apr 6, 2017 at 3:10 PM, Matthias Henze <lists@mhcsoftware.de> wrote:

> Hi,
>
> Am 05.04.2017 um 11:47 schrieb Simone Mainardi:
>
>> Those reports are now available in the enterprise version of ntopng.
>> Please contact our sales dept to get a trial license.
>>
>
> Now I've a license and reports work :-)
>

good :)


> Is there an intended way to generate a weekly report automated and send it
> by mail?


That's on our roadmap but I can't give you an ETA right now.


>
>
> TIA
> Matthias
>
>
> --
>
> MHC SoftWare GmbH
> Fichtera 17
> 96274 Itzgrund/Germany
> voice: +49-(0)9533-92006-0
> fax: +49-(0)9533-92006-6
> e-mail: info@mhcsoftware.de
>
> HR Coburg: B2242
> Geschaeftsfuehrer: Matthias Henze
>
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
>