I am getting these errors in /var/log/flowscan and my .cf file is attached below, can someone please assist me? I already did a cd into the contrib and:
cd Cflow-1.051 perl Makefile.PL;make;make install I used the instructions at this web site to set things up. A Google whack shows others with the same issues, but no resolutions. http://www.dynamicnetworks.us/netflow/ Thank you, Chris ERROR updating /var/netflow/rrds/service_imap_src.rrd: unknown option '/var/netflow/rrds/service_imap_src.rrd' 2008/04/29 11:40:25 flowscan-1.020 CUFlow: report took 0 wallclock secs ( 0.00 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.01 CPU) sleep 30... ERROR updating /var/netflow/rrds/service_imap_dst.rrd: unknown option '/var/netflow/rrds/service_imap_dst.rrd' ERROR updating /var/netflow/rrds/service_kazaa_src.rrd: unknown option '/var/netflow/rrds/service_kazaa_src.rrd' ERROR updating /var/netflow/rrds/service_kazaa_dst.rrd: unknown option '/var/netflow/rrds/service_kazaa_dst.rrd' ERROR updating /var/netflow/rrds/service_ftp_src.rrd: unknown option '/var/netflow/rrds/service_ftp_src.rrd' ERROR updating /var/netflow/rrds/service_ftp_dst.rrd: unknown option '/var/netflow/rrds/service_ftp_dst.rrd' ERROR updating /var/netflow/rrds/service_bo2k_src.rrd: unknown option '/var/netflow/rrds/service_bo2k_src.rrd' ERROR updating /var/netflow/rrds/service_bo2k_dst.rrd: unknown option '/var/netflow/rrds/service_bo2k_dst.rrd' ERROR updating /var/netflow/rrds/service_irc_src.rrd: unknown option '/var/netflow/rrds/service_irc_src.rrd' ERROR updating /var/netflow/rrds/service_irc_dst.rrd: unknown option '/var/netflow/rrds/service_irc_dst.rrd' ERROR updating /var/netflow/rrds/service_http_src.rrd: unknown option '/var/netflow/rrds/service_http_src.rrd' ERROR updating /var/netflow/rrds/service_http_dst.rrd: unknown option '/var/netflow/rrds/service_http_dst.rrd' ERROR updating /var/netflow/rrds/service_pop3_src.rrd: unknown option '/var/netflow/rrds/service_pop3_src.rrd' ERROR updating /var/netflow/rrds/service_pop3_dst.rrd: unknown option '/var/netflow/rrds/service_pop3_dst.rrd' ERROR updating /var/netflow/rrds/service_real_src.rrd: unknown option '/var/netflow/rrds/service_real_src.rrd' ERROR updating /var/netflow/rrds/service_real_dst.rrd: unknown option '/var/netflow/rrds/service_real_dst.rrd' ERROR updating /var/netflow/rrds/service_edonkey_src.rrd: unknown option '/var/netflow/rrds/service_edonkey_src.rrd' ERROR updating /var/netflow/rrds/service_edonkey_dst.rrd: unknown option '/var/netflow/rrds/service_edonkey_dst.rrd' ERROR updating /var/netflow/rrds/service_dc_src.rrd: unknown option '/var/netflow/rrds/service_dc_src.rrd' ERROR updating /var/netflow/rrds/service_dc_dst.rrd: unknown option '/var/netflow/rrds/service_dc_dst.rrd' ERROR updating /var/netflow/rrds/service_aim_src.rrd: unknown option '/var/netflow/rrds/service_aim_src.rrd' ERROR updating /var/netflow/rrds/service_aim_dst.rrd: unknown option '/var/netflow/rrds/service_aim_dst.rrd' ERROR updating /var/netflow/rrds/service_telnet_src.rrd: unknown option '/var/netflow/rrds/service_telnet_src.rrd' ERROR updating /var/netflow/rrds/service_telnet_dst.rrd: unknown option '/var/netflow/rrds/service_telnet_dst.rrd' Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/site_perl/5.8.8/HTML/Table.pm line 2686. # These are the subnets in our network # These are used only to determine whether a packet is inbound our # outbound #Subnet 10.0.0.0/16 # real IP numbers removed to protect the innocent Subnet xxx.xxx.xxx.xxx/27 # These are networks we are particularly interested in, and want to # get separate rrd's for their aggregate traffic #Network 10.0.1.0/24 routers # Where to put the rrd's # Make sure this is the same as $rrddir in CUGrapher.pl #OutputDir /cflow/reports/rrds OutputDir /var/netflow/rrds # Track multicast traffic Multicast # Keep top N lists # Show the top ten talkers, storing reports in /cflow/flows/reports # and keeping the current report in /etc/httpd/data/reports/topten.html #Scoreboard 10 /cflow/reports/scoreboard /var/www/html/topten.html Scoreboard 25 /var/netflow/scoreboard /var/netflow/scoreboard/toptalkers.html # Same, but build an over-time average top N list #AggregateScore 10 /cflow/reports/scoreboard/agg.dat /var/www/html/overall.html AggregateScore 25 /var/netflow/rrds/agg.dat /var/netflow/scoreboard/overall.html # Our two netflow exporters. Produce service and protocol reports for the # total, and each of these. #Router 10.0.1.1 router1 #Router 10.0.1.2 router2 # Services we are interested in Service 20-21/tcp ftp Service 22/tcp ssh Service 23/tcp telnet Service 25/tcp smtp Service 53/udp,53/tcp dns Service 80/tcp http Service 110/tcp pop3 Service 119/tcp nntp Service 143/tcp imap Service 412/tcp,412/udp dc Service 443/tcp https Service 1214/tcp kazaa Service 4661-4662/tcp,4665/udp edonkey Service 5190/tcp aim Service 6346-6347/tcp gnutella Service 6665-6669/tcp irc Service 54320/tcp bo2k Service 7070/tcp,554/tcp,6970-7170/udp real # protocols we are interested in Protocol 1 icmp Protocol 4 ipinip Protocol 6 tcp Protocol 17 udp Protocol 47 gre Protocol 50 esp Protocol 51 ah Protocol 57 skip Protocol 88 eigrp Protocol 169 Protocol 255 # ToS bit percentages to graph TOS 0 normal TOS 1-255 other # Interested in traffic to/from AS 1 #ASNumber 1 Genuity _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
