Hi, I just installed the cacti 8.8a and the flow viewer plugin 1.1. Its working great so far. But I have a question regarding the reports.
I see the reports based on Source/Destination IP Address, and the other report with Protocols, and other report with ports.
Is there any way that I can generate one report that shows me in one table, the Source/destination IP Address, The ports they are using and the protocol with the amount of traffic used by that connection?
Maybe is too easy to configure but I just haven´t been able to do it..
Thanks,
Flow Viewer Reports
Moderators: Developers, Moderators
Re: Flow Viewer Reports
Hello,
I'm wondering if the report you're looking for is the "132 Columns" one under "Statistics Reports". I was looking for the same thing and that one seems to do the trick.
I'm wondering if the report you're looking for is the "132 Columns" one under "Statistics Reports". I was looking for the same thing and that one seems to do the trick.
Re: Flow Viewer Reports
Hi Brianh,
Yes I'm looking at the reports in the statistics menu, under report parameters. I don´t see the 132 report that you mentioned, is there a way to create it?, i´m attaching an image of what I see.
Thanks for your help.
Regards..
Yes I'm looking at the reports in the statistics menu, under report parameters. I don´t see the 132 report that you mentioned, is there a way to create it?, i´m attaching an image of what I see.
Thanks for your help.
Regards..
- Attachments
-
- screen image flows
- cacti.jpg (135.2 KiB) Viewed 2026 times
Re: Flow Viewer Reports
Huh, yea it should be right there at the top, so I wonder if you have an older version or something (I'm on 1.1). Looks like /usr/share/cacti/site/plugins/flowview/arrays.php is where that setting is defined:
$stat_report_array = array(
0 => "Statistics Reports",
99 => "Summary",
5 => "UDP/TCP Destination Port",
6 => "UDP/TCP Source Port",
7 => "UDP/TCP Port",
8 => "Destination IP",
9 => "Source IP",
10 => "Source/Destination IP",
11 => "Source or Destination IP",
12 => "IP Protocol",
17 => "Input Interface",
18 => "Output Interface",
23 => "Input/Output Interface",
19 => "Source AS",
20 => "Destination AS",
21 => "Source/Destination AS",
22 => "IP ToS",
24 => "Source Prefix",
25 => "Destination Prefix",
26 => "Source/Destination Prefix"
);
And here's what it looks like:
$stat_report_array = array(
0 => "Statistics Reports",
99 => "Summary",
5 => "UDP/TCP Destination Port",
6 => "UDP/TCP Source Port",
7 => "UDP/TCP Port",
8 => "Destination IP",
9 => "Source IP",
10 => "Source/Destination IP",
11 => "Source or Destination IP",
12 => "IP Protocol",
17 => "Input Interface",
18 => "Output Interface",
23 => "Input/Output Interface",
19 => "Source AS",
20 => "Destination AS",
21 => "Source/Destination AS",
22 => "IP ToS",
24 => "Source Prefix",
25 => "Destination Prefix",
26 => "Source/Destination Prefix"
);
And here's what it looks like:
Re: Flow Viewer Reports
hey.. yes.. I found it.. is in statistics reports and then column 132..
Thank you very much..
Thank you very much..
Who is online
Users browsing this forum: No registered users and 2 guests