Просмотр исходного кода

expanded the log of some events in the netflow collector

root 11 месяцев назад
Родитель
Сommit
5264ab4b99
1 измененных файлов с 1 добавлено и 1 удалено
  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}");
 	}
     }