Procházet zdrojové kódy

expanded the log of some events in the netflow collector

root před 11 měsíci
rodič
revize
5264ab4b99
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      scripts/eye-statd.pl

+ 1 - 1
scripts/eye-statd.pl

@@ -645,7 +645,7 @@ if ($traf_record->{direction}) {
                 }
 	}
     if (!$user_ip) {
-	log_debug("Unknown dst user ip at router $router_id:: proto=>$traf_record->{proto} src: $traf_record->{src_ip}:$traf_record->{src_port} dst: $traf_record->{xdst_ip}:$traf_record->{dst_port}");
+	log_debug("Unknown dst user ip at router $router_id:: int_in => $traf_record->{snmp_in} int_out=>$traf_record->{snmp_out} proto=>$traf_record->{proto} src: $traf_record->{src_ip}:$traf_record->{src_port} dst: $traf_record->{xdst_ip}:$traf_record->{dst_port}");
 	}
     }